/haiku/src/kits/device/ |
H A D | USBRoster.cpp | 28 bool EntryCreated(entry_ref *ref); 128 WatchedEntry::EntryCreated(entry_ref *ref) in EntryCreated() function in WatchedEntry 136 if (child->EntryCreated(ref)) in EntryCreated() 238 fRoot->EntryCreated(&ref); in MessageReceived()
|
/haiku/src/apps/mail/ |
H A D | People.h | 55 virtual void EntryCreated(QueryList& source, 79 virtual void EntryCreated(QueryList& source,
|
H A D | QueryMenu.cpp | 152 EntryCreated(ref, node); in DoQueryMessage() 270 EntryCreated(ref, node.node); in QueryThread() 306 void QueryMenu::EntryCreated(const entry_ref &ref, ino_t node) in EntryCreated() function in QueryMenu
|
H A D | People.cpp | 122 PersonList::EntryCreated(QueryList& source, const entry_ref& ref, ino_t node) in EntryCreated() function in PersonList 164 GroupList::EntryCreated(QueryList& source, const entry_ref& ref, ino_t _node) in EntryCreated() function in GroupList
|
H A D | QueryMenu.h | 67 virtual void EntryCreated(const entry_ref &ref, ino_t node);
|
H A D | QueryList.h | 25 virtual void EntryCreated(QueryList& source,
|
H A D | QueryList.cpp | 100 listener->EntryCreated(*this, iterator->second, iterator->first.node); in AddListener() 175 fListeners.ItemAt(index)->EntryCreated(*this, ref, node); in _NotifyEntryCreated()
|
H A D | AddressTextControl.cpp | 83 virtual void EntryCreated(QueryList& source, 464 AddressPopUpMenu::EntryCreated(QueryList& source, in EntryCreated() function in AddressPopUpMenu
|
/haiku/src/apps/musiccollection/ |
H A D | FileMonitor.h | 47 virtual void EntryCreated(WatchedFile* file) {}; in EntryCreated() function 78 virtual void EntryCreated(const char *name, ino_t directory,
|
H A D | FileMonitor.cpp | 77 EntryCreated(entry.name, entry.directory, entry.device, in MessageReceived() 98 FileMonitor::EntryCreated(const char *name, ino_t directory, dev_t device, in EntryCreated() function in FileMonitor 110 fListener->EntryCreated(&fWatchedFileList[file.node]); in EntryCreated()
|
H A D | MusicCollectionWindow.cpp | 54 EntryCreated(WatchedFile* file) in EntryCreated() function in ListViewListener 137 EntryCreated(file); in AttrChanged()
|
/haiku/headers/private/print/ |
H A D | FolderWatcher.h | 47 virtual void EntryCreated(node_ref* node, entry_ref* entry) {}; in EntryCreated() function
|
H A D | Jobs.h | 113 void EntryCreated(node_ref* node, entry_ref* entry);
|
/haiku/src/kits/storage/ |
H A D | NodeMonitorHandler.cpp | 88 NodeMonitorHandler::EntryCreated(const char *name, ino_t directory, in EntryCreated() function in NodeMonitorHandler 158 EntryCreated(name, directory, device, node); in HandleEntryCreated()
|
H A D | AddOnMonitorHandler.cpp | 201 AddOnMonitorHandler::EntryCreated(const char* name, ino_t directory, in EntryCreated() function in AddOnMonitorHandler
|
/haiku/src/servers/print/ |
H A D | PrintServerApp.h | 78 void EntryCreated(node_ref* node, entry_ref* entry);
|
H A D | PrintServerApp.cpp | 233 PrintServerApp::EntryCreated(node_ref* node, entry_ref* entry) in EntryCreated() function in PrintServerApp
|
/haiku/headers/private/storage/ |
H A D | NodeMonitorHandler.h | 29 virtual void EntryCreated(const char *name, ino_t directory,
|
H A D | AddOnMonitorHandler.h | 64 virtual void EntryCreated(const char* name, ino_t directory,
|
/haiku/src/preferences/printers/ |
H A D | PrinterListView.h | 58 void EntryCreated(node_ref* node,
|
H A D | PrinterListView.cpp | 161 PrinterListView::EntryCreated(node_ref* node, entry_ref* entry) in EntryCreated() function in PrinterListView
|
/haiku/src/servers/index/ |
H A D | VolumeWatcher.h | 33 void EntryCreated(const char *name, ino_t directory,
|
H A D | VolumeWatcher.cpp | 36 WatchNameHandler::EntryCreated(const char *name, ino_t directory, dev_t device, in EntryCreated() function in WatchNameHandler
|
/haiku/src/kits/print/ |
H A D | FolderWatcher.cpp | 114 fListener->EntryCreated(&node, &entry); in HandleCreatedEntry()
|
H A D | Jobs.cpp | 191 void Folder::EntryCreated(node_ref* node, entry_ref* entry) { in EntryCreated() function in Folder
|