Home
last modified time | relevance | path

Searched refs:elementShadow (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/shadow/
DElementShadow.cpp81 void DistributionPool::distributeTo(InsertionPoint* insertionPoint, ElementShadow* elementShadow) in distributeTo() argument
94 elementShadow->didDistributeNode(node, insertionPoint); in distributeTo()
102 elementShadow->didDistributeNode(fallbackNode, insertionPoint); in distributeTo()
/external/chromium_org/third_party/WebKit/Source/core/dom/
DElement.cpp1118 bool Element::shouldInvalidateDistributionWhenAttributeChanged(ElementShadow* elementShadow, const … in shouldInvalidateDistributionWhenAttributeChanged() argument
1120 ASSERT(elementShadow); in shouldInvalidateDistributionWhenAttributeChanged()
1121 const SelectRuleFeatureSet& featureSet = elementShadow->ensureSelectFeatureSet(); in shouldInvalidateDistributionWhenAttributeChanged()
1727 if (ElementShadow* elementShadow = shadowWhereNodeCanBeDistributed(*this)) in didAffectSelector() local
1728 elementShadow->didAffectSelector(mask); in didAffectSelector()
1766 ElementShadow* elementShadow = shadow(); in shadowRoot() local
1767 if (!elementShadow) in shadowRoot()
1769 ShadowRoot* shadowRoot = elementShadow->youngestShadowRoot(); in shadowRoot()
1781 if (ElementShadow* elementShadow = shadow()) { in userAgentShadowRoot() local
1782 if (ShadowRoot* shadowRoot = elementShadow->oldestShadowRoot()) { in userAgentShadowRoot()