Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/css/
DBasicShapeFunctions.cpp43 …& pool, const RenderStyle& style, const BasicShapeCenterCoordinate& center, EBoxOrient orientation) in valueForCenterCoordinate()
DCSSPrimitiveValueMappings.h966 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(EBoxOrient e) in CSSPrimitiveValue()
980 template<> inline CSSPrimitiveValue::operator EBoxOrient() const in EBoxOrient() function
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DRenderStyleConstants.h164 enum EBoxOrient { HORIZONTAL, VERTICAL }; enum
DRenderStyle.h754EBoxOrient boxOrient() const { return static_cast<EBoxOrient>(rareNonInheritedData->m_deprecatedFl… in boxOrient()
1262 …void setBoxOrient(EBoxOrient o) { SET_VAR(rareNonInheritedData.access()->m_deprecatedFlexibleBox, … in setBoxOrient()
1607 static EBoxOrient initialBoxOrient() { return HORIZONTAL; } in initialBoxOrient()