Searched refs:EBoxLines (Results 1 – 4 of 4) sorted by relevance
159 enum EBoxLines { SINGLE, MULTIPLE }; enum
669 … EBoxLines boxLines() { return static_cast<EBoxLines>(rareNonInheritedData->flexibleBox->lines); } in boxLines()1037 void setBoxLines(EBoxLines l) { SET_VAR(rareNonInheritedData.access()->flexibleBox, lines, l); } in setBoxLines()1269 static EBoxLines initialBoxLines() { return SINGLE; } in initialBoxLines()
555 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(EBoxLines e) in CSSPrimitiveValue()569 template<> inline CSSPrimitiveValue::operator EBoxLines() const in EBoxLines() function
81254 (WebCore::CSSPrimitiveValue::operator EBoxLines):