Searched refs:is_hovered (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/ui/views/controls/menu/
H A Dmenu_delegate.cc25 bool is_hovered,
31 bool is_hovered,
24 GetBackgroundColor(int command_id, bool is_hovered, SkColor* override_color) const argument
30 GetForegroundColor(int command_id, bool is_hovered, SkColor* override_color) const argument
H A Dmenu_delegate.h70 // |command_id| and its |is_hovered| state. Returns true if it chooses to
73 bool is_hovered,
77 // |command_id| and its |is_hovered| state. Returns true if it chooses to
80 bool is_hovered,
/external/chromium_org/chrome/browser/ui/views/toolbar/
H A Dwrench_menu.h64 bool is_hovered,
H A Dwrench_menu.cc857 bool is_hovered,
1012 bool is_hovered,
1016 ModelIndexFromCommandId(command_id), is_hovered, override_color);
856 GetForegroundColorAt(int index, bool is_hovered, SkColor* override_color) const argument
1011 GetForegroundColor(int command_id, bool is_hovered, SkColor* override_color) const argument
/external/chromium/chrome/browser/autocomplete/
H A Dautocomplete_popup_view_gtk.cc612 bool is_hovered = (model_->hovered_line() == i); local
613 if (is_selected || is_hovered) {
/external/chromium_org/chrome/browser/ui/gtk/omnibox/
H A Domnibox_popup_view_gtk.cc654 bool is_hovered = (model_->hovered_line() == i); local
655 if (is_selected || is_hovered) {
/external/chromium_org/ash/shelf/
H A Dshelf_view.cc137 bool is_hovered,
140 bool is_hovered,
169 bool is_hovered,
179 bool is_hovered,
184 *override_color = is_hovered ? kFocusedActiveListItemBackgroundColor :
168 GetForegroundColor(int command_id, bool is_hovered, SkColor* override_color) const argument
178 GetBackgroundColor(int command_id, bool is_hovered, SkColor* override_color) const argument

Completed in 322 milliseconds