Home | History | Annotate | Download | only in style

Lines Matching refs:EWhiteSpace

197         unsigned _white_space : 3; // EWhiteSpace
511 EWhiteSpace whiteSpace() const { return static_cast<EWhiteSpace>(inherited_flags._white_space); }
512 static bool autoWrap(EWhiteSpace ws)
523 static bool preserveNewline(EWhiteSpace ws)
534 static bool collapseWhiteSpace(EWhiteSpace ws)
942 void setWhiteSpace(EWhiteSpace v) { inherited_flags._white_space = v; }
1243 static EWhiteSpace initialWhiteSpace() { return NORMAL; }