Searched refs:scrollingOffset (Results 1 – 5 of 5) sorted by relevance
/haiku/src/servers/app/ |
H A D | WorkspacesView.h | 17 WorkspacesView(BRect frame, BPoint scrollingOffset,
|
H A D | View.h | 47 View(IntRect frame, IntPoint scrollingOffset,
|
H A D | WorkspacesView.cpp | 26 WorkspacesView::WorkspacesView(BRect frame, BPoint scrollingOffset, in WorkspacesView() argument 29 View(frame, scrollingOffset, name, token, resizeMode, flags), in WorkspacesView()
|
H A D | View.cpp | 84 View::View(IntRect frame, IntPoint scrollingOffset, const char* name, in View() argument 91 fScrollingOffset(scrollingOffset), in View()
|
H A D | ServerWindow.cpp | 514 BPoint scrollingOffset; in _CreateView() local 519 link.Read<BPoint>(&scrollingOffset); in _CreateView() 534 newView = new (nothrow) WorkspacesView(frame, scrollingOffset, name, in _CreateView() 537 newView = new (nothrow) View(frame, scrollingOffset, name, token, in _CreateView()
|