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

/haiku/headers/os/interface/
H A DWindow.h354 BView* _LastViewChild(BView* parent);
/haiku/src/kits/interface/
H A DWindow.cpp3995 previousFocus = _LastViewChild(previousFocus->fPreviousSibling);
3999 previousFocus = _LastViewChild(fTopView);
4019 BWindow::_LastViewChild(BView* parent) function in class:BWindow

Completed in 59 milliseconds