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

  /external/webkit/WebCore/rendering/style/
StyleRareNonInheritedData.cpp 67 , flexibleBox(o.flexibleBox)
123 && flexibleBox == o.flexibleBox
StyleRareNonInheritedData.h 87 DataRef<StyleFlexibleBoxData> flexibleBox; // Flexible box properties
RenderStyle.h 614 EBoxAlignment boxAlign() const { return static_cast<EBoxAlignment>(rareNonInheritedData->flexibleBox->align); }
616 float boxFlex() { return rareNonInheritedData->flexibleBox->flex; }
617 unsigned int boxFlexGroup() const { return rareNonInheritedData->flexibleBox->flex_group; }
618 EBoxLines boxLines() { return static_cast<EBoxLines>(rareNonInheritedData->flexibleBox->lines); }
619 unsigned int boxOrdinalGroup() const { return rareNonInheritedData->flexibleBox->ordinal_group; }
620 EBoxOrient boxOrient() const { return static_cast<EBoxOrient>(rareNonInheritedData->flexibleBox->orient); }
621 EBoxAlignment boxPack() const { return static_cast<EBoxAlignment>(rareNonInheritedData->flexibleBox->pack); }
    [all...]
RenderStyle.cpp 110 rareNonInheritedData.access()->flexibleBox.init();
323 if (rareNonInheritedData->flexibleBox.get() != other->rareNonInheritedData->flexibleBox.get() &&
324 *rareNonInheritedData->flexibleBox.get() != *other->rareNonInheritedData->flexibleBox.get())
    [all...]

Completed in 51 milliseconds