#include "third_party/blink/renderer/core/css/style_recalc_context.h"
#include "third_party/blink/renderer/core/css/container_query_evaluator.h"
#include "third_party/blink/renderer/core/dom/layout_tree_builder_traversal.h"
#include "third_party/blink/renderer/core/dom/node_computed_style.h"
#include "third_party/blink/renderer/core/html/html_slot_element.h"
namespace blink {
namespace {
Element* ClosestInclusiveAncestorContainer(Element& element,
Element* stay_within = nullptr) { … }
}
StyleRecalcContext StyleRecalcContext::FromInclusiveAncestors(
Element& element) { … }
StyleRecalcContext StyleRecalcContext::FromAncestors(Element& element) { … }
StyleRecalcContext StyleRecalcContext::ForSlotChildren(
const HTMLSlotElement& slot) const { … }
StyleRecalcContext StyleRecalcContext::ForSlottedRules(
HTMLSlotElement& slot) const { … }
StyleRecalcContext StyleRecalcContext::ForPartRules(Element& host) const { … }
}