Home | History | Annotate | Download | only in dom

Lines Matching refs:styleAffectedByEmpty

73     StyleAffectedByEmpty = 1 << 1,
330 bool styleAffectedByEmpty() const { return hasElementFlag(StyleAffectedByEmpty); }
331 void setStyleAffectedByEmpty() { setElementFlag(StyleAffectedByEmpty); }