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();
181 DISALLOW_COPY_AND_ASSIGN(BaseScrollBar);
base_scroll_bar.cc 36 // BaseScrollBar, public:
38 BaseScrollBar::BaseScrollBar(bool horizontal, BaseScrollBarThumb* thumb)
46 repeater_(base::Bind(&BaseScrollBar::TrackClicked,
55 void BaseScrollBar::ScrollByAmount(ScrollAmount amount) {
87 BaseScrollBar::~BaseScrollBar() {
90 void BaseScrollBar::ScrollToThumbPosition(int thumb_position,
103 bool BaseScrollBar::ScrollByContentsOffset(int contents_offset) {
118 void BaseScrollBar::OnThumbStateChanged(CustomButton::ButtonState old_state
    [all...]

Completed in 30 milliseconds