Searched refs:IsDone (Results 1 - 9 of 9) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/userlandfs/private/
H A DRequestHandler.cpp24 // IsDone
26 RequestHandler::IsDone() const function in class:RequestHandler
H A DRequestPort.cpp181 } while (!handler->IsDone());
/haiku/headers/private/userlandfs/private/
H A DRequestHandler.h20 bool IsDone() const;
/haiku/src/add-ons/kernel/file_systems/netfs/shared/
H A DTaskManager.cpp51 // IsDone
53 Task::IsDone() const function in class:Task
124 if (task->IsDone()) {
/haiku/src/add-ons/kernel/file_systems/netfs/headers/shared/
H A DTaskManager.h20 bool IsDone() const;
/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A DShareNode.h85 virtual bool IsDone() const = 0;
100 virtual bool IsDone() const;
116 virtual bool IsDone() const;
H A DShareNode.cpp263 // IsDone
265 LocalShareDirIterator::IsDone() const function in class:LocalShareDirIterator
314 // IsDone
316 RemoteShareDirIterator::IsDone() const function in class:RemoteShareDirIterator
H A DShareVolume.cpp1290 if (iterator->IsDone())
/haiku/src/add-ons/mail_daemon/inbound_protocols/imap/
H A DIMAPConnectionWorker.cpp110 virtual bool IsDone() const function in class:WorkerCommand
208 virtual bool IsDone() const function in class:FetchBodiesCommand
266 if (IsDone() && !fFetchBodies.empty()) {
275 virtual bool IsDone() const function in class:FetchHeadersCommand
422 virtual bool IsDone() const function in class:CheckMailboxesCommand
479 virtual bool IsDone() const function in class:UpdateFlagsCommand
752 if (!command->IsDone()) {

Completed in 62 milliseconds