Searched refs:EWhiteSpace (Results 1 – 5 of 5) sorted by relevance
511 … EWhiteSpace whiteSpace() const { return static_cast<EWhiteSpace>(inherited_flags._white_space); } in whiteSpace()512 static bool autoWrap(EWhiteSpace ws) in autoWrap()523 static bool preserveNewline(EWhiteSpace ws) in preserveNewline()534 static bool collapseWhiteSpace(EWhiteSpace ws) in collapseWhiteSpace()942 void setWhiteSpace(EWhiteSpace v) { inherited_flags._white_space = v; } in setWhiteSpace()1243 static EWhiteSpace initialWhiteSpace() { return NORMAL; } in initialWhiteSpace()
312 enum EWhiteSpace { enum
1891 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(EWhiteSpace e) in CSSPrimitiveValue()1917 template<> inline CSSPrimitiveValue::operator EWhiteSpace() const in EWhiteSpace() function
1851 EWhiteSpace currWS = style()->whiteSpace(); in findNextLineBreak()1852 EWhiteSpace lastWS = currWS; in findNextLineBreak()
81283 (WebCore::CSSPrimitiveValue::operator EWhiteSpace):