Home
last modified time | relevance | path

Searched refs:authorOnly (Results 1 – 8 of 8) sorted by relevance

/external/webkit/Source/WebKit/win/Interfaces/
DDOMWindow.idl57 // in [Optional] boolean authorOnly);
58 …CSSRules([in] IDOMElement* element, [in] BSTR pseudoElement, [in] BOOL authorOnly, [out, retval] I…
/external/webkit/Source/WebCore/css/
DCSSStyleSelector.h137 …PassRefPtr<CSSRuleList> styleRulesForElement(Element*, bool authorOnly, bool includeEmptyRules = f…
138 …PassRefPtr<CSSRuleList> pseudoStyleRulesForElement(Element*, PseudoId, bool authorOnly, bool inclu…
DCSSStyleSelector.cpp2003 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/
Dmarkup.cpp239 …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/
DDOMWindow.h215 …r<CSSRuleList> getMatchedCSSRules(Element*, const String& pseudoElt, bool authorOnly = true) const;
DDOMWindow.cpp1314 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/
DDocument.idl218 in [Optional] boolean authorOnly);
/external/webkit/Source/WebCore/bindings/objc/
DPublicDOMInterfaces.h134 …:(DOMElement *)element pseudoElement:(NSString *)pseudoElement authorOnly:(BOOL)authorOnly AVAILAB…