Searched refs:EKHTMLLineBreak (Results 1 – 4 of 4) sorted by relevance
198 enum EKHTMLLineBreak { enum
697 …EKHTMLLineBreak khtmlLineBreak() const { return static_cast<EKHTMLLineBreak>(rareInheritedData->kh… in khtmlLineBreak()1058 void setKHTMLLineBreak(EKHTMLLineBreak b) { SET_VAR(rareInheritedData, khtmlLineBreak, b); } in setKHTMLLineBreak()1291 static EKHTMLLineBreak initialKHTMLLineBreak() { return LBNORMAL; } in initialKHTMLLineBreak()
947 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(EKHTMLLineBreak e) in CSSPrimitiveValue()961 template<> inline CSSPrimitiveValue::operator EKHTMLLineBreak() const in EKHTMLLineBreak() function
81262 (WebCore::CSSPrimitiveValue::operator EKHTMLLineBreak):