Searched refs:IsCommandIdSupported (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/components/renderer_context_menu/
H A Drender_view_context_menu_observer.cc7 bool RenderViewContextMenuObserver::IsCommandIdSupported(int command_id) { function in class:RenderViewContextMenuObserver
H A Drender_view_context_menu_observer.h36 // virtual bool IsCommandIdSupported(int command_id) OVERRIDE;
48 // bool MyMenuObserver::IsCommandIdSupported(int command_id) {
92 virtual bool IsCommandIdSupported(int command_id);
H A Drender_view_context_menu_base.cc257 if (observer->IsCommandIdSupported(id)) {
280 if (observer->IsCommandIdSupported(id))
300 if (observer->IsCommandIdSupported(id))
/external/chromium_org/chrome/browser/printing/
H A Dprint_preview_context_menu_observer.h22 virtual bool IsCommandIdSupported(int command_id) OVERRIDE;
H A Dprint_preview_context_menu_observer.cc26 bool PrintPreviewContextMenuObserver::IsCommandIdSupported(int command_id) { function in class:PrintPreviewContextMenuObserver
/external/chromium_org/chrome/browser/renderer_context_menu/
H A Dspellchecker_submenu_observer_mac.cc70 bool SpellCheckerSubMenuObserver::IsCommandIdSupported(int command_id) { function in class:SpellCheckerSubMenuObserver
88 DCHECK(IsCommandIdSupported(command_id));
101 DCHECK(IsCommandIdSupported(command_id));
115 DCHECK(IsCommandIdSupported(command_id));
H A Dspellchecker_submenu_observer.h29 virtual bool IsCommandIdSupported(int command_id) OVERRIDE;
H A Dspellchecker_submenu_observer_hunspell.cc92 bool SpellCheckerSubMenuObserver::IsCommandIdSupported(int command_id) { function in class:SpellCheckerSubMenuObserver
115 DCHECK(IsCommandIdSupported(command_id));
133 DCHECK(IsCommandIdSupported(command_id));
154 DCHECK(IsCommandIdSupported(command_id));
H A Dspelling_menu_observer.h47 virtual bool IsCommandIdSupported(int command_id) OVERRIDE;
H A Dspelling_menu_observer.cc183 bool SpellingMenuObserver::IsCommandIdSupported(int command_id) { function in class:SpellingMenuObserver
202 DCHECK(IsCommandIdSupported(command_id));
213 DCHECK(IsCommandIdSupported(command_id));
244 DCHECK(IsCommandIdSupported(command_id));

Completed in 143 milliseconds