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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderBlockFlow.h417 bool mustSeparateMarginBeforeForChild(const RenderBox*) const;
H A DRenderBlockFlow.cpp1273 if (mustSeparateMarginBeforeForChild(child)) {
1691 bool RenderBlockFlow::mustSeparateMarginBeforeForChild(const RenderBox* child) const function in class:blink::RenderBlockFlow

Completed in 53 milliseconds