Home
last modified time | relevance | path

Searched refs:deep_combinator_or_shadow_pseudo_rules_ (Results 1 – 4 of 4) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/css/
H A Drule_set.h256 return deep_combinator_or_shadow_pseudo_rules_; in WTF_ALLOW_MOVE_AND_INIT_WITH_MEM_FUNCTIONS()
278 return !deep_combinator_or_shadow_pseudo_rules_.IsEmpty() || in WTF_ALLOW_MOVE_AND_INIT_WITH_MEM_FUNCTIONS()
353 HeapVector<MinimalRuleData> deep_combinator_or_shadow_pseudo_rules_; in WTF_ALLOW_MOVE_AND_INIT_WITH_MEM_FUNCTIONS() local
H A Drule_set.cc308 deep_combinator_or_shadow_pseudo_rules_.push_back( in AddChildRules()
417 deep_combinator_or_shadow_pseudo_rules_.ShrinkToFit(); in CompactRules()
462 visitor->Trace(deep_combinator_or_shadow_pseudo_rules_); in Trace()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/css/
H A Drule_set.h273 return deep_combinator_or_shadow_pseudo_rules_; in WTF_ALLOW_MOVE_AND_INIT_WITH_MEM_FUNCTIONS()
295 return !deep_combinator_or_shadow_pseudo_rules_.IsEmpty() || in WTF_ALLOW_MOVE_AND_INIT_WITH_MEM_FUNCTIONS()
375 HeapVector<MinimalRuleData> deep_combinator_or_shadow_pseudo_rules_; in WTF_ALLOW_MOVE_AND_INIT_WITH_MEM_FUNCTIONS() local
H A Drule_set.cc390 deep_combinator_or_shadow_pseudo_rules_.push_back( in AddChildRules()
502 deep_combinator_or_shadow_pseudo_rules_.ShrinkToFit(); in CompactRules()
544 visitor->Trace(deep_combinator_or_shadow_pseudo_rules_); in Trace()