Home
last modified time | relevance | path

Searched refs:ItemPositionType (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DRenderStyleConstants.h542 enum ItemPositionType { enum
DRenderStyle.h774ItemPositionType justifyItemsPositionType() const { return static_cast<ItemPositionType>(rareNonIn… in justifyItemsPositionType()
1283 …void setJustifyItemsPositionType(ItemPositionType positionType) { SET_VAR(rareNonInheritedData, m_… in setJustifyItemsPositionType()
1628 static ItemPositionType initialJustifyItemsPositionType() { return NonLegacyPosition; } in initialJustifyItemsPositionType()
/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSComputedStyleDeclaration.cpp1551 …ment(ItemPosition itemPosition, OverflowAlignment overflowAlignment, ItemPositionType positionType) in valueForItemPositionWithOverflowAlignment()