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

/haiku/src/tests/servers/app/newerClipping/
H A DViewLayer.h53 ViewLayer* ViewAt(const BPoint& where,
H A DWindowLayer.h85 ViewLayer* ViewAt(const BPoint& where);
H A DViewLayer.cpp261 // ViewAt
263 ViewLayer::ViewAt(const BPoint& where, BRegion* windowContentClipping) function in class:ViewLayer
272 ViewLayer* layer = child->ViewAt(where, windowContentClipping);
H A DWindowLayer.cpp362 // ViewAt
364 WindowLayer::ViewAt(const BPoint& where) function in class:WindowLayer
369 return fTopLayer->ViewAt(where, &fContentRegion);
H A DDesktop.cpp64 fScrollingView = fClickedWindow->ViewAt(where);
/haiku/src/apps/deskbar/
H A DStatusView.h126 BView* ViewAt(int32* index, int32* id,
129 BView* ViewAt(int32* index, int32* id,
H A DStatusView.cpp847 BView* view = ViewAt(&index, &temp, id, false);
868 BView* view = ViewAt(&index, id, name);
902 BView* view = ViewAt(&index, &id, target, byIndex);
918 BView* view = ViewAt(&index, &id, name);
1024 BView* view = ViewAt(&index, &id, target, byIndex);
1044 BView* view = ViewAt(&index, &id, name);
1084 TReplicantTray::ViewAt(int32* index, int32* id, int32 target, bool byIndex) function in class:TReplicantTray
1120 TReplicantTray::ViewAt(int32* index, int32* id, const char* name) function in class:TReplicantTray
1274 BView* view = ViewAt(&index, &id, target, byIndex);
1288 BView* view = ViewAt(
[all...]
/haiku/src/servers/app/
H A DView.h118 View* ViewAt(const BPoint& where);
H A DWindow.h138 View* ViewAt(const BPoint& where);
H A DWindow.cpp583 Window::ViewAt(const BPoint& where) function in class:Window
585 return fTopView->ViewAt(where);
930 if (View* view = ViewAt(where)) {
976 if (View* view = ViewAt(where)) {
990 View* view = ViewAt(where);
H A DView.cpp441 View::ViewAt(const BPoint& where) function in class:View
454 View* view = child->ViewAt(where);

Completed in 283 milliseconds