Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/dom/
DElementRareData.h60 bool styleAffectedByEmpty() const { return m_styleAffectedByEmpty; } in styleAffectedByEmpty() function
DElement.h325 bool styleAffectedByEmpty() const { return hasRareData() && rareDataStyleAffectedByEmpty(); } in styleAffectedByEmpty() function
DElement.cpp1817 if (!style && !styleAffectedByEmpty()) in checkForEmptyStyleChange()
1820 if (!style || (styleAffectedByEmpty() && (!style->emptyState() || hasChildNodes()))) in checkForEmptyStyleChange()
2574 return elementRareData()->styleAffectedByEmpty(); in rareDataStyleAffectedByEmpty()