Searched refs:multiColumnFlowThread (Results 1 – 4 of 4) sorted by relevance
197 if (!multiColumnFlowThread()->heightIsAuto()) in addContentRun()209 ASSERT(multiColumnFlowThread()->heightIsAuto()); in recalculateColumnHeight()258 if (multiColumnFlowThread()->heightIsAuto()) in resetColumnHeight()261 …setAndConstrainColumnHeight(heightAdjustedForSetOffset(multiColumnFlowThread()->columnHeightAvaila… in resetColumnHeight()274 ASSERT(multiColumnFlowThread()->lastMultiColumnSet() == this); in expandToEncompassFlowThreadContentsIfNeeded()299 LayoutUnit availableHeight = multiColumnFlowThread()->columnHeightAvailable(); in calculateMaxColumnHeight()342 if (multiColumnFlowThread()->progressionIsInline()) { in columnRectAt()508 RenderMultiColumnFlowThread* flowThread = multiColumnFlowThread(); in collectLayerFragments()
65 RenderMultiColumnFlowThread* multiColumnFlowThread() const in multiColumnFlowThread() function80 unsigned usedColumnCount() const { return multiColumnFlowThread()->columnCount(); } in usedColumnCount()
189 RenderMultiColumnFlowThread* flowThread = multiColumnFlowThread(); in layoutSpecialExcludedChild()201 if (RenderMultiColumnFlowThread* flowThread = multiColumnFlowThread()) { in updateLogicalWidthAndColumnWidth()210 if (RenderMultiColumnFlowThread* flowThread = multiColumnFlowThread()) { in checkForPaginationLogicalHeightChange()447 if (RenderMultiColumnFlowThread* flowThread = multiColumnFlowThread()) { in layoutBlockFlow()2002 if (RenderMultiColumnFlowThread* flowThread = multiColumnFlowThread()) { in addChild()2880 if (multiColumnFlowThread()) { in createOrDestroyMultiColumnFlowThreadIfNeeded()2886 multiColumnFlowThread()->evacuateAndDestroy(); in createOrDestroyMultiColumnFlowThreadIfNeeded()2887 ASSERT(!multiColumnFlowThread()); in createOrDestroyMultiColumnFlowThreadIfNeeded()2891 if (type == NoFlowThread || multiColumnFlowThread()) in createOrDestroyMultiColumnFlowThreadIfNeeded()
169 …RenderMultiColumnFlowThread* multiColumnFlowThread() const { return m_rareData ? m_rareData->m_mul… in multiColumnFlowThread() function