Searched refs:EntryCreated (Results 1 - 25 of 27) sorted by path

12

/haiku/headers/private/storage/
H A DAddOnMonitorHandler.h64 virtual void EntryCreated(const char* name, ino_t directory,
H A DNodeMonitorHandler.h29 virtual void EntryCreated(const char *name, ino_t directory,
/haiku/src/apps/mail/
H A DPeople.cpp122 PersonList::EntryCreated(QueryList& source, const entry_ref& ref, ino_t node) function in class:PersonList
164 GroupList::EntryCreated(QueryList& source, const entry_ref& ref, ino_t _node) function in class:GroupList
H A DPeople.h55 virtual void EntryCreated(QueryList& source,
79 virtual void EntryCreated(QueryList& source,
H A DQueryList.cpp100 listener->EntryCreated(*this, iterator->second, iterator->first.node);
175 fListeners.ItemAt(index)->EntryCreated(*this, ref, node);
H A DQueryList.h25 virtual void EntryCreated(QueryList& source,
H A DQueryMenu.cpp152 EntryCreated(ref, node);
270 EntryCreated(ref, node.node);
306 void QueryMenu::EntryCreated(const entry_ref &ref, ino_t node) function in class:QueryMenu
H A DQueryMenu.h67 virtual void EntryCreated(const entry_ref &ref, ino_t node);
H A DAddressTextControl.cpp83 virtual void EntryCreated(QueryList& source,
464 AddressPopUpMenu::EntryCreated(QueryList& source, function in class:AddressPopUpMenu
/haiku/src/kits/device/
H A DUSBRoster.cpp28 bool EntryCreated(entry_ref *ref);
128 WatchedEntry::EntryCreated(entry_ref *ref) function in class:WatchedEntry
136 if (child->EntryCreated(ref))
238 fRoot->EntryCreated(&ref);
/haiku/src/kits/storage/
H A DAddOnMonitorHandler.cpp201 AddOnMonitorHandler::EntryCreated(const char* name, ino_t directory, function in class:AddOnMonitorHandler
H A DNodeMonitorHandler.cpp88 NodeMonitorHandler::EntryCreated(const char *name, ino_t directory, function in class:NodeMonitorHandler
158 EntryCreated(name, directory, device, node);
/haiku/src/preferences/printers/
H A DPrinterListView.cpp161 PrinterListView::EntryCreated(node_ref* node, entry_ref* entry) function in class:PrinterListView
H A DPrinterListView.h58 void EntryCreated(node_ref* node,
/haiku/src/servers/index/
H A DVolumeWatcher.cpp36 WatchNameHandler::EntryCreated(const char *name, ino_t directory, dev_t device, function in class:WatchNameHandler
H A DVolumeWatcher.h33 void EntryCreated(const char *name, ino_t directory,
/haiku/src/servers/print/
H A DPrintServerApp.cpp233 PrintServerApp::EntryCreated(node_ref* node, entry_ref* entry) function in class:PrintServerApp
H A DPrintServerApp.h78 void EntryCreated(node_ref* node, entry_ref* entry);
/haiku/headers/private/print/
H A DFolderWatcher.h47 virtual void EntryCreated(node_ref* node, entry_ref* entry) {}; function in class:FolderListener
H A DJobs.h113 void EntryCreated(node_ref* node, entry_ref* entry);
/haiku/src/apps/musiccollection/
H A DFileMonitor.cpp77 EntryCreated(entry.name, entry.directory, entry.device,
98 FileMonitor::EntryCreated(const char *name, ino_t directory, dev_t device, function in class:FileMonitor
110 fListener->EntryCreated(&fWatchedFileList[file.node]);
H A DFileMonitor.h24 /*! Don't use it as the primary cookie storage. To be set in EntryCreated
47 virtual void EntryCreated(WatchedFile* file) {}; function in class:EntryViewInterface
78 virtual void EntryCreated(const char *name, ino_t directory,
H A DMusicCollectionWindow.cpp54 EntryCreated(WatchedFile* file) function in class:ListViewListener
137 EntryCreated(file);
/haiku/src/kits/print/
H A DFolderWatcher.cpp114 fListener->EntryCreated(&node, &entry);
H A DJobs.cpp191 void Folder::EntryCreated(node_ref* node, entry_ref* entry) { function in class:Folder

Completed in 85 milliseconds

12