Home
last modified time | relevance | path

Searched refs:EBoxLines (Results 1 – 4 of 4) sorted by relevance

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/rendering/style/
H A DRenderStyleConstants.h165 enum EBoxLines { SINGLE, MULTIPLE }; enum
H A DRenderStyle.h670EBoxLines boxLines() { return static_cast<EBoxLines>(rareNonInheritedData->flexibleBox->lines); } in boxLines()
1037 void setBoxLines(EBoxLines l) { SET_VAR(rareNonInheritedData.access()->flexibleBox, lines, l); } in setBoxLines()
1265 static EBoxLines initialBoxLines() { return SINGLE; } in initialBoxLines()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/css/
H A DCSSPrimitiveValueMappings.h556 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(EBoxLines e) in CSSPrimitiveValue()
570 template<> inline CSSPrimitiveValue::operator EBoxLines() const in EBoxLines() function
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/
H A DChangeLog-2008-08-1081254 (WebCore::CSSPrimitiveValue::operator EBoxLines):