Home
last modified time | relevance | path

Searched refs:TagHistory (Results 1 – 25 of 34) sorted by relevance

12

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/css/
H A Dcss_selector.cc86 selector = selector->TagHistory()) { in Specificity()
154 component = component->TagHistory()) { in SpecificityForPage()
496 if (TagHistory()) { in Show()
498 TagHistory()->Show(indent + 2); in Show()
706 sel1 = sel1->TagHistory(); in operator ==()
707 sel2 = sel2->TagHistory(); in operator ==()
884 compound = compound->TagHistory()) { in SelectorText()
1018 current = current->TagHistory()) { in ComputeLinkMatchType()
1075 current = current->TagHistory()) { in MatchesPseudoElement()
1114 current = current->TagHistory()) { in ForAnyInTagHistory()
[all …]
H A Drule_feature_set.cc609 ? last_in_compound->TagHistory() in UpdateInvalidationSets()
698 for (;; simple_selector = simple_selector->TagHistory()) { in ExtractInvalidationSetFeaturesFromCompound()
741 if (!simple_selector->TagHistory() || in ExtractInvalidationSetFeaturesFromCompound()
880 for (; simple_selector; simple_selector = simple_selector->TagHistory()) { in AddFeaturesToInvalidationSetsForCompoundSelector()
887 if (!simple_selector->TagHistory()) in AddFeaturesToInvalidationSetsForCompoundSelector()
919 compound = last_in_compound->TagHistory(); in AddFeaturesToInvalidationSets()
945 current = current->TagHistory()) { in CollectFeaturesFromSelector()
958 current->TagHistory()->Match() != CSSSelector::kPseudoElement && in CollectFeaturesFromSelector()
959 !current->TagHistory()->IsHostPseudoClass()) { in CollectFeaturesFromSelector()
H A Dcss_selector_list.cc152 simple_selector = simple_selector->TagHistory(); in ExpandedFirstPseudoClass()
247 selector = selector->TagHistory()) in AdoptSelectorVector()
268 current = current->TagHistory(); in AdoptSelectorVector()
H A Dselector_filter.cc163 for (const CSSSelector* current = selector.TagHistory(); current; in CollectIdentifierHashes()
164 current = current->TagHistory()) { in CollectIdentifierHashes()
H A Dselect_rule_feature_set.cc45 component = component->TagHistory()) { in CollectFeaturesFromSelectorList()
H A Dselector_query.cc224 selector = selector->TagHistory()) { in FindTraverseRootsAndExecute()
446 if (!first_selector.TagHistory()) { in Execute()
499 current = current->TagHistory()) { in SelectorQuery()
H A Dpage_rule_collector.cc97 component = component->TagHistory()) { in CheckPageSelectorComponents()
H A Dselector_checker.cc219 selector->TagHistory()) { in ShouldMatchHoverOrActive()
220 selector = selector->TagHistory(); in ShouldMatchHoverOrActive()
351 DCHECK(context.selector->TagHistory()); in PrepareNextContextForRelation()
352 next_context.selector = context.selector->TagHistory(); in PrepareNextContextForRelation()
906 sub_context.selector = sub_context.selector->TagHistory()) { in CheckPseudoNot()
932 sub_context.selector = sub_context.selector->TagHistory()) { in CheckPseudoNotForVTT()
H A Drule_set.cc52 component = component->TagHistory()) { in DetermineValidPropertyFilter()
177 it = it->TagHistory()) { in FindBestRuleSetAndAdd()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/css/
H A Dcss_selector_list.cc70 if (!selector->TagHistory()) in TreatAsNonComplexArgumentToNot()
81 return TreatAsNonComplexArgumentToNot(selector->TagHistory()); in TreatAsNonComplexArgumentToNot()
108 selector = selector->TagHistory()) in AdoptSelectorVector()
129 current = current->TagHistory(); in AdoptSelectorVector()
H A Dcss_selector.cc107 selector = selector->TagHistory()) { in Specificity()
191 component = component->TagHistory()) { in SpecificityForPage()
543 if (TagHistory()) { in Show()
545 TagHistory()->Show(indent + 2); in Show()
759 sel1 = sel1->TagHistory(); in operator ==()
760 sel2 = sel2->TagHistory(); in operator ==()
938 compound = compound->TagHistory()) { in SelectorText()
1070 current = current->TagHistory()) { in HasLinkOrVisited()
1100 current = current->TagHistory()) { in MatchesPseudoElement()
1140 current = current->TagHistory()) { in ForAnyInTagHistory()
[all …]
H A Dselector_filter.cc163 for (const CSSSelector* current = selector.TagHistory(); current; in CollectIdentifierHashes()
164 current = current->TagHistory()) { in CollectIdentifierHashes()
H A Drule_feature_set.cc682 last_in_compound ? last_in_compound->TagHistory() : &complex; in UpdateInvalidationSetsForComplex()
786 for (;; simple_selector = simple_selector->TagHistory()) { in ExtractInvalidationSetFeaturesFromCompound()
816 if (!simple_selector->TagHistory() || in ExtractInvalidationSetFeaturesFromCompound()
965 for (; simple_selector; simple_selector = simple_selector->TagHistory()) { in AddFeaturesToInvalidationSetsForCompoundSelector()
974 if (!simple_selector->TagHistory()) in AddFeaturesToInvalidationSetsForCompoundSelector()
1006 compound = last_in_compound->TagHistory(); in AddFeaturesToInvalidationSets()
1035 current = current->TagHistory()) { in CollectFeaturesFromSelector()
1048 current->TagHistory()->Match() != CSSSelector::kPseudoElement && in CollectFeaturesFromSelector()
1049 !current->TagHistory()->IsHostPseudoClass()) { in CollectFeaturesFromSelector()
H A Dselect_rule_feature_set.cc45 component = component->TagHistory()) { in CollectFeaturesFromSelectorList()
H A Dselector_query.cc223 selector = selector->TagHistory()) { in FindTraverseRootsAndExecute()
445 if (!first_selector.TagHistory()) { in Execute()
498 current = current->TagHistory()) { in SelectorQuery()
H A Dpage_rule_collector.cc93 component = component->TagHistory()) { in CheckPageSelectorComponents()
H A Drule_set.cc53 component = component->TagHistory()) { in DetermineValidPropertyFilter()
197 it = it->TagHistory()) { in FindBestRuleSetAndAdd()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/css/parser/
H A Dcss_parser_selector.cc65 while (end->TagHistory()) in AppendTagHistory()
66 end = end->TagHistory(); in AppendTagHistory()
H A Dcss_selector_parser.cc264 simple && !previous_compound_flags; simple = simple->TagHistory()) in ConsumeComplexSelector()
277 while (end->TagHistory()) { in ConsumeComplexSelector()
278 end = end->TagHistory(); in ConsumeComplexSelector()
1098 while (split_after->TagHistory() && in SplitCompoundAtImplicitShadowCrossingCombinator()
1099 !split_after->TagHistory()->NeedsImplicitShadowCombinatorForMatching()) in SplitCompoundAtImplicitShadowCrossingCombinator()
1100 split_after = split_after->TagHistory(); in SplitCompoundAtImplicitShadowCrossingCombinator()
1102 if (!split_after || !split_after->TagHistory()) in SplitCompoundAtImplicitShadowCrossingCombinator()
1258 current = current->TagHistory()) { in RecordUsageAndDeprecations()
1347 current = current->TagHistory()) { in ContainsUnknownWebkitPseudoElements()
H A Dcss_parser_selector.h110 CSSParserSelector* TagHistory() const { return tag_history_.get(); } in TagHistory() function
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/css/parser/
H A Dcss_parser_selector.cc87 while (end->TagHistory()) in AppendTagHistory()
88 end = end->TagHistory(); in AppendTagHistory()
H A Dcss_selector_parser.cc189 simple && !previous_compound_flags; simple = simple->TagHistory()) in ConsumeComplexSelector()
202 while (end->TagHistory()) { in ConsumeComplexSelector()
203 end = end->TagHistory(); in ConsumeComplexSelector()
309 DCHECK(!simple_selector.SelectorList()->First()->TagHistory()); in IsSimpleSelectorValidAfterPseudoElement()
965 while (split_after->TagHistory() && in SplitCompoundAtImplicitShadowCrossingCombinator()
966 !split_after->TagHistory()->NeedsImplicitShadowCombinatorForMatching()) in SplitCompoundAtImplicitShadowCrossingCombinator()
967 split_after = split_after->TagHistory(); in SplitCompoundAtImplicitShadowCrossingCombinator()
969 if (!split_after || !split_after->TagHistory()) in SplitCompoundAtImplicitShadowCrossingCombinator()
1123 current = current->TagHistory()) { in RecordUsageAndDeprecations()
1220 current = current->TagHistory()) { in ContainsUnknownWebkitPseudoElements()
H A Dcss_parser_selector.h111 CSSParserSelector* TagHistory() const { return tag_history_.get(); } in TagHistory() function
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/html/
H A Dhtml_content_element.cc102 sub_selector = sub_selector->TagHistory()) { in ValidateSelect()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/html/
H A Dhtml_content_element.cc102 sub_selector = sub_selector->TagHistory()) { in ValidateSelect()

12