Searched refs:styleAffectedByEmpty (Results 1 – 2 of 2) sorted by relevance
350 bool styleAffectedByEmpty() const { return hasElementFlag(StyleAffectedByEmpty); } in styleAffectedByEmpty() function
1784 if (!style && !styleAffectedByEmpty()) in checkForEmptyStyleChange()1787 if (!style || (styleAffectedByEmpty() && (!style->emptyState() || hasChildren()))) in checkForEmptyStyleChange()