HomeSort by relevance Sort by last modified time
    Searched refs:flexibleBox (Results 1 - 4 of 4) sorted by null

  /external/webkit/Source/WebCore/rendering/style/
StyleRareNonInheritedData.cpp 70 , flexibleBox(o.flexibleBox)
116 && flexibleBox == o.flexibleBox
StyleRareNonInheritedData.h 91 DataRef<StyleFlexibleBoxData> flexibleBox; // Flexible box properties
RenderStyle.h 665 EBoxAlignment boxAlign() const { return static_cast<EBoxAlignment>(rareNonInheritedData->flexibleBox->align); }
667 float boxFlex() { return rareNonInheritedData->flexibleBox->flex; }
668 unsigned int boxFlexGroup() const { return rareNonInheritedData->flexibleBox->flex_group; }
669 EBoxLines boxLines() { return static_cast<EBoxLines>(rareNonInheritedData->flexibleBox->lines); }
670 unsigned int boxOrdinalGroup() const { return rareNonInheritedData->flexibleBox->ordinal_group; }
671 EBoxOrient boxOrient() const { return static_cast<EBoxOrient>(rareNonInheritedData->flexibleBox->orient); }
672 EBoxAlignment boxPack() const { return static_cast<EBoxAlignment>(rareNonInheritedData->flexibleBox->pack); }
    [all...]
RenderStyle.cpp 120 rareNonInheritedData.access()->flexibleBox.init();
347 if (rareNonInheritedData->flexibleBox.get() != other->rareNonInheritedData->flexibleBox.get()
348 && *rareNonInheritedData->flexibleBox.get() != *other->rareNonInheritedData->flexibleBox.get())
    [all...]

Completed in 209 milliseconds