Searched refs:FindContainerWindow (Results 1 - 4 of 4) sorted by relevance

/haiku/src/kits/tracker/
H A DTracker.h142 BContainerWindow* FindContainerWindow(const node_ref*,
144 BContainerWindow* FindContainerWindow(const entry_ref*,
H A DTracker.cpp394 if (window != FindContainerWindow(ref)
1080 window = FindContainerWindow(modelNodeRef);
1097 window = FindContainerWindow(model->NodeRef(), ++windowCount);
1224 TTracker::FindContainerWindow(const node_ref* node, int32 number) const function in class:TTracker
1245 TTracker::FindContainerWindow(const entry_ref* entry, int32 number) const function in class:TTracker
1269 return FindContainerWindow(entry) != NULL;
1625 BContainerWindow* parentWindow = FindContainerWindow(&parent);
1639 BContainerWindow* parentWindow = FindContainerWindow(parent);
1646 // FindContainerWindow will succeed.
1652 BContainerWindow* window = FindContainerWindow(
[all...]
H A DTrackerScripting.cpp281 BMessenger(FindContainerWindow(&ref)));
315 BHandler* window = FindContainerWindow(&ref);
H A DDesktopPoseView.cpp250 = tracker->FindContainerWindow(&ref);

Completed in 49 milliseconds