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

  /external/chromium_org/ui/views/controls/scrollbar/
base_scroll_bar.h 23 // BaseScrollBar
26 class VIEWS_EXPORT BaseScrollBar : public ScrollBar,
31 BaseScrollBar(bool horizontal, BaseScrollBarThumb* thumb);
32 virtual ~BaseScrollBar();
187 DISALLOW_COPY_AND_ASSIGN(BaseScrollBar);
base_scroll_bar.cc 37 // BaseScrollBar, public:
39 BaseScrollBar::BaseScrollBar(bool horizontal, BaseScrollBarThumb* thumb)
47 repeater_(base::Bind(&BaseScrollBar::TrackClicked,
56 void BaseScrollBar::ScrollByAmount(ScrollAmount amount) {
88 BaseScrollBar::~BaseScrollBar() {
91 void BaseScrollBar::ScrollToThumbPosition(int thumb_position,
104 bool BaseScrollBar::ScrollByContentsOffset(int contents_offset) {
119 void BaseScrollBar::OnThumbStateChanged(CustomButton::ButtonState old_state
    [all...]

Completed in 34 milliseconds