Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/style/
DStyleRareNonInheritedData.cpp70 , flexibleBox(o.flexibleBox) in StyleRareNonInheritedData()
116 && flexibleBox == o.flexibleBox in operator ==()
DRenderStyle.h665 …t boxAlign() const { return static_cast<EBoxAlignment>(rareNonInheritedData->flexibleBox->align); } in boxAlign()
667 float boxFlex() { return rareNonInheritedData->flexibleBox->flex; } in boxFlex()
668 unsigned int boxFlexGroup() const { return rareNonInheritedData->flexibleBox->flex_group; } in boxFlexGroup()
669 … EBoxLines boxLines() { return static_cast<EBoxLines>(rareNonInheritedData->flexibleBox->lines); } in boxLines()
670 … unsigned int boxOrdinalGroup() const { return rareNonInheritedData->flexibleBox->ordinal_group; } in boxOrdinalGroup()
671 …EBoxOrient boxOrient() const { return static_cast<EBoxOrient>(rareNonInheritedData->flexibleBox->o… in boxOrient()
672 …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()
1036 …void setBoxFlexGroup(unsigned int fg) { SET_VAR(rareNonInheritedData.access()->flexibleBox, flex_g… in setBoxFlexGroup()
[all …]
DStyleRareNonInheritedData.h91 DataRef<StyleFlexibleBoxData> flexibleBox; // Flexible box properties variable
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()
/external/webkit/Source/WebCore/
DChangeLog-2003-10-254996 (flexibleBox):