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

  /external/chromium_org/third_party/WebKit/Source/core/css/
RuleFeature.cpp 137 || component->pseudoType() == CSSSelector::PseudoAny) {
259 if (current->pseudoType() == CSSSelector::PseudoHost || current->pseudoType() == CSSSelector::PseudoAny || current->pseudoType() == CSSSelector::PseudoNot) {
320 ASSERT(current->pseudoType() == CSSSelector::PseudoHost || current->pseudoType() == CSSSelector::PseudoAny || current->pseudoType() == CSSSelector::PseudoNot);
CSSSelector.cpp 114 // FIXME: PseudoAny should base the specificity on the sub-selectors.
205 case PseudoAny:
358 {"-webkit-any", CSSSelector::PseudoAny},
501 case PseudoAny:
641 case PseudoAny: {
CSSSelector.h 154 PseudoAny,
SelectorChecker.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/parser/
CSSGrammar.y     [all...]

Completed in 2888 milliseconds