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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderBlockFlow.h418 bool mustSeparateMarginAfterForChild(const RenderBox*) const;
H A DRenderBlockFlow.cpp666 if (mustSeparateMarginAfterForChild(child)) {
1704 bool RenderBlockFlow::mustSeparateMarginAfterForChild(const RenderBox* child) const function in class:blink::RenderBlockFlow

Completed in 74 milliseconds