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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderBlockFlow.h349 MarginValues marginValuesForChild(RenderBox* child) const;
H A DRenderBlockFlow.cpp1108 RenderBlockFlow::MarginValues RenderBlockFlow::marginValuesForChild(RenderBox* child) const function in class:blink::RenderBlockFlow
1177 const RenderBlockFlow::MarginValues childMargins = marginValuesForChild(child);
1369 RenderBlockFlow::MarginValues childMargins = marginValuesForChild(child);
1508 RenderBlockFlow::MarginValues marginValues = marginValuesForChild(child);
1548 return marginValuesForChild(this).positiveMarginBefore();

Completed in 67 milliseconds