Home
last modified time | relevance | path

Searched refs:AlwaysShowIconForCmd (Results 1 – 10 of 10) sorted by relevance

/external/chromium/chrome/browser/tab_contents/
Drender_view_context_menu_gtk.h29 virtual bool AlwaysShowIconForCmd(int command_id) const;
Drender_view_context_menu_gtk.cc47 bool RenderViewContextMenuGtk::AlwaysShowIconForCmd(int command_id) const { in AlwaysShowIconForCmd() function in RenderViewContextMenuGtk
/external/chromium/chrome/browser/ui/gtk/
Dback_forward_button_gtk.h29 virtual bool AlwaysShowIconForCmd(int command_id) const;
Dback_forward_button_gtk.cc77 bool BackForwardButtonGtk::AlwaysShowIconForCmd(int command_id) const { in AlwaysShowIconForCmd() function in BackForwardButtonGtk
Dmenu_gtk.h46 virtual bool AlwaysShowIconForCmd(int command_id) const { return false; } in AlwaysShowIconForCmd() function
Dbrowser_toolbar_gtk.h93 virtual bool AlwaysShowIconForCmd(int command_id) const;
Dbrowser_actions_toolbar_gtk.h129 virtual bool AlwaysShowIconForCmd(int command_id) const;
Dmenu_gtk.cc338 if (delegate_ && delegate_->AlwaysShowIconForCmd(command_id) && in AppendMenuItem()
484 if (delegate_ && delegate_->AlwaysShowIconForCmd(command_id) && in BuildSubmenuFromModel()
Dbrowser_toolbar_gtk.cc323 bool BrowserToolbarGtk::AlwaysShowIconForCmd(int command_id) const { in AlwaysShowIconForCmd() function in BrowserToolbarGtk
Dbrowser_actions_toolbar_gtk.cc704 bool BrowserActionsToolbarGtk::AlwaysShowIconForCmd(int command_id) const { in AlwaysShowIconForCmd() function in BrowserActionsToolbarGtk