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

  /external/chromium_org/chrome/browser/tab_contents/
render_view_context_menu_observer.cc 11 bool RenderViewContextMenuObserver::IsCommandIdSupported(int command_id) {
render_view_context_menu_observer.h 36 // virtual bool IsCommandIdSupported(int command_id) OVERRIDE;
48 // bool MyMenuObserver::IsCommandIdSupported(int command_id) {
92 virtual bool IsCommandIdSupported(int command_id);
spellchecker_submenu_observer_mac.cc 61 bool SpellCheckerSubMenuObserver::IsCommandIdSupported(int command_id) {
79 DCHECK(IsCommandIdSupported(command_id));
92 DCHECK(IsCommandIdSupported(command_id));
106 DCHECK(IsCommandIdSupported(command_id));
spellchecker_submenu_observer.h 29 virtual bool IsCommandIdSupported(int command_id) OVERRIDE;
spellchecker_submenu_observer_hunspell.cc 100 bool SpellCheckerSubMenuObserver::IsCommandIdSupported(int command_id) {
123 DCHECK(IsCommandIdSupported(command_id));
141 DCHECK(IsCommandIdSupported(command_id));
162 DCHECK(IsCommandIdSupported(command_id));
spelling_menu_observer.h 47 virtual bool IsCommandIdSupported(int command_id) OVERRIDE;
spelling_menu_observer.cc 188 bool SpellingMenuObserver::IsCommandIdSupported(int command_id) {
208 DCHECK(IsCommandIdSupported(command_id));
220 DCHECK(IsCommandIdSupported(command_id));
251 DCHECK(IsCommandIdSupported(command_id));
render_view_context_menu.cc     [all...]
  /external/chromium_org/chrome/browser/printing/
print_preview_context_menu_observer.h 22 virtual bool IsCommandIdSupported(int command_id) OVERRIDE;
print_preview_context_menu_observer.cc 26 bool PrintPreviewContextMenuObserver::IsCommandIdSupported(int command_id) {

Completed in 369 milliseconds