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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderFlexibleBox.h 93 LayoutUnit crossAxisExtentForChild(RenderBox& child) const;
RenderFlexibleBox.cpp 171 return crossAxisExtentForChild(*baselineChild) + baselineChild->logicalTop();
350 LayoutUnit RenderFlexibleBox::crossAxisExtentForChild(RenderBox& child) const
738 LayoutUnit childCrossExtent = crossAxisMarginExtentForChild(child) + crossAxisExtentForChild(child);
807 ascent = crossAxisExtentForChild(child);
    [all...]

Completed in 165 milliseconds