Home
last modified time | relevance | path

Searched defs:overflowAlignment (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DRenderStyle.h1275 …void setAlignItemsOverflowAlignment(OverflowAlignment overflowAlignment) { SET_VAR(rareNonInherite… in setAlignItemsOverflowAlignment()
1277 …void setAlignSelfOverflowAlignment(OverflowAlignment overflowAlignment) { SET_VAR(rareNonInherited… in setAlignSelfOverflowAlignment()
1282 …void setJustifyItemsOverflowAlignment(OverflowAlignment overflowAlignment) { SET_VAR(rareNonInheri… in setJustifyItemsOverflowAlignment()
1285 …void setJustifySelfOverflowAlignment(OverflowAlignment overflowAlignment) { SET_VAR(rareNonInherit… in setJustifySelfOverflowAlignment()
/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSPrimitiveValueMappings.h4793 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(OverflowAlignment overflowAlignment) in CSSPrimitiveValue()
DCSSComputedStyleDeclaration.cpp1551 …emPositionWithOverflowAlignment(ItemPosition itemPosition, OverflowAlignment overflowAlignment, It… in valueForItemPositionWithOverflowAlignment()