HomeSort by relevance Sort by last modified time
    Searched refs:PseudoElement (Results 1 - 4 of 4) sorted by null

  /external/webkit/Source/WebCore/css/
CSSSelector.h 99 PseudoElement,
319 return m_match == PseudoElement;
324 return m_match == PseudoElement && m_pseudoType == PseudoUnknown;
CSSSelector.cpp 78 case PseudoElement:
427 if (m_match != PseudoClass && m_match != PseudoElement && m_match != PagePseudoClass)
536 m_match = PseudoElement;
537 } else if (m_match == PseudoElement && !element)
618 } else if (cs->m_match == CSSSelector::PseudoElement) {
CSSGrammar.y 1133 $$->setMatch(CSSSelector::PseudoElement);
    [all...]
CSSStyleSelector.cpp     [all...]

Completed in 22 milliseconds