HomeSort by relevance Sort by last modified time
    Searched refs:AlwaysShowIconForCmd (Results 1 - 10 of 10) sorted by null

  /external/chromium/chrome/browser/tab_contents/
render_view_context_menu_gtk.h 29 virtual bool AlwaysShowIconForCmd(int command_id) const;
render_view_context_menu_gtk.cc 47 bool RenderViewContextMenuGtk::AlwaysShowIconForCmd(int command_id) const {
  /external/chromium/chrome/browser/ui/gtk/
back_forward_button_gtk.h 29 virtual bool AlwaysShowIconForCmd(int command_id) const;
back_forward_button_gtk.cc 77 bool BackForwardButtonGtk::AlwaysShowIconForCmd(int command_id) const {
browser_toolbar_gtk.h 93 virtual bool AlwaysShowIconForCmd(int command_id) const;
menu_gtk.h 46 virtual bool AlwaysShowIconForCmd(int command_id) const { return false; }
browser_actions_toolbar_gtk.h 129 virtual bool AlwaysShowIconForCmd(int command_id) const;
menu_gtk.cc 338 if (delegate_ && delegate_->AlwaysShowIconForCmd(command_id) &&
484 if (delegate_ && delegate_->AlwaysShowIconForCmd(command_id) &&
browser_toolbar_gtk.cc 323 bool BrowserToolbarGtk::AlwaysShowIconForCmd(int command_id) const {
browser_actions_toolbar_gtk.cc 704 bool BrowserActionsToolbarGtk::AlwaysShowIconForCmd(int command_id) const {
    [all...]

Completed in 117 milliseconds