Searched refs:EWordWrap (Results 1 – 4 of 4) sorted by relevance
186 enum EWordWrap { enum
642 EWordWrap wordWrap() const { return static_cast<EWordWrap>(rareInheritedData->wordWrap); } in wordWrap()973 void setWordWrap(EWordWrap b) { SET_VAR(rareInheritedData, wordWrap, b); } in setWordWrap()1179 static EWordWrap initialWordWrap() { return NormalWordWrap; } in initialWordWrap()
1869 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(EWordWrap e) in CSSPrimitiveValue()1882 template<> inline CSSPrimitiveValue::operator EWordWrap() const in EWordWrap() function
81285 (WebCore::CSSPrimitiveValue::operator EWordWrap):