Searched refs:flowAwareMarginStartForChild (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderFlexibleBox.h112 LayoutUnit flowAwareMarginStartForChild(RenderBox& child) const;
H A DRenderFlexibleBox.cpp537 LayoutUnit RenderFlexibleBox::flowAwareMarginStartForChild(RenderBox& child) const function in class:blink::RenderFlexibleBox
1124 mainAxisOffset += flowAwareMarginStartForChild(*child);
1179 mainAxisOffset -= flowAwareMarginStartForChild(*child);

Completed in 364 milliseconds