Home
last modified time | relevance | path

Searched refs:PseudoNot (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/
DRuleFeature.cpp135 } else if (component->pseudoType() == CSSSelector::PseudoNot in invalidationSetModeForSelector()
140 bool foundUniversal = component->pseudoType() == CSSSelector::PseudoNot; in invalidationSetModeForSelector()
259 …rrent->pseudoType() == CSSSelector::PseudoAny || current->pseudoType() == CSSSelector::PseudoNot) { in extractInvalidationSetFeatures()
262 …tractInvalidationSetFeatures(*selector, features, current->pseudoType() == CSSSelector::PseudoNot); in extractInvalidationSetFeatures()
320 …urrent->pseudoType() == CSSSelector::PseudoAny || current->pseudoType() == CSSSelector::PseudoNot); in addFeaturesToInvalidationSets()
DCSSSelector.cpp116 if (pseudoType() == PseudoNot) { in specificityForOneSelector()
226 case PseudoNot: in pseudoId()
363 {"not", CSSSelector::PseudoNot},
523 case PseudoNot: in extractPseudoType()
626 case PseudoNot: in selectorText()
805 case CSSSelector::PseudoNot: in validateSubSelector()
DSelectorChecker.cpp529 if (selector.pseudoType() == CSSSelector::PseudoNot) { in checkOne()
537 ASSERT(subContext.selector->pseudoType() != CSSSelector::PseudoNot); in checkOne()
560 case CSSSelector::PseudoNot: in checkOne()
1079 case CSSSelector::PseudoNot: in determineLinkMatchType()
DCSSSelector.h178 PseudoNot, enumerator
/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLContentElement.cpp84 if (selector.pseudoType() == CSSSelector::PseudoNot) { in includesDisallowedPseudoClass()