Lines Matching refs:WorkerPrivate
26 class WorkerPrivate { class
28 WorkerPrivate(IMAPConnectionWorker& worker) in WorkerPrivate() function in WorkerPrivate
146 WorkerPrivate(worker).Quit(); in Process()
156 IMAP::Protocol& protocol = WorkerPrivate(worker).Protocol(); in Process()
180 IMAP::Protocol& protocol = WorkerPrivate(worker).Protocol(); in Process()
188 status_t status = WorkerPrivate(worker).SelectMailbox(fFolder); in Process()
250 IMAP::Protocol& protocol = WorkerPrivate(worker).Protocol(); in Process()
252 status_t status = WorkerPrivate(worker).SelectMailbox(fFolder); in Process()
268 WorkerPrivate(worker).EnqueueCommand(new FetchBodiesCommand(fFolder, in Process()
324 IMAP::Protocol& protocol = WorkerPrivate(worker).Protocol(); in Process()
328 status_t status = WorkerPrivate(worker).AddFolders(fFolders); in Process()
342 WorkerPrivate(worker).EnqueueCommand( in Process()
350 fMailbox = WorkerPrivate(worker).MailboxFor(*fFolder); in Process()
352 status_t status = WorkerPrivate(worker).SelectMailbox(*fFolder); in Process()
356 fLastIndex = WorkerPrivate(worker).MessagesExist(); in Process()
363 status_t status = WorkerPrivate(worker).SelectMailbox(*fFolder); in Process()
409 WorkerPrivate(worker).BodyFetchLimit()); in Process()
469 status_t status = WorkerPrivate(worker).SelectMailbox(fFolder); in Process()
471 IMAP::Protocol& protocol = WorkerPrivate(worker).Protocol(); in Process()
517 WorkerPrivate(fWorker).SyncCommandDone(); in ~CommandDeleter()