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

/haiku/src/apps/text_search/
H A DGrepWindow.cpp1708 entry_ref* windowRef; local
1723 windowRef = static_cast<entry_ref*>(windowList.ItemAt(y));
1728 if (windowRef == NULL)
1736 if (entry.SetTo(windowRef) == B_OK && path.SetTo(&entry) == B_OK) {
1762 // loops over Tracker windows, find each windowRef,
1763 // extract the refs that are children of windowRef,
1793 entry_ref windowRef;
1794 status = windowReplyMessage.FindRef("result", &windowRef);
1812 status = windowEntry.SetTo(&windowRef);
1838 BDirectory directory(&windowRef);
[all...]

Completed in 14 milliseconds