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.cc130 if (ShouldEnterPushedState(event) && HitTestPoint(event.location())) in OnMousePressed()
141 SetState(ShouldEnterPushedState(event) ? STATE_PRESSED : STATE_HOVERED); in OnMouseDragged()
242 ShouldEnterPushedState(*event)) { in OnGestureEvent()
343 bool CustomButton::ShouldEnterPushedState(const ui::Event& event) { in ShouldEnterPushedState() function in views::CustomButton
Dcustom_button.h115 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.cc157 bool ToolbarButton::ShouldEnterPushedState(const ui::Event& event) { in ShouldEnterPushedState() function in ToolbarButton
/external/chromium_org/ui/app_list/views/
Dapp_list_item_view.cc397 bool AppListItemView::ShouldEnterPushedState(const ui::Event& event) { in ShouldEnterPushedState() function in app_list::AppListItemView
403 return views::CustomButton::ShouldEnterPushedState(event); in ShouldEnterPushedState()
409 if (!ShouldEnterPushedState(event)) in OnMousePressed()
Dapp_list_item_view.h119 virtual bool ShouldEnterPushedState(const ui::Event& event) OVERRIDE;