Searched refs:Represents (Results 1 - 7 of 7) sorted by relevance

/haiku/src/kits/tracker/
H A DDesktopPoseView.h69 virtual bool Represents(const node_ref*) const;
70 virtual bool Represents(const entry_ref*) const;
H A DDesktopPoseView.cpp164 DesktopPoseView::Represents(const node_ref* ref) const function in class:DesktopPoseView
169 return _inherited::Represents(ref);
174 DesktopPoseView::Represents(const entry_ref* ref) const function in class:DesktopPoseView
179 return Represents(&nref);
H A DOpenWithWindow.h247 virtual bool Represents(const node_ref*) const;
248 virtual bool Represents(const entry_ref*) const;
H A DPoseView.h95 virtual bool Represents(const node_ref*) const;
96 virtual bool Represents(const entry_ref*) const;
H A DOpenWithWindow.cpp926 OpenWithPoseView::Represents(const node_ref*) const function in class:OpenWithPoseView
933 OpenWithPoseView::Represents(const entry_ref*) const function in class:OpenWithPoseView
H A DContainerWindow.cpp1759 return PoseView()->Represents(node);
1766 return PoseView()->Represents(entry);
H A DPoseView.cpp10248 BPoseView::Represents(const node_ref* node) const function in class:BPoseView
10255 BPoseView::Represents(const entry_ref* ref) const function in class:BPoseView

Completed in 129 milliseconds