Searched refs:SelectorChecker (Results 1 - 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/dom/
H A DSelectorNodeList.cpp51 CSSStyleSelector::SelectorChecker selectorChecker(document, strictParsing);
H A DElement.cpp1784 CSSStyleSelector::SelectorChecker selectorChecker(document(), strictParsing);
H A DNode.cpp1786 CSSStyleSelector::SelectorChecker selectorChecker(document(), strictParsing);
/external/webkit/Source/WebCore/css/
H A DCSSStyleSelector.h256 class SelectorChecker { class in class:WebCore::CSSStyleSelector
257 WTF_MAKE_NONCOPYABLE(SelectorChecker);
259 SelectorChecker(Document*, bool strictParsing);
345 SelectorChecker m_checker;
H A DCSSStyleSelector.cpp802 inline EInsideLink CSSStyleSelector::SelectorChecker::determineLinkState(Element* element) const
877 CSSStyleSelector::SelectorChecker::SelectorChecker(Document* document, bool strictParsing) function in class:WebCore::CSSStyleSelector::SelectorChecker
888 EInsideLink CSSStyleSelector::SelectorChecker::determineLinkStateSlowCase(Element* element) const
934 bool CSSStyleSelector::SelectorChecker::checkSelector(CSSSelector* sel, Element* element) const
2058 return SelectorChecker::fastCheckSelector(ruleData.selector(), m_element);
2146 bool CSSStyleSelector::SelectorChecker::fastCheckSelector(const CSSSelector* selector, const Element* element)
2191 CSSStyleSelector::SelectorMatch CSSStyleSelector::SelectorChecker::checkSelector(CSSSelector* sel, Element* e, HashSet<AtomicStringImpl*>* selectorAttrs, PseudoId& dynamicPseudo, bool isSubSelector, bool encounteredLink, RenderStyle* elementStyle, RenderStyle* elementParentStyle) const
2371 bool CSSStyleSelector::SelectorChecker::checkOneSelector(CSSSelector* sel, Element* e, HashSet<AtomicStringImpl*>* selectorAttrs, PseudoId& dynamicPseudo, bool isSubSelector, bool encounteredLink, RenderStyle* elementStyle, RenderStyle* elementParentStyle) const
2958 bool CSSStyleSelector::SelectorChecker
[all...]

Completed in 128 milliseconds