Home
last modified time | relevance | path

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

/dports/textproc/pageedit/PageEdit-1.2.0/
H A DWebViewEdit.h131 bool QueryCommandState(const QString &command);
H A DMainWindow.cpp606 ui.actionBold->setChecked(m_WebView->QueryCommandState("bold")); in UpdateActionState()
607 ui.actionItalic->setChecked(m_WebView->QueryCommandState("italic")); in UpdateActionState()
608 ui.actionStrikethrough->setChecked(m_WebView->QueryCommandState("strikeThrough")); in UpdateActionState()
609 ui.actionUnderline->setChecked(m_WebView->QueryCommandState("underline")); in UpdateActionState()
610 ui.actionSubscript->setChecked(m_WebView->QueryCommandState("subscript")); in UpdateActionState()
611 ui.actionSuperscript->setChecked(m_WebView->QueryCommandState("superscript")); in UpdateActionState()
H A DWebViewEdit.cpp548 bool WebViewEdit::QueryCommandState(const QString &command) in QueryCommandState() function in WebViewEdit
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/html/
H A DnsHTMLDocument.h230 bool QueryCommandState(const nsAString& aCommandID, mozilla::ErrorResult& rv);
H A DnsHTMLDocument.cpp3375 nsHTMLDocument::QueryCommandState(const nsAString & commandID, bool *_retval) in QueryCommandState() function in nsHTMLDocument
3378 *_retval = QueryCommandState(commandID, rv); in QueryCommandState()
3383 nsHTMLDocument::QueryCommandState(const nsAString& commandID, ErrorResult& rv) in QueryCommandState() function in nsHTMLDocument
/dports/lang/spidermonkey60/firefox-60.9.0/dom/html/
H A DnsHTMLDocument.h188 bool QueryCommandState(const nsAString& aCommandID, mozilla::ErrorResult& rv);
H A DnsHTMLDocument.cpp2989 bool nsHTMLDocument::QueryCommandState(const nsAString& commandID, in QueryCommandState() function in nsHTMLDocument
/dports/www/kf5-khtml/khtml-5.89.0/src/ecma/
H A Dkjs_dom.h166 QueryCommandIndeterm, QueryCommandState, QueryCommandSupported, in DEFINE_PSEUDO_CONSTRUCTOR() enumerator
H A Dkjs_dom.cpp1206 case DOMDocument::QueryCommandState: { in callAsFunction()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/base/
H A DDocument.h3307 bool QueryCommandState(const nsAString& aHTMLCommandName,
H A DDocument.cpp5001 bool Document::QueryCommandState(const nsAString& aHTMLCommandName, in QueryCommandState() function in mozilla::dom::Document
/dports/www/firefox/firefox-99.0/dom/base/
H A DDocument.h3379 MOZ_CAN_RUN_SCRIPT bool QueryCommandState(const nsAString& aHTMLCommandName,
H A DDocument.cpp5603 bool Document::QueryCommandState(const nsAString& aHTMLCommandName, in QueryCommandState() function in mozilla::dom::Document
/dports/www/firefox-esr/firefox-91.8.0/dom/base/
H A DDocument.h3350 MOZ_CAN_RUN_SCRIPT bool QueryCommandState(const nsAString& aHTMLCommandName,
H A DDocument.cpp5443 bool Document::QueryCommandState(const nsAString& aHTMLCommandName, in QueryCommandState() function in mozilla::dom::Document
/dports/mail/thunderbird/thunderbird-91.8.0/dom/base/
H A DDocument.h3350 MOZ_CAN_RUN_SCRIPT bool QueryCommandState(const nsAString& aHTMLCommandName,
H A DDocument.cpp5443 bool Document::QueryCommandState(const nsAString& aHTMLCommandName, in QueryCommandState() 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.cs939 bool QueryCommandState( in QueryCommandState() method