Searched defs:atBeforeSideOfBlock (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderBlockFlow.cpp129 bool atBeforeSideOfBlock() const { return m_atBeforeSideOfBlock; } function in class:blink::MarginInfo
606 bool atBeforeSideOfBlock = marginInfo.atBeforeSideOfBlock(); local
619 atBeforeSideOfBlock && logicalTopBeforeClear == logicalTopAfterClear);
656 if (marginInfo.atBeforeSideOfBlock() && !childIsSelfCollapsing)
692 LayoutUnit RenderBlockFlow::adjustBlockChildForPagination(LayoutUnit logicalTopAfterClear, LayoutUnit estimateWithoutPagination, RenderBox* child, bool atBeforeSideOfBlock) argument
745 if (atBeforeSideOfBlock && oldTop == result && !isOutOfFlowPositioned() && !isTableCell()) {
1231 if (marginInfo.quirkContainer() && marginInfo.atBeforeSideOfBlock() && (posTop - negTop))
1281 } else if (!marginInfo.discardMargin() && (!marginInfo.atBeforeSideOfBlock()

Completed in 71 milliseconds