Searched refs:EntryCreated (Results 1 - 23 of 23) sorted by relevance

/haiku-fatelf/src/apps/musiccollection/
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 DFileMonitor.cpp77 EntryCreated(entry.name, entry.directory, entry.device,
97 FileMonitor::EntryCreated(const char *name, ino_t directory, dev_t device, function in class:FileMonitor
109 fListener->EntryCreated(&fWatchedFileList[file.node]);
H A DMusicCollectionWindow.cpp52 EntryCreated(WatchedFile* file) function in class:ListViewListener
135 EntryCreated(file);
/haiku-fatelf/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-fatelf/src/apps/mail/
H A DQueryMenu.h67 virtual void EntryCreated(const entry_ref &ref, ino_t node);
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 DHeader.cpp99 virtual void EntryCreated(const entry_ref &ref, ino_t node);
1065 QPopupMenu::EntryCreated(const entry_ref &ref, ino_t node) function in class:QPopupMenu
/haiku-fatelf/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-fatelf/headers/private/storage/
H A DNodeMonitorHandler.h29 virtual void EntryCreated(const char *name, ino_t directory,
H A DAddOnMonitorHandler.h62 virtual void EntryCreated(const char* name, ino_t directory,
/haiku-fatelf/src/preferences/printers/
H A DPrinterListView.h58 void EntryCreated(node_ref* node,
H A DPrinterListView.cpp157 PrinterListView::EntryCreated(node_ref* node, entry_ref* entry) function in class:PrinterListView
/haiku-fatelf/src/servers/print/
H A DPrintServerApp.h69 void EntryCreated(node_ref *node, entry_ref *entry);
H A DPrintServerApp.cpp253 PrintServerApp::EntryCreated(node_ref* node, entry_ref* entry) function in class:PrintServerApp
/haiku-fatelf/src/servers/index/
H A DVolumeWatcher.h33 void EntryCreated(const char *name, ino_t directory,
H A DVolumeWatcher.cpp36 WatchNameHandler::EntryCreated(const char *name, ino_t directory, dev_t device, function in class:WatchNameHandler
/haiku-fatelf/src/kits/storage/
H A DNodeMonitorHandler.cpp88 NodeMonitorHandler::EntryCreated(const char *name, ino_t directory, function in class:NodeMonitorHandler
158 EntryCreated(name, directory, device, node);
H A DAddOnMonitorHandler.cpp140 AddOnMonitorHandler::EntryCreated(const char* name, ino_t directory, function in class:AddOnMonitorHandler
/haiku-fatelf/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
/haiku-fatelf/src/kits/tracker/
H A DPoseView.h471 BPose* EntryCreated(const node_ref*, const node_ref*, const char*,
H A DPoseView.cpp1630 BPose* pose = EntryCreated(&dirNode, &itemNode, ref.name, 0);
3331 BPose* pose = EntryCreated(TargetModel()->NodeRef(), &destNodeRef,
3367 BPose* pose = EntryCreated(TargetModel()->NodeRef(), &nodeRef, ref.name,
5209 EntryCreated(&dirNode, &itemNode, name);
5348 BPoseView::EntryCreated(const node_ref* dirNode, const node_ref* itemNode, function in class:BPoseView
5500 EntryCreated(&dirNode, &itemNode, name);

Completed in 133 milliseconds