Searched refs:dynamicPseudo (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/css/
H A DCSSStyleSelector.h262 SelectorMatch checkSelector(CSSSelector*, Element*, HashSet<AtomicStringImpl*>* selectorAttrs, PseudoId& dynamicPseudo, bool isSubSelector, bool encounteredLink, RenderStyle* = 0, RenderStyle* elementParentStyle = 0) const;
263 bool checkOneSelector(CSSSelector*, Element*, HashSet<AtomicStringImpl*>* selectorAttrs, PseudoId& dynamicPseudo, bool isSubSelector, bool encounteredLink, RenderStyle*, RenderStyle* elementParentStyle) const;
264 bool checkScrollbarPseudoClass(CSSSelector*, PseudoId& dynamicPseudo) const;
H A DCSSStyleSelector.cpp936 PseudoId dynamicPseudo = NOPSEUDO; local
937 return checkSelector(sel, element, 0, dynamicPseudo, false, false) == SelectorMatches;
2191 CSSStyleSelector::SelectorMatch CSSStyleSelector::SelectorChecker::checkSelector(CSSSelector* sel, Element* e, HashSet<AtomicStringImpl*>* selectorAttrs, PseudoId& dynamicPseudo, bool isSubSelector, bool encounteredLink, RenderStyle* elementStyle, RenderStyle* elementParentStyle) const argument
2201 if (!checkOneSelector(sel, e, selectorAttrs, dynamicPseudo, isSubSelector, encounteredLink, elementStyle, elementParentStyle))
2214 if (m_pseudoStyle != NOPSEUDO && m_pseudoStyle != dynamicPseudo)
2235 SelectorMatch match = checkSelector(sel, e, selectorAttrs, dynamicPseudo, false, encounteredLink);
2246 return checkSelector(sel, e, selectorAttrs, dynamicPseudo, false, encounteredLink);
2262 return checkSelector(sel, e, selectorAttrs, dynamicPseudo, false, encounteredLink);
2278 SelectorMatch match = checkSelector(sel, e, selectorAttrs, dynamicPseudo, false, encounteredLink);
2287 if ((elementStyle || m_collectRulesOnly) && dynamicPseudo !
2371 checkOneSelector(CSSSelector* sel, Element* e, HashSet<AtomicStringImpl*>* selectorAttrs, PseudoId& dynamicPseudo, bool isSubSelector, bool encounteredLink, RenderStyle* elementStyle, RenderStyle* elementParentStyle) const argument
[all...]

Completed in 146 milliseconds