Home
last modified time | relevance | path

Searched refs:getMatchedCSSRules (Results 1 – 24 of 24) sorted by relevance

/dports/lang/fpc-source/fpc-3.2.2/packages/cocoaint/src/webkit/
H A DDOMDocument.inc86 …nt: DOMElement; pseudoElement: NSString): DOMCSSRuleList; message 'getMatchedCSSRules:pseudoElemen…
87 …Element: NSString; authorOnly: ObjCBOOL): DOMCSSRuleList; message 'getMatchedCSSRules:pseudoElemen…
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/dom/
H A DDocument.idl213 [UsesView] CSSRuleList getMatchedCSSRules(in Element element,
215 [UsesView] CSSRuleList getMatchedCSSRules(in Element element,
/dports/devel/kdevelop/kdevelop-21.12.3/plugins/qmljs/nodejsmodules/dom_dom/
H A DDocument.idl213 [UsesView] CSSRuleList getMatchedCSSRules(in Element element,
215 [UsesView] CSSRuleList getMatchedCSSRules(in Element element,
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/page/
H A DDOMWindow.h217 …PassRefPtr<CSSRuleList> getMatchedCSSRules(Element*, const String& pseudoElt, bool authorOnly = tr…
H A DDOMWindow.idl155 CSSRuleList getMatchedCSSRules(in Element element,
H A DDOMWindow.cpp1297 PassRefPtr<CSSRuleList> DOMWindow::getMatchedCSSRules(Element* elt, const String&, bool authorOnly)… in getMatchedCSSRules() function in WebCore::DOMWindow
/dports/devel/kdevelop/kdevelop-21.12.3/plugins/qmljs/nodejsmodules/dom_page/
H A DDOMWindow.idl155 CSSRuleList getMatchedCSSRules(in Element element,
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/node/node_modules/typescript/lib/
H A Dlib.dom.d.ts17226 getMatchedCSSRules(elt: Element, pseudoElt?: string | null): CSSRuleList; method
18223 declare function getMatchedCSSRules(elt: Element, pseudoElt?: string | null): CSSRuleList;
/dports/devel/jetbrains-goland/GoLand-2019.3.1/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/
H A Dlib.dom.d.ts18632 getMatchedCSSRules(elt: Element, pseudoElt?: string | null): CSSRuleList; method
19629 declare function getMatchedCSSRules(elt: Element, pseudoElt?: string | null): CSSRuleList;
/dports/java/netbeans/netbeans/webcommon/typescript-lsp/node_modules/typescript/lib/
H A Dlib.dom.d.ts18566 getMatchedCSSRules(elt: Element, pseudoElt?: string | null): CSSRuleList; method
19606 declare function getMatchedCSSRules(elt: Element, pseudoElt?: string | null): CSSRuleList;
/dports/www/py-bokeh/bokeh-2.3.3/bokeh/server/static/lib/
H A Dlib.dom.d.ts18566 getMatchedCSSRules(elt: Element, pseudoElt?: string | null): CSSRuleList; method
19606 declare function getMatchedCSSRules(elt: Element, pseudoElt?: string | null): CSSRuleList;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/devtools-frontend/src/node_modules/typescript/lib/
H A Dlib.dom.d.ts18707 getMatchedCSSRules(elt: Element, pseudoElt?: string | null): CSSRuleList; method
19697 declare function getMatchedCSSRules(elt: Element, pseudoElt?: string | null): CSSRuleList;
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/
H A Dlib.dom.d.ts18487 getMatchedCSSRules(elt: Element, pseudoElt?: string | null): CSSRuleList; method
19515 declare function getMatchedCSSRules(elt: Element, pseudoElt?: string | null): CSSRuleList;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/node_modules/typescript/lib/
H A Dlib.dom.d.ts18566 getMatchedCSSRules(elt: Element, pseudoElt?: string | null): CSSRuleList; method
19606 declare function getMatchedCSSRules(elt: Element, pseudoElt?: string | null): CSSRuleList;
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/
H A DChangeLog-2005-12-191895 getMatchedCSSRules can be used to obtain the matched sheet rules for an element. In Obj-C
1957 (DOM::AbstractViewImpl::getMatchedCSSRules):
1962 (-[DOMDocument getMatchedCSSRules::]):
6304 Rolling out the getMatchedCSSRules change, as it caused
6528 Add support for getMatchedCSSRules, an API that can be used to
6550 (DOM::AbstractViewImpl::getMatchedCSSRules):
6553 (-[DOMDocument getMatchedCSSRules::]):
H A DChangeLog-2010-05-2431049 … - Removed pseudoStyleRulesForElement usage from DOMWindow::getMatchedCSSRules. It was anyways
31084 (WebCore::DOMWindow::getMatchedCSSRules):
32904 occurs at Webcore:getMatchedCSSRules() when navigating to a
32913 (WebCore::InspectorDOMAgent::getMatchedCSSRules):
32955 Web Inspector: AuditRules still use getMatchedCSSRules as a part of the img-related audit.
34812 (WebCore::InspectorDOMAgent::getMatchedCSSRules):
35299 (WebCore::InspectorDOMAgent::getMatchedCSSRules):
H A DChangeLog-2006-12-3120629 - Auto-generate getMatchedCSSRules and getComputedStyle methods.
27727 (-[DOMDocument getMatchedCSSRules:pseudoElement:]):
29245 (-[DOMDocument getMatchedCSSRules::]):
30017 (-[DOMDocument getMatchedCSSRules::]):
33471 (-[DOMDocument getMatchedCSSRules::]):
35201 (-[DOMDocument getMatchedCSSRules::]): ditto.
H A DChangeLog-2006-05-105176 (-[DOMDocument getMatchedCSSRules::]):
5206 (WebCore::DOMWindow::getMatchedCSSRules):
18500 * dom/dom2_viewsimpl.cpp: (DOM::AbstractViewImpl::getMatchedCSSRules):
H A DChangeLog-2007-10-1417485 (WebCore::DOMWindow::getMatchedCSSRules): Add null Document assertion.
43498 Repro crash when the first argument to getMatchedCSSRules is not an element
43500 Test: fast/dom/Window/getMatchedCSSRules-null-crash.html
H A DChangeLog-2010-12-0624459 (WebCore::DOMWindow::getMatchedCSSRules): Return rules from all origins if the cross-origin
27636 … Add code in getMatchedCSSRules to block cross origin access to stylesheet data. Prevent access
27640 Tests: http/tests/security/cross-origin-getMatchedCSSRules.html
27651 (WebCore::DOMWindow::getMatchedCSSRules):
H A DChangeLog-2008-08-1042604 (WebCore::DOMWindow::getMatchedCSSRules): Updated for change to CSSStyleSelector.
H A DChangeLog-2009-06-1639959 (WebCore::DOMWindow::getMatchedCSSRules):
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/generated/
H A DJSDOMWindow.cpp10495 …e result = toJS(exec, castedThis->globalObject(), WTF::getPtr(imp->getMatchedCSSRules(element, pse… in jsDOMWindowPrototypeFunctionGetMatchedCSSRules()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/node_modules/terser/dist/
H A Dbundle.min.js.map1 …getLineDash\",\n \"getLocalStreams\",\n \"getMarks\",\n \"getMatchedCSSRules\",\n \"ge…