Searched refs:EWordWrap (Results 1 – 4 of 4) sorted by relevance
138 enum EWordWrap { enum
608 EWordWrap wordWrap() const { return static_cast<EWordWrap>(rareInheritedData->wordWrap); } in wordWrap()906 void setWordWrap(EWordWrap b) { SET_VAR(rareInheritedData, wordWrap, b); } in setWordWrap()1107 static EWordWrap initialWordWrap() { return NormalWordWrap; } in initialWordWrap()
1622 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(EWordWrap e) in CSSPrimitiveValue()1635 template<> inline CSSPrimitiveValue::operator EWordWrap() const in EWordWrap() function
81285 (WebCore::CSSPrimitiveValue::operator EWordWrap):