Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/dom/
DElement.h591 inline void checkForEmptyStyleChange(RenderStyle*);
DElement.cpp1815 void Element::checkForEmptyStyleChange(RenderStyle* style) in checkForEmptyStyleChange() function in WebCore::Element
1832 checkForEmptyStyleChange(style); in checkForSiblingStyleChanges()
1902 checkForEmptyStyleChange(renderStyle()); in childrenChanged()