Symbol: ProgressReporter
src/apps/installer/CopyEngine.cpp
41
CopyEngine::CopyEngine(ProgressReporter* reporter, EntryFilter* entryFilter)
src/apps/installer/CopyEngine.h
109
ProgressReporter* fProgressReporter;
src/apps/installer/CopyEngine.h
19
class ProgressReporter;
src/apps/installer/CopyEngine.h
27
CopyEngine(ProgressReporter* reporter,
src/apps/installer/ProgressReporter.cpp
18
ProgressReporter::ProgressReporter(const BMessenger& messenger,
src/apps/installer/ProgressReporter.cpp
35
ProgressReporter::~ProgressReporter()
src/apps/installer/ProgressReporter.cpp
42
ProgressReporter::Reset()
src/apps/installer/ProgressReporter.cpp
60
ProgressReporter::AddItems(uint64 count, off_t bytes)
src/apps/installer/ProgressReporter.cpp
68
ProgressReporter::StartTimer()
src/apps/installer/ProgressReporter.cpp
84
ProgressReporter::ItemsWritten(uint64 items, off_t bytes,
src/apps/installer/ProgressReporter.cpp
95
ProgressReporter::_UpdateProgress(const char* itemName,
src/apps/installer/ProgressReporter.h
12
class ProgressReporter {
src/apps/installer/ProgressReporter.h
14
ProgressReporter(const BMessenger& messenger,
src/apps/installer/ProgressReporter.h
16
virtual ~ProgressReporter();
src/apps/installer/UnzipEngine.cpp
28
UnzipEngine::UnzipEngine(ProgressReporter* reporter,
src/apps/installer/UnzipEngine.h
18
class ProgressReporter;
src/apps/installer/UnzipEngine.h
23
UnzipEngine(ProgressReporter* reporter,
src/apps/installer/UnzipEngine.h
65
ProgressReporter* fProgressReporter;
src/apps/installer/WorkerThread.cpp
610
ProgressReporter reporter(fOwner, new BMessage(MSG_STATUS_MESSAGE));
src/apps/installer/WorkerThread.cpp
870
const char* targetPath, ProgressReporter* reporter, BList& unzipEngines)
src/apps/installer/WorkerThread.h
18
class ProgressReporter;
src/apps/installer/WorkerThread.h
58
ProgressReporter* reporter,