Searched refs:FSNotification (Results 1 - 9 of 9) sorted by relevance

/haiku/src/kits/tracker/
H A DDesktopPoseView.h65 virtual bool FSNotification(const BMessage*);
H A DVirtualDirectoryPoseView.cpp168 VirtualDirectoryPoseView::FSNotification(const BMessage* message) function in class:BPrivate::VirtualDirectoryPoseView
184 return _inherited::FSNotification(message);
277 : _inherited::FSNotification(message);
298 return _inherited::FSNotification(message);
367 if (_inherited::FSNotification(message))
458 return _inherited::FSNotification(message);
476 ? _inherited::FSNotification(&message)
477 : FSNotification(&message);
H A DVirtualDirectoryPoseView.h40 virtual bool FSNotification(const BMessage* message);
H A DDesktopPoseView.cpp118 DesktopPoseView::FSNotification(const BMessage* message) function in class:DesktopPoseView
144 return _inherited::FSNotification(message);
H A DPendingNodeMonitorCache.cpp145 poseView->FSNotification(item->NodeMonitor());
H A DFilePanelPriv.h167 virtual bool FSNotification(const BMessage*);
H A DFilePanelPriv.cpp1788 BFilePanelPoseView::FSNotification(const BMessage* message) function in class:BFilePanelPoseView
1832 return _inherited::FSNotification(message);
H A DPoseView.h169 virtual bool FSNotification(const BMessage*);
H A DPoseView.cpp2225 if (!FSNotification(message))
5379 BPoseView::FSNotification(const BMessage* message) function in class:BPoseView

Completed in 159 milliseconds