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

/haiku-fatelf/src/kits/tracker/
H A DTracker.h140 BContainerWindow* FindContainerWindow(const node_ref*,
142 BContainerWindow* FindContainerWindow(const entry_ref*,
H A DTracker.cpp319 if (window != FindContainerWindow(ref)
893 window = FindContainerWindow(model->NodeRef());
908 window = FindContainerWindow(model->NodeRef(), ++windowCount);
1023 TTracker::FindContainerWindow(const node_ref* node, int32 number) const function in class:TTracker
1043 TTracker::FindContainerWindow(const entry_ref* entry, int32 number) const function in class:TTracker
1066 return FindContainerWindow(entry) != NULL;
1443 BContainerWindow* parentWindow = FindContainerWindow(&parent);
1456 BContainerWindow* parentWindow = FindContainerWindow(parent);
1463 // FindContainerWindow will succeed.
1469 BContainerWindow* window = FindContainerWindow(
[all...]
H A DDesktopPoseView.cpp248 = tracker->FindContainerWindow(&ref);

Completed in 41 milliseconds