Searched refs:IsFinished (Results 1 - 14 of 14) sorted by relevance

/haiku/src/servers/registrar/mime/
H A DRegistrarThread.h29 bool IsFinished() const;
H A DRegistrarThreadManager.cpp133 if ((*i)->IsFinished()) {
163 if ((*i)->IsFinished()) {
202 if (!(*i)->IsFinished()) {
H A DRegistrarThread.cpp107 // IsFinished
111 RegistrarThread::IsFinished() const function in class:RegistrarThread
/haiku/src/apps/webpositive/
H A DDownloadProgressView.h48 bool IsFinished() const;
H A DDownloadWindow.cpp382 if (view->IsFinished())
439 if (view->IsFinished())
461 if (view->IsFinished()) {
486 } else if (view->IsFinished())
506 if (view->IsFinished())
H A DDownloadProgressView.cpp615 DownloadProgressView::IsFinished() const function in class:DownloadProgressView
/haiku/headers/os/midi/
H A DMidiSynthFile.h37 bool IsFinished(void) const;
/haiku/src/kits/midi/
H A DMidiSynthFile.cpp151 BMidiSynthFile::IsFinished() const function in class:BMidiSynthFile
/haiku/src/apps/debuganalyzer/model/
H A DModel.h203 inline bool IsFinished() const;
236 inline bool IsFinished() const;
752 Model::IOOperation::IsFinished() const function in class:Model::IOOperation
823 Model::IORequest::IsFinished() const function in class:Model::IORequest
/haiku/src/system/kernel/device_manager/
H A DIORequest.h251 bool IsFinished() const function in struct:IORequest
H A DIOSchedulerSimple.cpp360 if (request->IsFinished()) {
H A DIORequest.cpp920 if (IsFinished() && fIsNotified)
/haiku/src/apps/midiplayer/
H A DMidiPlayerWindow.cpp413 if (!fMidiSynthFile.IsFinished())
/haiku/src/apps/debuganalyzer/gui/main_window/
H A DSchedulingPage.cpp870 if (request->IsFinished()) {
881 || (operation.IsFinished()
890 if (operation.IsFinished()) {

Completed in 203 milliseconds