Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/dom/
DElement.h670 …bool shouldInvalidateDistributionWhenAttributeChanged(ElementShadow*, const QualifiedName&, const …
DElement.cpp965 if (shouldInvalidateDistributionWhenAttributeChanged(parentElementShadow, name, newValue)) in attributeChanged()
1118 bool Element::shouldInvalidateDistributionWhenAttributeChanged(ElementShadow* elementShadow, const … in shouldInvalidateDistributionWhenAttributeChanged() function in WebCore::Element