Searched defs:BaseScrollBarButton (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ui/views/controls/scrollbar/
H A Dbase_scroll_bar_button.h27 class VIEWS_EXPORT BaseScrollBarButton : public CustomButton { class in namespace:views
29 explicit BaseScrollBarButton(ButtonListener* listener);
30 virtual ~BaseScrollBarButton();
44 DISALLOW_COPY_AND_ASSIGN(BaseScrollBarButton);
H A Dbase_scroll_bar_button.cc13 BaseScrollBarButton::BaseScrollBarButton(ButtonListener* listener) function in class:views::BaseScrollBarButton
15 repeater_(base::Bind(&BaseScrollBarButton::RepeaterNotifyClick,
19 BaseScrollBarButton::~BaseScrollBarButton() {
22 bool BaseScrollBarButton::OnMousePressed(const ui::MouseEvent& event) {
28 void BaseScrollBarButton::OnMouseReleased(const ui::MouseEvent& event) {
32 void BaseScrollBarButton::OnMouseCaptureLost() {
36 void BaseScrollBarButton::RepeaterNotifyClick() {

Completed in 926 milliseconds