Home
last modified time | relevance | path

Searched refs:IsCommandIdSupported (Results 1 – 25 of 26) sorted by relevance

12

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/renderer_context_menu/
H A Daccessibility_labels_menu_observer.cc50 bool AccessibilityLabelsMenuObserver::IsCommandIdSupported(int command_id) { in IsCommandIdSupported() function in AccessibilityLabelsMenuObserver
57 DCHECK(IsCommandIdSupported(command_id)); in IsCommandIdChecked()
70 DCHECK(IsCommandIdSupported(command_id)); in IsCommandIdEnabled()
80 DCHECK(IsCommandIdSupported(command_id)); in ExecuteCommand()
H A Dcopy_link_to_text_menu_observer.cc62 bool CopyLinkToTextMenuObserver::IsCommandIdSupported(int command_id) { in IsCommandIdSupported() function in CopyLinkToTextMenuObserver
68 DCHECK(IsCommandIdSupported(command_id)); in IsCommandIdEnabled()
74 DCHECK(IsCommandIdSupported(command_id)); in ExecuteCommand()
H A Dspelling_options_submenu_observer.cc103 bool SpellingOptionsSubMenuObserver::IsCommandIdSupported(int command_id) { in IsCommandIdSupported() function in SpellingOptionsSubMenuObserver
123 DCHECK(IsCommandIdSupported(command_id)); in IsCommandIdChecked()
151 DCHECK(IsCommandIdSupported(command_id)); in IsCommandIdEnabled()
175 DCHECK(IsCommandIdSupported(command_id)); in ExecuteCommand()
H A Dspelling_menu_observer.cc171 bool SpellingMenuObserver::IsCommandIdSupported(int command_id) { in IsCommandIdSupported() function in SpellingMenuObserver
189 DCHECK(IsCommandIdSupported(command_id)); in IsCommandIdChecked()
199 DCHECK(IsCommandIdSupported(command_id)); in IsCommandIdEnabled()
226 DCHECK(IsCommandIdSupported(command_id)); in ExecuteCommand()
H A Daccessibility_labels_menu_observer.h33 bool IsCommandIdSupported(int command_id) override;
H A Dspelling_options_submenu_observer.h31 bool IsCommandIdSupported(int command_id) override;
H A Dspelling_menu_observer.h51 bool IsCommandIdSupported(int command_id) override;
H A Dcopy_link_to_text_menu_observer.h32 bool IsCommandIdSupported(int command_id) override;
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/renderer_context_menu/
H A Drender_view_context_menu_observer.cc7 bool RenderViewContextMenuObserver::IsCommandIdSupported(int command_id) { in IsCommandIdSupported() function in RenderViewContextMenuObserver
H A Drender_view_context_menu_observer.h95 virtual bool IsCommandIdSupported(int command_id);
H A Drender_view_context_menu_base.cc322 if (observer.IsCommandIdSupported(id)) { in IsCommandIdKnown()
343 if (observer.IsCommandIdSupported(id)) in IsCommandIdChecked()
365 if (observer.IsCommandIdSupported(id)) in ExecuteCommand()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/renderer_context_menu/
H A Drender_view_context_menu_observer.cc7 bool RenderViewContextMenuObserver::IsCommandIdSupported(int command_id) { in IsCommandIdSupported() function in RenderViewContextMenuObserver
H A Drender_view_context_menu_observer.h95 virtual bool IsCommandIdSupported(int command_id);
H A Drender_view_context_menu_base.cc335 if (observer.IsCommandIdSupported(id)) { in IsCommandIdKnown()
356 if (observer.IsCommandIdSupported(id)) in IsCommandIdChecked()
378 if (observer.IsCommandIdSupported(id)) in ExecuteCommand()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/chromeos/arc/intent_helper/
H A Dstart_smart_selection_action_menu.cc72 bool StartSmartSelectionActionMenu::IsCommandIdSupported(int command_id) { in IsCommandIdSupported() function in arc::StartSmartSelectionActionMenu
86 if (!IsCommandIdSupported(command_id)) in ExecuteCommand()
H A Dstart_smart_selection_action_menu.h30 bool IsCommandIdSupported(int command_id) override;
H A Dopen_with_menu.h55 bool IsCommandIdSupported(int command_id) override;
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/printing/
H A Dprint_preview_context_menu_observer.h22 bool IsCommandIdSupported(int command_id) override;
H A Dprint_preview_context_menu_observer.cc26 bool PrintPreviewContextMenuObserver::IsCommandIdSupported(int command_id) { in IsCommandIdSupported() function in PrintPreviewContextMenuObserver
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/chrome/browser/printing/
H A Dprint_preview_context_menu_observer.h22 bool IsCommandIdSupported(int command_id) override;
H A Dprint_preview_context_menu_observer.cc26 bool PrintPreviewContextMenuObserver::IsCommandIdSupported(int command_id) { in IsCommandIdSupported() function in PrintPreviewContextMenuObserver
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/sharing/shared_clipboard/
H A Dshared_clipboard_context_menu_observer.h48 bool IsCommandIdSupported(int command_id) override;
H A Dshared_clipboard_context_menu_observer.cc113 bool SharedClipboardContextMenuObserver::IsCommandIdSupported(int command_id) { in IsCommandIdSupported() function in SharedClipboardContextMenuObserver
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/sharing/click_to_call/
H A Dclick_to_call_context_menu_observer.h47 bool IsCommandIdSupported(int command_id) override;
H A Dclick_to_call_context_menu_observer.cc117 bool ClickToCallContextMenuObserver::IsCommandIdSupported(int command_id) { in IsCommandIdSupported() function in ClickToCallContextMenuObserver

12