Home
last modified time | relevance | path

Searched refs:setFlexGrow (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderButton.cpp74 m_inner->style()->setFlexGrow(newStyle->initialFlexGrow()); in styleWillChange()
94 innerStyle->setFlexGrow(1.0f); in setupInnerStyle()
DRenderMenuList.cpp94 innerStyle->setFlexGrow(1); in adjustInnerStyle()
/external/chromium_org/third_party/WebKit/Source/core/html/shadow/
DTextControlInnerElements.cpp90 style->setFlexGrow(1); in customStyleForRenderer()
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DAnimatedStyleBuilder.cpp336 style->setFlexGrow(clampTo<float>(toAnimatableDouble(value)->toDouble(), 0)); in applyProperty()
/external/chromium_org/third_party/WebKit/Source/core/frame/animation/
DCSSPropertyAnimation.cpp822 dst->setFlexGrow(blendFunc(anim, a->flexGrow(), b->flexGrow(), progress)); in blend()
1069 …ew PropertyWrapper<float>(CSSPropertyFlexGrow, &RenderStyle::flexGrow, &RenderStyle::setFlexGrow)); in ensurePropertyMap()
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DRenderStyle.h1223 …void setFlexGrow(float f) { SET_VAR(rareNonInheritedData.access()->m_flexibleBox, m_flexGrow, f); } in setFlexGrow() function