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

/external/webkit/Source/WebCore/rendering/
H A DRenderBlock.h677 bool atBeforeSideOfBlock() const { return m_atBeforeSideOfBlock; } function in class:WebCore::RenderBlock::MarginInfo
H A DRenderBlock.cpp1668 if (marginInfo.quirkContainer() && marginInfo.atBeforeSideOfBlock() && (posTop - negTop))
1698 else if (!marginInfo.atBeforeSideOfBlock() ||
2028 bool atBeforeSideOfBlock = marginInfo.atBeforeSideOfBlock(); local
2058 if (atBeforeSideOfBlock && oldTop == logicalTopBeforeClear && !isPositioned() && !isTableCell()) {
2097 if (marginInfo.atBeforeSideOfBlock() && !child->isSelfCollapsingBlock())

Completed in 145 milliseconds