Home
last modified time | relevance | path

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

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/rendering/
H A DRenderButton.cpp77 m_inner->style()->setBoxFlex(0); in styleWillChange()
107 innerStyle->setBoxFlex(1.0f); in setupInnerStyle()
H A DRenderMenuList.cpp87 innerStyle->setBoxFlex(1); in adjustInnerStyle()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/rendering/style/
H A DRenderStyle.h1035 void setBoxFlex(float f) { SET_VAR(rareNonInheritedData.access()->flexibleBox, flex, f); } in setBoxFlex() function
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/css/
H A DCSSStyleSelector.cpp4999 m_style->setBoxFlex(primitiveValue->getFloatValue()); in applyProperty()