Home
last modified time | relevance | path

Searched refs:QueryCommandEnabled (Results 1 – 18 of 18) sorted by relevance

/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/common/
H A Dwebview.cpp108 bool wxWebView::QueryCommandEnabled(const wxString& command) const in QueryCommandEnabled() function in wxWebView
137 return QueryCommandEnabled("cut"); in CanCut()
142 return QueryCommandEnabled("copy"); in CanCopy()
147 return QueryCommandEnabled("paste"); in CanPaste()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/msw/
H A Dwebview_edge.cpp718 return QueryCommandEnabled("undo"); in CanUndo()
723 return QueryCommandEnabled("redo"); in CanRedo()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/include/wx/
H A Dwebview.h267 bool QueryCommandEnabled(const wxString& command) const;
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/html/
H A DnsHTMLDocument.h226 bool QueryCommandEnabled(const nsAString& aCommandID,
H A DnsHTMLDocument.cpp3264 nsHTMLDocument::QueryCommandEnabled(const nsAString& commandID, in QueryCommandEnabled() function in nsHTMLDocument
3268 *_retval = QueryCommandEnabled(commandID, rv); in QueryCommandEnabled()
3273 nsHTMLDocument::QueryCommandEnabled(const nsAString& commandID, ErrorResult& rv) in QueryCommandEnabled() function in nsHTMLDocument
/dports/lang/spidermonkey60/firefox-60.9.0/dom/html/
H A DnsHTMLDocument.h183 bool QueryCommandEnabled(const nsAString& aCommandID,
H A DnsHTMLDocument.cpp2897 bool nsHTMLDocument::QueryCommandEnabled(const nsAString& commandID, in QueryCommandEnabled() function in nsHTMLDocument
/dports/www/kf5-khtml/khtml-5.89.0/src/ecma/
H A Dkjs_dom.h165 GetElementsByClassName, Title, ExecCommand, QueryCommandEnabled, in DEFINE_PSEUDO_CONSTRUCTOR() enumerator
H A Dkjs_dom.cpp1200 case DOMDocument::QueryCommandEnabled: { in callAsFunction()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/base/
H A DDocument.h3302 bool QueryCommandEnabled(const nsAString& aHTMLCommandName,
H A DDocument.cpp4911 bool Document::QueryCommandEnabled(const nsAString& aHTMLCommandName, in QueryCommandEnabled() function in mozilla::dom::Document
/dports/www/firefox/firefox-99.0/dom/base/
H A DDocument.h3374 MOZ_CAN_RUN_SCRIPT bool QueryCommandEnabled(const nsAString& aHTMLCommandName,
H A DDocument.cpp5472 bool Document::QueryCommandEnabled(const nsAString& aHTMLCommandName, in QueryCommandEnabled() function in mozilla::dom::Document
/dports/www/firefox-esr/firefox-91.8.0/dom/base/
H A DDocument.h3345 MOZ_CAN_RUN_SCRIPT bool QueryCommandEnabled(const nsAString& aHTMLCommandName,
H A DDocument.cpp5341 bool Document::QueryCommandEnabled(const nsAString& aHTMLCommandName, in QueryCommandEnabled() function in mozilla::dom::Document
/dports/mail/thunderbird/thunderbird-91.8.0/dom/base/
H A DDocument.h3345 MOZ_CAN_RUN_SCRIPT bool QueryCommandEnabled(const nsAString& aHTMLCommandName,
H A DDocument.cpp5341 bool Document::QueryCommandEnabled(const nsAString& aHTMLCommandName, in QueryCommandEnabled() function in mozilla::dom::Document
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web.Mobile/UI/MobileControls/Design/
H A DNativeMethods.cs934 bool QueryCommandEnabled( in QueryCommandEnabled() method