OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ShouldEnterPushedState
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/chrome/browser/ui/views/toolbar/
toolbar_button.h
59
virtual bool
ShouldEnterPushedState
(const ui::Event& event) OVERRIDE;
toolbar_button.cc
154
bool ToolbarButton::
ShouldEnterPushedState
(const ui::Event& event) {
/external/chromium_org/ui/views/controls/button/
custom_button.cc
130
if (
ShouldEnterPushedState
(event) && HitTestPoint(event.location()))
141
SetState(
ShouldEnterPushedState
(event) ? STATE_PRESSED : STATE_HOVERED);
240
ShouldEnterPushedState
(*event)) {
340
bool CustomButton::
ShouldEnterPushedState
(const ui::Event& event) {
custom_button.h
115
virtual bool
ShouldEnterPushedState
(const ui::Event& event);
/external/chromium_org/ui/app_list/views/
app_list_item_view.h
105
virtual bool
ShouldEnterPushedState
(const ui::Event& event) OVERRIDE;
app_list_item_view.cc
357
bool AppListItemView::
ShouldEnterPushedState
(const ui::Event& event) {
363
return views::CustomButton::
ShouldEnterPushedState
(event);
369
if (!
ShouldEnterPushedState
(event))
Completed in 333 milliseconds