Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/dom/
DElement.cpp964 if (ElementShadow* parentElementShadow = shadowWhereNodeCanBeDistributed(*this)) { in attributeChanged() local
965 if (shouldInvalidateDistributionWhenAttributeChanged(parentElementShadow, name, newValue)) in attributeChanged()
966 parentElementShadow->setNeedsDistributionRecalc(); in attributeChanged()