Home
last modified time | relevance | path

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); in _FindPreviousNavigable()
3999 previousFocus = _LastViewChild(fTopView); in _FindPreviousNavigable()
4019 BWindow::_LastViewChild(BView* parent) in _LastViewChild() function in BWindow