Home
last modified time | relevance | path

Searched refs:hasRegions (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderFlowThread.h77 bool hasRegions() const { return m_multiColumnSetList.size(); } in hasRegions() function
DRenderFlowThread.cpp101 if (hasRegions()) { in validateRegions()
DRenderBlockLineLayout.cpp1506 bool clearLinesForPagination = firstLineBox() && flowThread && !flowThread->hasRegions(); in layoutInlineChildren()