Home
last modified time | relevance | path

Searched refs:ShouldEnterPushedState (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/ui/views/controls/button/
Dcustom_button.cc128 if (ShouldEnterPushedState(event) && HitTestPoint(event.location())) in OnMousePressed()
139 SetState(ShouldEnterPushedState(event) ? STATE_PRESSED : STATE_HOVERED); in OnMouseDragged()
240 ShouldEnterPushedState(*event)) { in OnGestureEvent()
341 bool CustomButton::ShouldEnterPushedState(const ui::Event& event) { in ShouldEnterPushedState() function in views::CustomButton
Dcustom_button.h114 virtual bool ShouldEnterPushedState(const ui::Event& event);
/external/chromium_org/chrome/browser/ui/views/toolbar/
Dtoolbar_button.h61 virtual bool ShouldEnterPushedState(const ui::Event& event) OVERRIDE;
Dtoolbar_button.cc156 bool ToolbarButton::ShouldEnterPushedState(const ui::Event& event) { in ShouldEnterPushedState() function in ToolbarButton
/external/chromium_org/ui/app_list/views/
Dapp_list_item_view.cc401 bool AppListItemView::ShouldEnterPushedState(const ui::Event& event) { in ShouldEnterPushedState() function in app_list::AppListItemView
407 return views::CustomButton::ShouldEnterPushedState(event); in ShouldEnterPushedState()
413 if (!ShouldEnterPushedState(event)) in OnMousePressed()
Dapp_list_item_view.h122 virtual bool ShouldEnterPushedState(const ui::Event& event) OVERRIDE;