Searched defs:ExecuteCommand (Results 101 - 110 of 110) sorted by relevance

12345

/external/chromium/chrome/browser/ui/gtk/
H A Dtask_manager_gtk.cc292 virtual void ExecuteCommand(int command_id) { function in class:TaskManagerGtk::ContextMenuController
/external/chromium/chrome/browser/ui/views/bookmarks/
H A Dbookmark_bar_view.cc1290 void BookmarkBarView::ExecuteCommand(int id) { function in class:BookmarkBarView
/external/chromium_org/chrome/browser/tab_contents/
H A Drender_view_context_menu.cc139 // Items that is not used any more by |RenderViewContextMenu.ExecuteCommand|
1504 void RenderViewContextMenu::ExecuteCommand(int id, int event_flags) { function in class:RenderViewContextMenu
1512 return observer->ExecuteCommand(id);
1537 extension_items_.ExecuteCommand(id, source_web_contents_, params_);
/external/chromium_org/chrome/browser/ui/
H A Dbrowser_commands.cc221 bool ExecuteCommand(Browser* browser, int command) { function in namespace:chrome
222 return browser->command_controller()->command_updater()->ExecuteCommand(
/external/chromium_org/chrome/browser/ui/views/toolbar/
H A Dwrench_menu.cc1141 void WrenchMenu::ExecuteCommand(int command_id, int mouse_event_flags) { function in class:WrenchMenu
1143 bookmark_menu_delegate_->ExecuteCommand(command_id, mouse_event_flags);
1148 // These items are represented by child views. If ExecuteCommand is invoked
/external/chromium_org/ui/views/controls/textfield/
H A Dnative_textfield_views.cc728 ExecuteCommand(command_id, 0);
788 void NativeTextfieldViews::ExecuteCommand(int command_id, int event_flags) { function in class:views::NativeTextfieldViews
795 controller->ExecuteCommand(command_id, 0);
835 controller->ExecuteCommand(command_id, 0);
1200 // TODO(oshima): Refactor and consolidate with ExecuteCommand.
/external/chromium_org/ui/views/widget/
H A Dwidget.cc1259 bool Widget::ExecuteCommand(int command_id) { function in class:views::Widget
/external/chromium/chrome/browser/autocomplete/
H A Dautocomplete_edit_view_win.cc1107 void AutocompleteEditViewWin::ExecuteCommand(int command_id) { function in class:AutocompleteEditViewWin
1139 command_updater_->ExecuteCommand(IDC_EDIT_SEARCH_ENGINES);
/external/chromium/chrome/browser/ui/views/frame/
H A Dbrowser_view.cc1381 void BrowserView::ExecuteCommand(int command_id) { function in class:BrowserView
/external/chromium/chrome/browser/ui/
H A Dbrowser.cc2348 ExecuteCommand(id);
2472 void Browser::ExecuteCommand(int id) { function in class:Browser
3053 ExecuteCommand(zoom_in ? IDC_ZOOM_PLUS : IDC_ZOOM_MINUS);

Completed in 942 milliseconds

12345