Searched refs:EWhiteSpace (Results 1 – 4 of 4) sorted by relevance
587 … EWhiteSpace whiteSpace() const { return static_cast<EWhiteSpace>(inherited_flags._white_space); } in whiteSpace()588 static bool autoWrap(EWhiteSpace ws) in autoWrap()599 static bool preserveNewline(EWhiteSpace ws) in preserveNewline()610 static bool collapseWhiteSpace(EWhiteSpace ws) in collapseWhiteSpace()1145 void setWhiteSpace(EWhiteSpace v) { inherited_flags._white_space = v; } in setWhiteSpace()1571 static EWhiteSpace initialWhiteSpace() { return NORMAL; } in initialWhiteSpace()
314 enum EWhiteSpace { enum
133 EWhiteSpace m_currWS;134 EWhiteSpace m_lastWS;
2770 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(EWhiteSpace e) in CSSPrimitiveValue()2796 template<> inline CSSPrimitiveValue::operator EWhiteSpace() const in EWhiteSpace() function