Searched refs:authorOnly (Results 1 – 8 of 8) sorted by relevance
/external/webkit/Source/WebKit/win/Interfaces/ |
D | DOMWindow.idl | 57 // in [Optional] boolean authorOnly); 58 …CSSRules([in] IDOMElement* element, [in] BSTR pseudoElement, [in] BOOL authorOnly, [out, retval] I…
|
/external/webkit/Source/WebCore/css/ |
D | CSSStyleSelector.h | 137 …PassRefPtr<CSSRuleList> styleRulesForElement(Element*, bool authorOnly, bool includeEmptyRules = f… 138 …PassRefPtr<CSSRuleList> pseudoStyleRulesForElement(Element*, PseudoId, bool authorOnly, bool inclu…
|
D | CSSStyleSelector.cpp | 2003 PassRefPtr<CSSRuleList> CSSStyleSelector::styleRulesForElement(Element* e, bool authorOnly, bool in… in styleRulesForElement() argument 2005 return pseudoStyleRulesForElement(e, NOPSEUDO, authorOnly, includeEmptyRules, filter); in styleRulesForElement() 2008 …lector::pseudoStyleRulesForElement(Element* e, PseudoId pseudoId, bool authorOnly, bool includeEmp… in pseudoStyleRulesForElement() argument 2018 if (!authorOnly) { in pseudoStyleRulesForElement()
|
/external/webkit/Source/WebCore/editing/ |
D | markup.cpp | 239 …SMutableStyleDeclaration> styleFromMatchedRulesForElement(Element* element, bool authorOnly = true) in styleFromMatchedRulesForElement() argument 242 …st> matchedRules = element->document()->styleSelector()->styleRulesForElement(element, authorOnly); in styleFromMatchedRulesForElement()
|
/external/webkit/Source/WebCore/page/ |
D | DOMWindow.h | 215 …r<CSSRuleList> getMatchedCSSRules(Element*, const String& pseudoElt, bool authorOnly = true) const;
|
D | DOMWindow.cpp | 1314 PassRefPtr<CSSRuleList> DOMWindow::getMatchedCSSRules(Element* elt, const String&, bool authorOnly)… in getMatchedCSSRules() 1320 …return m_frame->document()->styleSelector()->styleRulesForElement(elt, authorOnly, false, settings… in getMatchedCSSRules()
|
/external/webkit/Source/WebCore/dom/ |
D | Document.idl | 218 in [Optional] boolean authorOnly);
|
/external/webkit/Source/WebCore/bindings/objc/ |
D | PublicDOMInterfaces.h | 134 …:(DOMElement *)element pseudoElement:(NSString *)pseudoElement authorOnly:(BOOL)authorOnly AVAILAB…
|