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.cpp 188 return crossAxisExtentForChild(baselineChild) + baselineChild->logicalTop();
407 LayoutUnit RenderFlexibleBox::crossAxisExtentForChild(RenderBox* child) const
767 LayoutUnit childCrossExtent = crossAxisMarginExtentForChild(child) + crossAxisExtentForChild(child);
829 ascent = crossAxisExtentForChild(child);
    [all...]
RenderFlexibleBox.h 92 LayoutUnit crossAxisExtentForChild(RenderBox* child) const;

Completed in 411 milliseconds