Searched refs:GetSteps (Results 1 - 13 of 13) sorted by relevance

/haiku/src/tests/servers/app/scrollbar/
H A Dmain.cpp41 scrollBar->GetSteps(&smallStep, &bigStep);
48 scrollBar->GetSteps(&smallStep, &bigStep);
/haiku/headers/private/interface/
H A DMenuWindow.h39 void GetSteps(float* _smallStep, float* _largeStep) const;
/haiku/src/apps/deskbar/
H A DInlineScrollView.h37 void GetSteps(float* _smallStep,
H A DInlineScrollView.cpp154 parent->GetSteps(&smallStep, &largeStep);
220 grandparent->GetSteps(&smallStep, &largeStep);
283 parent->GetSteps(&smallStep, &largeStep);
348 grandparent->GetSteps(&smallStep, &largeStep);
565 TInlineScrollView::GetSteps(float* _smallStep, float* _largeStep) const function in class:TInlineScrollView
H A DExpandoMenuBar.cpp180 scrollView->GetSteps(&smallStep, &largeStep);
/haiku/headers/os/interface/
H A DScrollBar.h60 void GetSteps(float* _smallStep,
/haiku/src/kits/interface/
H A DViewPort.cpp199 scrollBar->GetSteps(&smallStep, NULL);
H A DMenuWindow.cpp373 BMenuWindow::GetSteps(float* _smallStep, float* _largeStep) const function in class:BMenuWindow
446 GetSteps(&smallStep, NULL);
H A DMenu.cpp490 window->GetSteps(&smallStep, &largeStep);
580 window->GetSteps(NULL, &largeStep);
H A DScrollBar.cpp900 BScrollBar::GetSteps(float* smallStep, float* largeStep) const function in class:BScrollBar
H A DColumnListView.cpp1816 fHorizontalScrollBar->GetSteps(&smallStep, &largeStep);
1878 fVerticalScrollBar->GetSteps(&smallStep, &largeStep);
H A DView.cpp6626 scrollBar->GetSteps(&smallStep, &largeStep);
/haiku/src/kits/tracker/
H A DPoseView.cpp1091 fVScrollBar->GetSteps(&min, &max);

Completed in 1151 milliseconds