Searched refs:styleAffectedByEmpty (Results 1 – 3 of 3) sorted by relevance
60 bool styleAffectedByEmpty() const { return m_styleAffectedByEmpty; } in styleAffectedByEmpty() function
325 bool styleAffectedByEmpty() const { return hasRareData() && rareDataStyleAffectedByEmpty(); } in styleAffectedByEmpty() function
1817 if (!style && !styleAffectedByEmpty()) in checkForEmptyStyleChange()1820 if (!style || (styleAffectedByEmpty() && (!style->emptyState() || hasChildNodes()))) in checkForEmptyStyleChange()2574 return elementRareData()->styleAffectedByEmpty(); in rareDataStyleAffectedByEmpty()