Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderBlockFlow.cpp129 bool atBeforeSideOfBlock() const { return m_atBeforeSideOfBlock; } in atBeforeSideOfBlock() function in blink::MarginInfo
606 bool atBeforeSideOfBlock = marginInfo.atBeforeSideOfBlock(); in layoutBlockChild() local
692 …calTopAfterClear, LayoutUnit estimateWithoutPagination, RenderBox* child, bool atBeforeSideOfBlock) in adjustBlockChildForPagination()