Home
last modified time | relevance | path

Searched refs:ExecuteCommandIfEnabled (Results 1 – 6 of 6) sorted by relevance

/external/chromium/chrome/browser/ui/gtk/
Dglobal_menu_bar.cc257 browser_->ExecuteCommandIfEnabled(id); in OnItemActivated()
Dbrowser_window_gtk.cc1039 return browser_->ExecuteCommandIfEnabled(id); in PreHandleKeyboardEvent()
1064 browser_->ExecuteCommandIfEnabled(id); in HandleKeyboardEvent()
1977 return browser_window->browser()->ExecuteCommandIfEnabled(command_id); in OnGtkAccelerator()
1994 if (command_id != -1 && browser_->ExecuteCommandIfEnabled(command_id)) in OnKeyPress()
/external/chromium/chrome/browser/ui/views/frame/
Dbrowser_view.cc459 return browser_->ExecuteCommandIfEnabled(command_id); in AcceleratorPressed()
1136 return browser_->ExecuteCommandIfEnabled(id);
1382 browser_->ExecuteCommandIfEnabled(command_id);
1456 return browser_->ExecuteCommandIfEnabled(command_id);
/external/chromium/chrome/browser/ui/
Dbrowser.h617 bool ExecuteCommandIfEnabled(int id);
Dbrowser.cc2345 bool Browser::ExecuteCommandIfEnabled(int id) { in ExecuteCommandIfEnabled() function in Browser
/external/chromium/chrome/browser/ui/cocoa/
Dbrowser_window_controller.mm1091 browser_->ExecuteCommandIfEnabled(command);