Searched defs:FlexItemProperties (Results 1 – 2 of 2) sorted by relevance
26 struct FlexItemProperties { struct27 float totalShrink = 0.0f;28 float totalGrow = 0.0f;29 RefPtr<LayoutWrapper> lastShrinkChild;30 RefPtr<LayoutWrapper> lastGrowChild;
28 struct FlexItemProperties { struct29 double totalShrink = 0.0;30 double totalGrow = 0.0;31 RefPtr<RenderFlexItem> lastShrinkChild;32 RefPtr<RenderFlexItem> lastGrowChild;