Searched refs:fFolder (Results 1 – 10 of 10) sorted by relevance
/haiku/src/add-ons/mail_daemon/inbound_protocols/imap/ |
H A D | IMAPConnectionWorker.cpp | 171 fFolder(folder), in FetchBodiesCommand() 188 status_t status = WorkerPrivate(worker).SelectMailbox(fFolder); in Process() 203 fFolder.StoringBodyFailed(fRef, fUID, status); in Process() 215 fFetchStatus = fFolder.StoreBody(fUID, stream, length, fRef, fFile); in FetchData() 222 fFolder.BodyStored(fRef, fFile, uid); in FetchedData() 226 IMAPFolder& fFolder; member in FetchBodiesCommand 241 fFolder(folder), in FetchHeadersCommand() 252 status_t status = WorkerPrivate(worker).SelectMailbox(fFolder); in Process() 268 WorkerPrivate(worker).EnqueueCommand(new FetchBodiesCommand(fFolder, in Process() 282 fFetchStatus = fFolder.StoreMessage(fetchFlags, stream, length, in FetchData() [all …]
|
/haiku/src/kits/print/ |
H A D | FolderWatcher.cpp | 47 : fFolder(folder) in FolderWatcher() 61 while (fFolder.GetNextEntry(&entry) == B_OK && entry.GetNodeRef(&node) == B_OK) { in FolderWatcher() 68 fFolder.GetNodeRef(&ref); in FolderWatcher() 75 fFolder.GetNodeRef(&ref); in ~FolderWatcher() 149 fFolder.GetNodeRef(&folder); in MessageReceived()
|
H A D | Jobs.cpp | 52 : fFolder(folder) in Job()
|
/haiku/src/preferences/printers/ |
H A D | PrinterListView.cpp | 41 fFolder(NULL), in PrinterListView() 103 fFolder = new FolderWatcher(Window(), dir, true); in AttachedToWindow() 104 fFolder->SetListener(this); in AttachedToWindow() 124 delete fFolder; in QuitRequested() 266 fFolder(NULL), in PrinterItem() 321 fFolder = new SpoolFolder(window, this, dir); in PrinterItem() 329 delete fFolder; in ~PrinterItem() 492 return fFolder && fFolder->CountJobs() > 0; in HasPendingJobs() 499 return fFolder; in Folder() 514 if (fFolder) in UpdatePendingJobs() [all …]
|
H A D | PrinterListView.h | 63 FolderWatcher* fFolder; variable 103 SpoolFolder* fFolder; variable
|
/haiku/headers/private/print/ |
H A D | FolderWatcher.h | 61 BDirectory fFolder; 81 BDirectory* Folder() { return &fFolder; } in Folder()
|
H A D | Jobs.h | 61 Folder* fFolder; // the handler that watches the node of the job file
|
/haiku/src/apps/showimage/ |
H A D | ImageFileNavigator.cpp | 93 BDirectory fFolder; member in FolderNavigator 253 fFolder.SetTo(&ref); in FolderNavigator() 259 fFolder.SetTo(&nodeRef); in FolderNavigator() 321 fFolder.Rewind(); in _BuildEntryList() 325 status_t status = fFolder.GetNextRef(ref); in _BuildEntryList()
|
/haiku/src/servers/print/ |
H A D | PrintServerApp.cpp | 94 fFolder(NULL) in PrintServerApp() 142 delete fFolder; fFolder = NULL; in QuitRequested() 304 fFolder = new FolderWatcher(this, dir, true); in SetupPrinterList() 305 fFolder->SetListener(this); in SetupPrinterList()
|
H A D | PrintServerApp.h | 101 FolderWatcher* fFolder; variable
|