Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/dom/
DElement.cpp952 static bool checkNeedsStyleInvalidationForIdChange(const AtomicString& oldId, const AtomicString& n… in checkNeedsStyleInvalidationForIdChange() function
989 …shouldInvalidateStyle = testShouldInvalidateStyle && checkNeedsStyleInvalidationForIdChange(oldId,… in attributeChanged()