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

/haiku/headers/os/interface/
H A DWindow.h352 BView* _FindView(BView* view, BPoint point) const;
353 BView* _FindView(int32 token);
/haiku/src/kits/interface/
H A DWindow.cpp1245 if (BView* view = _FindView(info->token))
1259 if (BView* view = _FindView(info->token))
1861 return _FindView(fTopView, point);
3256 BView* view = _FindView(token);
3358 BView* target = _FindView(token);
3460 viewUnderMouse = _FindView(token);
3546 viewUnderMouse = _FindView(token);
3900 BWindow::_FindView(int32 token) function in class:BWindow
3918 BWindow::_FindView(BView* view, BPoint point) const function in class:BWindow
3928 BView* subView = _FindView(chil
[all...]

Completed in 61 milliseconds