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

  /external/chromium_org/chrome/browser/printing/
print_preview_context_menu_observer.cc 26 bool PrintPreviewContextMenuObserver::IsCommandIdSupported(int command_id) {
  /external/chromium_org/chrome/browser/tab_contents/
render_view_context_menu_observer.cc 11 bool RenderViewContextMenuObserver::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_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.cc 188 bool SpellingMenuObserver::IsCommandIdSupported(int command_id) {
208 DCHECK(IsCommandIdSupported(command_id));
220 DCHECK(IsCommandIdSupported(command_id));
251 DCHECK(IsCommandIdSupported(command_id));

Completed in 801 milliseconds