Searched refs:EWhiteSpace (Results 1 – 4 of 4) sorted by relevance
602 … EWhiteSpace whiteSpace() const { return static_cast<EWhiteSpace>(inherited_flags._white_space); } in whiteSpace()603 static bool autoWrap(EWhiteSpace ws) in autoWrap()614 static bool preserveNewline(EWhiteSpace ws) in preserveNewline()625 static bool collapseWhiteSpace(EWhiteSpace ws) in collapseWhiteSpace()1145 void setWhiteSpace(EWhiteSpace v) { inherited_flags._white_space = v; } in setWhiteSpace()1564 static EWhiteSpace initialWhiteSpace() { return NORMAL; } in initialWhiteSpace()
320 enum EWhiteSpace { enum
131 EWhiteSpace m_currWS;132 EWhiteSpace m_lastWS;
2769 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(EWhiteSpace e) in CSSPrimitiveValue()2795 template<> inline CSSPrimitiveValue::operator EWhiteSpace() const in EWhiteSpace() function