Searched refs:isRenderFlowThread (Results 1 – 13 of 13) sorted by relevance
85 if (pageLogicalHeight || m_columnInfo || renderer->isRenderFlowThread()) { in LayoutState()122 m_isPaginated = m_pageLogicalHeight || m_columnInfo || renderer->isRenderFlowThread(); in LayoutState()
60 virtual bool isRenderFlowThread() const OVERRIDE FINAL { return true; } in isRenderFlowThread() function298 DEFINE_RENDER_OBJECT_TYPE_CASTS(RenderFlowThread, isRenderFlowThread());
282 if (newState != flowThreadState() && !isRenderFlowThread()) in setParent()379 virtual bool isRenderFlowThread() const { return false; } in isRenderFlowThread() function381 … bool isInFlowRenderFlowThread() const { return isRenderFlowThread() && !isOutOfFlowPositioned(); } in isInFlowRenderFlowThread()382 …bool isOutOfFlowRenderFlowThread() const { return isRenderFlowThread() && isOutOfFlowPositioned();… in isOutOfFlowRenderFlowThread()497 … && style()->styleType() == NOPSEUDO && isRenderBlock() && !isListMarker() && !isRenderFlowThread() in isAnonymousBlock()
204 …if (current->hasColumns() || current->hasTransform() || current->isRenderFlowThread() || current->… in canMapBetweenRenderers()
287 if (child->isRenderFlowThread()) in setFlowThreadStateIncludingDescendants()618 if (curr->isRenderFlowThread()) in locateFlowThreadContainingBlock()1415 if (repaintContainer->isRenderFlowThread()) { in repaintUsingContainer()2323 *offsetDependsOnPoint = hasColumns() || o->isRenderFlowThread(); in offsetFromContainer()2703 … if (destroyRootParent->isRenderFlowThread() || destroyRootParent->isAnonymousColumnSpanBlock()) in destroyAndCleanupAnonymousWrappers()
148 if (isRenderFlowThread()) in clearRenderBoxRegionInfo()2015 *offsetDependsOnPoint |= o->isRenderFlowThread(); in offsetFromContainer()2591 …if (isRenderFlowThread() || !flowThread || !canHaveBoxInfoInRegion() || flowThread->style()->writi… in renderBoxRegionInfo()3109 if (h.isPercent() && isOutOfFlowPositioned() && !isRenderFlowThread()) { in availableLogicalHeightUsing()3188 if (containingBlock->isRenderFlowThread() && !checkForPerpendicularWritingMode) in containingBlockLogicalWidthForPositioned()3246 …if (flowThread && containingBlock->isRenderFlowThread() && flowThread->isHorizontalWritingMode() =… in containingBlockLogicalHeightForPositioned()4455 if (child->isRenderFlowThread()) in addOverflowFromChild()
145 if (curr->hasColumns() || curr->isRenderFlowThread()) in inNormalFlow()330 if (isRenderFlowThread()) in layoutBlock()839 …&& !blockFlow->isRenderFlowThread() && !blockFlow->isWritingModeRoot() && !blockFlow->parent()->is… in MarginInfo()
761 if (columnsBlockAncestor != this && !isRenderFlowThread()) { in addChildIgnoringAnonymousColumnBlocks()1359 while (currentBlock && !currentBlock->isRenderFlowThread() && currentBlock != container) { in logicalOffsetFromShapeAncestorContainer()1526 } else if (isRenderFlowThread()) { in checkForPaginationLogicalHeightChange()1759 if (isRenderFlowThread()) in simplifiedLayout()2390 || isRenderFlowThread()) in isSelectionRoot()2788 if (o->isRenderFlowThread()) in insertPositionedObject()
724 …derBlock* current = this; current && current != other && !current->isRenderFlowThread(); current =… in allowsShapeInsideInfoSharing()
1118 while (currentBlock && !currentBlock->isRenderFlowThread()) { in offsetFromLogicalTopOfFirstRegion()
207 if (newChild && !newChild->isRenderFlowThread()) { in addChild()
1139 || container->isRenderFlowThread(); in offsetFromContainer()
2725 if (o->isRenderFlowThread() && isRenderBlock()) { in mapAbsoluteToLocalPoint()