Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderMenuList.cpp95 innerStyle->setFlexShrink(1); in adjustInnerStyle()
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DAnimatedStyleBuilder.cpp339 style->setFlexShrink(clampTo<float>(toAnimatableDouble(value)->toDouble(), 0)); in applyProperty()
/external/chromium_org/third_party/WebKit/Source/core/frame/animation/
DCSSPropertyAnimation.cpp823 dst->setFlexShrink(blendFunc(anim, a->flexShrink(), b->flexShrink(), progress)); in blend()
1070 …pertyWrapper<float>(CSSPropertyFlexShrink, &RenderStyle::flexShrink, &RenderStyle::setFlexShrink)); in ensurePropertyMap()
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DRenderStyle.h1224 …void setFlexShrink(float f) { SET_VAR(rareNonInheritedData.access()->m_flexibleBox, m_flexShrink, … in setFlexShrink() function