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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderFlexibleBox.h118 LayoutPoint flowAwareLocationForChild(RenderBox& child) const;
H A DRenderFlexibleBox.cpp582 LayoutPoint RenderFlexibleBox::flowAwareLocationForChild(RenderBox& child) const function in class:blink::RenderFlexibleBox
1258 setFlowAwareLocationForChild(child, flowAwareLocationForChild(child) + LayoutSize(0, delta));
1390 LayoutPoint location = flowAwareLocationForChild(*child);

Completed in 43 milliseconds