Home
last modified time | relevance | path

Searched refs:setBoxOrdinalGroup (Results 1 – 2 of 2) sorted by relevance

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/rendering/style/
H A DRenderStyle.h1038 …void setBoxOrdinalGroup(unsigned int og) { SET_VAR(rareNonInheritedData.access()->flexibleBox, ord… in setBoxOrdinalGroup() function
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/css/
H A DCSSStyleSelector.cpp5011 m_style->setBoxOrdinalGroup((unsigned int)(primitiveValue->getDoubleValue())); in applyProperty()