Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/dom/
DElement.h350 bool styleAffectedByEmpty() const { return hasElementFlag(StyleAffectedByEmpty); } in styleAffectedByEmpty() function
DElement.cpp1784 if (!style && !styleAffectedByEmpty()) in checkForEmptyStyleChange()
1787 if (!style || (styleAffectedByEmpty() && (!style->emptyState() || hasChildren()))) in checkForEmptyStyleChange()