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

  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLContentElement.cpp 86 return subSelector->match() == CSSSelector::PseudoClass;
88 return selector.match() == CSSSelector::PseudoClass;
  /external/chromium_org/third_party/WebKit/Source/core/css/
SelectorChecker.h 146 if (selector.match() != CSSSelector::PseudoClass)
CSSSelector.h 113 PseudoClass, // Example: :nth-child(2)
412 return m_match == PseudoClass && (m_pseudoType == PseudoHost || m_pseudoType == PseudoHostContext);
CSSSelector.cpp 101 case PseudoClass:
456 if (m_match != PseudoClass && m_match != PseudoElement && m_match != PagePseudoClass)
562 else if (m_match == PseudoClass && element) {
621 } else if (cs->m_match == CSSSelector::PseudoClass || cs->m_match == CSSSelector::PagePseudoClass) {
781 case CSSSelector::PseudoClass:
RuleFeature.cpp 63 if (selector.match() != CSSSelector::PseudoClass)
213 if (selector.match() == CSSSelector::PseudoClass) {
SelectorChecker.cpp 215 && !(nextContext.hasScrollbarPseudo && nextContext.selector->match() == CSSSelector::PseudoClass))
448 case CSSSelector::PseudoClass:
527 if (selector.match() == CSSSelector::PseudoClass) {
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/parser/
CSSGrammar.y     [all...]

Completed in 53 milliseconds