Searched refs:m_styleAffectedByEmpty (Results 1 – 1 of 1) sorted by relevance
60 bool styleAffectedByEmpty() const { return m_styleAffectedByEmpty; } in styleAffectedByEmpty()61 void setStyleAffectedByEmpty(bool value) { m_styleAffectedByEmpty = value; } in setStyleAffectedByEmpty()158 unsigned m_styleAffectedByEmpty : 1; variable208 , m_styleAffectedByEmpty(false) in ElementRareData()