Searched refs:EntryRemoved (Results 1 - 25 of 38) sorted by relevance

12

/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DEntryListener.cpp24 // EntryRemoved
26 EntryListener::EntryRemoved(Entry */*entry*/) function in class:EntryListener
H A DEntryListener.h24 virtual void EntryRemoved(Entry *entry);
H A DNameIndex.h26 virtual void EntryRemoved(Entry *entry);
H A DNameIndex.cpp83 virtual void EntryRemoved(Entry *entry);
165 // EntryRemoved
167 NameIndex::EntryRemoved(Entry *entry) function in class:NameIndex
343 // EntryRemoved
345 NameIndexEntryIterator::EntryRemoved(Entry */*entry*/) function in class:NameIndexEntryIterator
H A DSizeIndex.cpp92 virtual void EntryRemoved(Entry *entry);
356 // EntryRemoved
358 SizeIndex::Iterator::EntryRemoved(Entry */*entry*/) function in class:SizeIndex::Iterator
H A DLastModifiedIndex.cpp94 virtual void EntryRemoved(Entry *entry);
358 // EntryRemoved
360 LastModifiedIndex::Iterator::EntryRemoved(Entry */*entry*/) function in class:LastModifiedIndex::Iterator
/haiku/src/apps/text_search/
H A DChangesIterator.h28 void EntryRemoved(const char* path);
H A DChangesIterator.cpp99 ChangesIterator::EntryRemoved(const char* path) function in class:ChangesIterator
/haiku/src/apps/mail/
H A DPeople.h57 virtual void EntryRemoved(QueryList& source,
81 virtual void EntryRemoved(QueryList& source,
H A DQueryMenu.h68 virtual void EntryRemoved(ino_t node);
H A DQueryList.h27 virtual void EntryRemoved(QueryList& source,
H A DPeople.cpp133 PersonList::EntryRemoved(QueryList& source, const node_ref& nodeRef) function in class:PersonList
192 GroupList::EntryRemoved(QueryList& source, const node_ref& nodeRef) function in class:GroupList
H A DQueryMenu.cpp160 EntryRemoved(node);
322 void QueryMenu::EntryRemoved(ino_t node) function in class:QueryMenu
/haiku/src/apps/musiccollection/
H A DFileMonitor.h48 virtual void EntryRemoved(WatchedFile* file) {}; function in class:EntryViewInterface
80 virtual void EntryRemoved(const char *name, ino_t directory,
H A DFileMonitor.cpp115 FileMonitor::EntryRemoved(const char *name, ino_t directory, dev_t device, function in class:FileMonitor
122 fListener->EntryRemoved(file);
/haiku/src/kits/device/
H A DUSBRoster.cpp29 bool EntryRemoved(ino_t node);
156 WatchedEntry::EntryRemoved(ino_t node) function in class:WatchedEntry
174 if (child->EntryRemoved(node))
247 fRoot->EntryRemoved(node);
/haiku/headers/private/print/
H A DFolderWatcher.h49 virtual void EntryRemoved(node_ref* node) {}; function in class:FolderListener
H A DJobs.h114 void EntryRemoved(node_ref* node);
/haiku/headers/private/storage/
H A DNodeMonitorHandler.h31 virtual void EntryRemoved(const char *name, ino_t directory,
H A DAddOnMonitorHandler.h66 virtual void EntryRemoved(const char *name, ino_t directory,
/haiku/src/preferences/printers/
H A DPrinterListView.h60 void EntryRemoved(node_ref* node);
/haiku/src/servers/print/
H A DPrintServerApp.h79 void EntryRemoved(node_ref* node);
/haiku/src/servers/index/
H A DVolumeWatcher.h35 void EntryRemoved(const char *name, ino_t directory,
/haiku/src/kits/storage/
H A DNodeMonitorHandler.cpp96 NodeMonitorHandler::EntryRemoved(const char *name, ino_t directory, function in class:NodeMonitorHandler
176 EntryRemoved(name, directory, device, node);
/haiku/src/kits/print/
H A DFolderWatcher.cpp122 fListener->EntryRemoved(&node);

Completed in 502 milliseconds

12