Searched refs:SetValues (Results 1 - 5 of 5) sorted by relevance

/haiku/src/preferences/input/
H A DInputTouchpadPrefView.h57 void SetValues(float rightRange, float bottomRange);
91 void SetValues(touchpad_settings *settings);
H A DInputTouchpadPrefView.cpp143 TouchpadView::SetValues(float rightRange, float bottomRange) function in class:TouchpadView
272 SetValues(&fTouchpadPref.Settings());
323 SetValues(&settings);
330 SetValues(&settings);
479 TouchpadPrefView::SetValues(touchpad_settings* settings) function in class:TouchpadPrefView
481 fTouchpadView->SetValues(
/haiku/src/apps/debugger/user_interface/gui/model/
H A DVariablesViewState.cpp210 VariablesViewState::SetValues(StackFrameValues* values) function in class:VariablesViewState
282 SetValues(NULL);
H A DVariablesViewState.h68 void SetValues(StackFrameValues* values);
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DVariablesView.cpp2976 viewState->SetValues(values);

Completed in 50 milliseconds