Home
last modified time | relevance | path

Searched refs:scoping_node (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 Delement_rule_collector.cc126 const ContainerNode* scoping_node) { in RulesApplicableInCurrentTreeScope() argument
128 return !scoping_node || in RulesApplicableInCurrentTreeScope()
129 element->ContainingTreeScope() == scoping_node->ContainingTreeScope(); in RulesApplicableInCurrentTreeScope()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/css/
H A Delement_rule_collector.cc126 const ContainerNode* scoping_node) { in RulesApplicableInCurrentTreeScope() argument
128 return !scoping_node || in RulesApplicableInCurrentTreeScope()
129 element->ContainingTreeScope() == scoping_node->ContainingTreeScope(); in RulesApplicableInCurrentTreeScope()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/css/resolver/
H A Dstyle_resolver.cc503 const Node& scoping_node, in ShouldCheckScope() argument
506 element.GetTreeScope() != scoping_node.GetTreeScope()) { in ShouldCheckScope()
511 const TreeScope* scope = &scoping_node.GetTreeScope(); in ShouldCheckScope()
522 scoping_node.ParentOrShadowHostNode() == in ShouldCheckScope()
528 return scoping_node.GetTreeScope() in ShouldCheckScope()
765 for (const auto& scoping_node : tree_boundary_crossing_scopes) { in CollectTreeBoundaryCrossingRulesV0CascadeOrder() local
770 scoping_node->ContainingTreeScope()); in CollectTreeBoundaryCrossingRulesV0CascadeOrder()
771 if (!ShouldCheckScope(element, *scoping_node, is_inner_tree_scope)) in CollectTreeBoundaryCrossingRulesV0CascadeOrder()
776 scoping_node->GetTreeScope() in CollectTreeBoundaryCrossingRulesV0CascadeOrder()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/css/resolver/
H A Dstyle_resolver.cc480 const Node& scoping_node, in ShouldCheckScope() argument
483 element.GetTreeScope() != scoping_node.GetTreeScope()) { in ShouldCheckScope()
488 const TreeScope* scope = &scoping_node.GetTreeScope(); in ShouldCheckScope()
499 scoping_node.ParentOrShadowHostNode() == in ShouldCheckScope()
505 return scoping_node.GetTreeScope() in ShouldCheckScope()
722 for (const auto& scoping_node : tree_boundary_crossing_scopes) { in CollectTreeBoundaryCrossingRulesV0CascadeOrder() local
727 scoping_node->ContainingTreeScope()); in CollectTreeBoundaryCrossingRulesV0CascadeOrder()
728 if (!ShouldCheckScope(element, *scoping_node, is_inner_tree_scope)) in CollectTreeBoundaryCrossingRulesV0CascadeOrder()
733 scoping_node->GetTreeScope() in CollectTreeBoundaryCrossingRulesV0CascadeOrder()