Home
last modified time | relevance | path

Searched refs:tagHistory (Results 1 – 16 of 16) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSSelector.cpp74 for (const CSSSelector* selector = this; selector; selector = selector->tagHistory()) { in specificity()
130 for (const CSSSelector* component = this; component; component = component->tagHistory()) { in specificityForPage()
591 sel1 = sel1->tagHistory(); in operator ==()
592 sel2 = sel2->tagHistory(); in operator ==()
671 if (cs->relation() == CSSSelector::SubSelector && cs->tagHistory()) in selectorText()
672 return cs->tagHistory()->selectorText() + str.toString() + rightSide; in selectorText()
713 if (cs->relation() != CSSSelector::SubSelector || !cs->tagHistory()) in selectorText()
715 cs = cs->tagHistory(); in selectorText()
718 if (const CSSSelector* tagHistory = cs->tagHistory()) { in selectorText() local
721 …if (cs->relationIsAffectedByPseudoContent() && tagHistory->pseudoType() != CSSSelector::PseudoCont… in selectorText()
[all …]
DRuleSet.cpp59 return isSelectorMatchingHTMLBasedOnRuleHash(selector->tagHistory()); in isSelectorMatchingHTMLBasedOnRuleHash()
73 … for (const CSSSelector* component = selector; component; component = component->tagHistory()) { in selectorListContainsUncommonAttributeSelector()
89 for (; selector; selector = selector->tagHistory()) { in containsUncommonAttributeSelector()
96 selector = selector->tagHistory(); in containsUncommonAttributeSelector()
101 for (; selector; selector = selector->tagHistory()) { in containsUncommonAttributeSelector()
114 for (const CSSSelector* component = selector; component; component = component->tagHistory()) { in determinePropertyWhitelistType()
198 , m_hasMultipartSelector(!!selector()->tagHistory()) in RuleData()
214 … (const CSSSelector* selector = ruleData.selector(); selector; selector = selector->tagHistory()) { in collectFeaturesFromRuleData()
288tagHistory()->m_match == CSSSelector::Class || component->tagHistory()->m_match == CSSSelector::Id… in findBestRuleSetAndAdd()
289 && findBestRuleSetAndAdd(component->tagHistory(), ruleData)) in findBestRuleSetAndAdd()
DSelectorCheckerFastPath.cpp56 selector = selector->tagHistory(); in fastCheckSingleSelector()
140 selector = selector->tagHistory(); in matches()
197 for (selector = selector->tagHistory(); selector; selector = selector->tagHistory()) { in canUse()
DCSSSelectorList.cpp60 …CSSParserSelector* selector = selectorVector[i].get(); selector; selector = selector->tagHistory()) in adoptSelectorVector()
74 current = current->tagHistory(); in adoptSelectorVector()
138 } while ((selector = selector->tagHistory())); in forEachTagSelector()
DCSSParserValues.cpp233 while (end->tagHistory()) in appendTagHistory()
234 end = end->tagHistory(); in appendTagHistory()
256 } while ((selector = selector->tagHistory())); in findDistributedPseudoElementSelector()
DSelectorFilter.cpp140 for (selector = selector->tagHistory(); selector; selector = selector->tagHistory()) { in collectIdentifierHashes()
DRuleFeature.cpp65 …r (const CSSSelector* subSelector = selector; subSelector; subSelector = subSelector->tagHistory()) in collectFeaturesFromSelectorList()
DPageRuleCollector.cpp89 for (const CSSSelector* component = selector; component; component = component->tagHistory()) { in checkPageSelectorComponents()
DSelectorChecker.cpp158 const CSSSelector* historySelector = context.selector->tagHistory(); in match()
197 ASSERT(context.selector->tagHistory()); in prepareNextContextForRelation()
198 nextContext.selector = context.selector->tagHistory(); in prepareNextContextForRelation()
492 …torList()->first(); subContext.selector; subContext.selector = subContext.selector->tagHistory()) { in checkOne()
1020 for (; selector; selector = selector->tagHistory()) { in determineLinkMatchType()
1026 …lector = selector->selectorList()->first(); subSelector; subSelector = subSelector->tagHistory()) { in determineLinkMatchType()
DCSSGrammar.y1204 while (end->tagHistory())
1205 end = end->tagHistory();
1218 while (end->tagHistory())
1219 end = end->tagHistory();
1228 while (end->tagHistory())
1229 end = end->tagHistory();
DStyleInvalidationAnalysis.cpp52 for (const CSSSelector* current = selector; current; current = current->tagHistory()) { in determineSelectorScopes()
DCSSParserValues.h243 CSSParserSelector* tagHistory() const { return m_tagHistory.get(); } in tagHistory() function
DCSSSelector.h202 …const CSSSelector* tagHistory() const { return m_isLastInTagHistory ? 0 : const_cast<CSSSelector*>… in tagHistory() function
DCSSParser-in.cpp9852 while (history->tagHistory()) { in rewriteSpecifiersWithElementNameForCustomPseudoElement()
9853 history = history->tagHistory(); in rewriteSpecifiersWithElementNameForCustomPseudoElement()
9858 if (lastShadowPseudo->tagHistory()) { in rewriteSpecifiersWithElementNameForCustomPseudoElement()
9860 lastShadowPseudo->tagHistory()->prependTagSelector(tag, tagIsForNamespaceRule); in rewriteSpecifiersWithElementNameForCustomPseudoElement()
9876 while (history->tagHistory()) { in rewriteSpecifiersWithElementNameForContentPseudoElement()
9877 history = history->tagHistory(); in rewriteSpecifiersWithElementNameForContentPseudoElement()
9882 if (last->tagHistory()) { in rewriteSpecifiersWithElementNameForContentPseudoElement()
9884 last->tagHistory()->prependTagSelector(tag, tagIsForNamespaceRule); in rewriteSpecifiersWithElementNameForContentPseudoElement()
9903 for (CSSParserSelector* end = specifiers; end->tagHistory(); end = end->tagHistory()) { in rewriteSpecifiersForShadowDistributed()
9904 if (end->tagHistory()->isDistributedPseudoElement()) { in rewriteSpecifiersForShadowDistributed()
[all …]
/external/chromium_org/third_party/WebKit/Source/core/dom/
DSelectorQuery.cpp250 …nst CSSSelector* selector = m_selectors[0].selector; selector; selector = selector->tagHistory()) { in findTraverseRoots()
319 if (!firstSelector->tagHistory()) { in executeQueryAll()
384 …nst CSSSelector* selector = m_selectors[0].selector; selector; selector = selector->tagHistory()) { in findTraverseRoot()
433 if (!selector->tagHistory()) { in executeQueryFirst()
/external/chromium_org/third_party/WebKit/Source/core/dom/shadow/
DElementShadow.cpp344 … for (const CSSSelector* component = selector; component; component = component->tagHistory()) in collectSelectFeatureSetFrom()