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

  /external/chromium_org/chrome/browser/renderer_context_menu/
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 92 bool SpellCheckerSubMenuObserver::IsCommandIdSupported(int command_id) {
115 DCHECK(IsCommandIdSupported(command_id));
133 DCHECK(IsCommandIdSupported(command_id));
154 DCHECK(IsCommandIdSupported(command_id));
spelling_menu_observer.h 47 virtual bool IsCommandIdSupported(int command_id) OVERRIDE;
spelling_menu_observer.cc 179 bool SpellingMenuObserver::IsCommandIdSupported(int command_id) {
198 DCHECK(IsCommandIdSupported(command_id));
210 DCHECK(IsCommandIdSupported(command_id));
240 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 498 milliseconds