Searched refs:elementShadow (Results 1 – 2 of 2) sorted by relevance
81 void DistributionPool::distributeTo(InsertionPoint* insertionPoint, ElementShadow* elementShadow) in distributeTo() argument94 elementShadow->didDistributeNode(node, insertionPoint); in distributeTo()102 elementShadow->didDistributeNode(fallbackNode, insertionPoint); in distributeTo()
1118 bool Element::shouldInvalidateDistributionWhenAttributeChanged(ElementShadow* elementShadow, const … in shouldInvalidateDistributionWhenAttributeChanged() argument1120 ASSERT(elementShadow); in shouldInvalidateDistributionWhenAttributeChanged()1121 const SelectRuleFeatureSet& featureSet = elementShadow->ensureSelectFeatureSet(); in shouldInvalidateDistributionWhenAttributeChanged()1727 if (ElementShadow* elementShadow = shadowWhereNodeCanBeDistributed(*this)) in didAffectSelector() local1728 elementShadow->didAffectSelector(mask); in didAffectSelector()1766 ElementShadow* elementShadow = shadow(); in shadowRoot() local1767 if (!elementShadow) in shadowRoot()1769 ShadowRoot* shadowRoot = elementShadow->youngestShadowRoot(); in shadowRoot()1781 if (ElementShadow* elementShadow = shadow()) { in userAgentShadowRoot() local1782 if (ShadowRoot* shadowRoot = elementShadow->oldestShadowRoot()) { in userAgentShadowRoot()