Symbol: EntryRemoved
headers/private/print/FolderWatcher.h
49
virtual void EntryRemoved(node_ref* node) {};
headers/private/print/Jobs.h
114
void EntryRemoved(node_ref* node);
headers/private/storage/AddOnMonitorHandler.h
66
virtual void EntryRemoved(const char *name, ino_t directory,
headers/private/storage/NodeMonitorHandler.h
31
virtual void EntryRemoved(const char *name, ino_t directory,
src/add-ons/kernel/file_systems/ramfs/AttributeIndexImpl.cpp
180
virtual void EntryRemoved(Entry *entry);
src/add-ons/kernel/file_systems/ramfs/Directory.cpp
216
error = GetVolume()->EntryRemoved(GetID(), entry);
src/add-ons/kernel/file_systems/ramfs/EntryListener.h
24
virtual void EntryRemoved(Entry *entry);
src/add-ons/kernel/file_systems/ramfs/LastModifiedIndex.cpp
97
virtual void EntryRemoved(Entry *entry);
src/add-ons/kernel/file_systems/ramfs/NameIndex.cpp
83
virtual void EntryRemoved(Entry *entry);
src/add-ons/kernel/file_systems/ramfs/NameIndex.h
26
virtual void EntryRemoved(Entry *entry);
src/add-ons/kernel/file_systems/ramfs/SizeIndex.cpp
95
virtual void EntryRemoved(Entry *entry);
src/add-ons/kernel/file_systems/ramfs/Volume.cpp
545
value->listener->EntryRemoved(entry);
src/add-ons/kernel/file_systems/ramfs/Volume.cpp
553
value.listener->EntryRemoved(entry);
src/add-ons/kernel/file_systems/ramfs/Volume.h
130
status_t EntryRemoved(ino_t id, Entry *entry);
src/apps/mail/AddressTextControl.cpp
85
virtual void EntryRemoved(QueryList& source,
src/apps/mail/People.h
57
virtual void EntryRemoved(QueryList& source,
src/apps/mail/People.h
81
virtual void EntryRemoved(QueryList& source,
src/apps/mail/QueryList.cpp
187
fListeners.ItemAt(index)->EntryRemoved(*this, nodeRef);
src/apps/mail/QueryList.h
27
virtual void EntryRemoved(QueryList& source,
src/apps/mail/QueryMenu.cpp
160
EntryRemoved(node);
src/apps/mail/QueryMenu.h
68
virtual void EntryRemoved(ino_t node);
src/apps/musiccollection/FileMonitor.cpp
122
fListener->EntryRemoved(file);
src/apps/musiccollection/FileMonitor.h
48
virtual void EntryRemoved(WatchedFile* file) {};
src/apps/musiccollection/FileMonitor.h
80
virtual void EntryRemoved(const char *name, ino_t directory,
src/apps/musiccollection/MusicCollectionWindow.cpp
136
EntryRemoved(file);
src/apps/text_search/ChangesIterator.h
28
void EntryRemoved(const char* path);
src/apps/text_search/GrepWindow.cpp
956
fChangesIterator->EntryRemoved(path.String());
src/kits/device/USBRoster.cpp
174
if (child->EntryRemoved(node))
src/kits/device/USBRoster.cpp
247
fRoot->EntryRemoved(node);
src/kits/device/USBRoster.cpp
29
bool EntryRemoved(ino_t node);
src/kits/print/FolderWatcher.cpp
122
fListener->EntryRemoved(&node);
src/kits/storage/AddOnMonitorHandler.cpp
408
EntryRemoved(name, fromDirectory, device, node);
src/kits/storage/NodeMonitorHandler.cpp
176
EntryRemoved(name, directory, device, node);
src/preferences/printers/PrinterListView.h
60
void EntryRemoved(node_ref* node);
src/servers/index/VolumeWatcher.h
35
void EntryRemoved(const char *name, ino_t directory,
src/servers/print/PrintServerApp.h
79
void EntryRemoved(node_ref* node);