Home
last modified time | relevance | path

Searched refs:flexibleBox (Results 1 – 7 of 7) sorted by relevance

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/rendering/style/
H A DStyleRareNonInheritedData.cpp65 , flexibleBox(o.flexibleBox) in StyleRareNonInheritedData()
109 && flexibleBox == o.flexibleBox in operator ==()
H A DRenderStyle.h668 float boxFlex() { return rareNonInheritedData->flexibleBox->flex; } in boxFlex()
669 unsigned int boxFlexGroup() const { return rareNonInheritedData->flexibleBox->flex_group; } in boxFlexGroup()
670 … EBoxLines boxLines() { return static_cast<EBoxLines>(rareNonInheritedData->flexibleBox->lines); } in boxLines()
671 … unsigned int boxOrdinalGroup() const { return rareNonInheritedData->flexibleBox->ordinal_group; } in boxOrdinalGroup()
672 …EBoxOrient boxOrient() const { return static_cast<EBoxOrient>(rareNonInheritedData->flexibleBox->o… in boxOrient()
673 …ent boxPack() const { return static_cast<EBoxAlignment>(rareNonInheritedData->flexibleBox->pack); } in boxPack()
1033 …void setBoxAlign(EBoxAlignment a) { SET_VAR(rareNonInheritedData.access()->flexibleBox, align, a);… in setBoxAlign()
1035 void setBoxFlex(float f) { SET_VAR(rareNonInheritedData.access()->flexibleBox, flex, f); } in setBoxFlex()
1037 void setBoxLines(EBoxLines l) { SET_VAR(rareNonInheritedData.access()->flexibleBox, lines, l); } in setBoxLines()
1039 …void setBoxOrient(EBoxOrient o) { SET_VAR(rareNonInheritedData.access()->flexibleBox, orient, o); } in setBoxOrient()
[all …]
H A DStyleRareNonInheritedData.h91 DataRef<StyleFlexibleBoxData> flexibleBox; // Flexible box properties variable
H A DRenderStyle.cpp120 rareNonInheritedData.access()->flexibleBox.init(); in RenderStyle()
347 … if (rareNonInheritedData->flexibleBox.get() != other->rareNonInheritedData->flexibleBox.get() in diff()
348 … && *rareNonInheritedData->flexibleBox.get() != *other->rareNonInheritedData->flexibleBox.get()) in diff()
/dports/www/kf5-khtml/khtml-5.89.0/src/rendering/
H A Drender_style.cpp463 flexibleBox(o.flexibleBox), in StyleCSS3NonInheritedData()
475 flexibleBox == o.flexibleBox && in operator ==()
619 css3NonInheritedData.access()->flexibleBox.init(); in RenderStyle()
H A Drender_style.h859 DataRef<StyleFlexibleBoxData> flexibleBox; // Flexible box properties variable
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/
H A DChangeLog-2003-10-254996 (flexibleBox):