Home
last modified time | relevance | path

Searched refs:isRenderFlowThread (Results 1 – 13 of 13) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DLayoutState.cpp85 if (pageLogicalHeight || m_columnInfo || renderer->isRenderFlowThread()) { in LayoutState()
122 m_isPaginated = m_pageLogicalHeight || m_columnInfo || renderer->isRenderFlowThread(); in LayoutState()
DRenderFlowThread.h60 virtual bool isRenderFlowThread() const OVERRIDE FINAL { return true; } in isRenderFlowThread() function
298 DEFINE_RENDER_OBJECT_TYPE_CASTS(RenderFlowThread, isRenderFlowThread());
DRenderObject.h282 if (newState != flowThreadState() && !isRenderFlowThread()) in setParent()
379 virtual bool isRenderFlowThread() const { return false; } in isRenderFlowThread() function
381 … 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()
DRenderGeometryMap.cpp204 …if (current->hasColumns() || current->hasTransform() || current->isRenderFlowThread() || current->… in canMapBetweenRenderers()
DRenderObject.cpp287 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()
DRenderBox.cpp148 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()
DRenderBlockFlow.cpp145 if (curr->hasColumns() || curr->isRenderFlowThread()) in inNormalFlow()
330 if (isRenderFlowThread()) in layoutBlock()
839 …&& !blockFlow->isRenderFlowThread() && !blockFlow->isWritingModeRoot() && !blockFlow->parent()->is… in MarginInfo()
DRenderBlock.cpp761 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()
DRenderBlock.h724 …derBlock* current = this; current && current != other && !current->isRenderFlowThread(); current =… in allowsShapeInsideInfoSharing()
DRenderFlowThread.cpp1118 while (currentBlock && !currentBlock->isRenderFlowThread()) { in offsetFromLogicalTopOfFirstRegion()
DRenderView.cpp207 if (newChild && !newChild->isRenderFlowThread()) { in addChild()
DRenderInline.cpp1139 || container->isRenderFlowThread(); in offsetFromContainer()
DRenderBoxModelObject.cpp2725 if (o->isRenderFlowThread() && isRenderBlock()) { in mapAbsoluteToLocalPoint()