HomeSort by relevance Sort by last modified time
    Searched refs:SetValueInternal (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ui/views/controls/
slider.cc 72 SetValueInternal(value, VALUE_CHANGED_BY_API);
79 void Slider::SetValueInternal(float value, SliderChangeReason reason) {
144 SetValueInternal(static_cast<float>(amount) /
148 SetValueInternal(
290 SetValueInternal(value_ - keyboard_increment_, VALUE_CHANGED_BY_USER);
293 SetValueInternal(value_ + keyboard_increment_, VALUE_CHANGED_BY_USER);
298 SetValueInternal(value_ - keyboard_increment_, VALUE_CHANGED_BY_USER);
301 SetValueInternal(value_ + keyboard_increment_, VALUE_CHANGED_BY_USER);
slider.h 72 void SetValueInternal(float value, SliderChangeReason reason);

Completed in 100 milliseconds