Searched refs:WorkerPrivate (Results 1 – 2 of 2) sorted by relevance
26 class WorkerPrivate { class28 WorkerPrivate(IMAPConnectionWorker& worker) in WorkerPrivate() function in WorkerPrivate146 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()[all …]
20 class WorkerPrivate; variable78 friend class WorkerPrivate; variable