HomeSort by relevance Sort by last modified time
    Searched refs:atBeforeSideOfBlock (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderBlockFlow.cpp 129 bool atBeforeSideOfBlock() const { return m_atBeforeSideOfBlock; }
606 bool atBeforeSideOfBlock = marginInfo.atBeforeSideOfBlock();
619 atBeforeSideOfBlock && logicalTopBeforeClear == logicalTopAfterClear);
656 if (marginInfo.atBeforeSideOfBlock() && !childIsSelfCollapsing)
692 LayoutUnit RenderBlockFlow::adjustBlockChildForPagination(LayoutUnit logicalTopAfterClear, LayoutUnit estimateWithoutPagination, RenderBox* child, bool atBeforeSideOfBlock)
    [all...]
RenderBlockFlow.h 446 LayoutUnit adjustBlockChildForPagination(LayoutUnit logicalTopAfterClear, LayoutUnit estimateWithoutPagination, RenderBox* child, bool atBeforeSideOfBlock);

Completed in 77 milliseconds