Home
last modified time | relevance | path

Searched refs:isRelPositioned (Results 1 – 11 of 11) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderBoxModelObject.cpp144 if (!child->isAnonymousBlock() || !child->isRelPositioned()) in accumulateInFlowPositionOffsets()
149 if (p->isRelPositioned()) { in accumulateInFlowPositionOffsets()
256 if (isRelPositioned()) in adjustedPositionRelativeToOffsetParent()
279 return isRelPositioned() ? relativePositionOffset() : LayoutSize(); in offsetForInFlowPosition()
DRenderInline.cpp155 if (p->isRelPositioned()) in inFlowPositionedInlineAncestor()
773 if (isRelPositioned()) in renderName()
1132 if (isRelPositioned()) in offsetFromContainer()
1311 ASSERT(isRelPositioned()); in offsetForInFlowPositionedInline()
1312 if (!isRelPositioned()) in offsetForInFlowPositionedInline()
DRenderMarquee.cpp212 if (isRelPositioned()) in renderName()
DRenderBox.cpp1183 if (childBox->isRelPositioned()) in foregroundIsKnownToBeOpaqueInRect()
1619 if (isRelPositioned()) in offsetFromContainer()
1652 if (style()->position() == AbsolutePosition && o->isRelPositioned() && o->isRenderInline()) in offsetFromContainer()
1713 …ASSERT(isOutOfFlowPositioned() && container()->isRenderInline() && container()->isRelPositioned()); in moveWithEdgeOfInlineContainerIfNecessary()
1806 if (position == AbsolutePosition && o->isRelPositioned() && o->isRenderInline()) { in mapRectToPaintInvalidationBacking()
2707 ASSERT(containingBlock->isRenderInline() && containingBlock->isRelPositioned()); in containingBlockLogicalWidthForPositioned()
2750 ASSERT(containingBlock->isRenderInline() && containingBlock->isRelPositioned()); in containingBlockLogicalHeightForPositioned()
2781 if (toRenderBox(curr)->isRelPositioned()) in computeInlineStaticDistance()
2784 if (curr->isRelPositioned()) { in computeInlineStaticDistance()
2800 if (toRenderBox(curr)->isRelPositioned()) in computeInlineStaticDistance()
[all …]
DRenderInline.h141 …virtual LayerType layerTypeRequired() const OVERRIDE { return isRelPositioned() || createsGroup() … in layerTypeRequired()
DRenderObject.h538 bool isRelPositioned() const { return m_bitfields.isRelPositioned(); } // relative positioning in isRelPositioned() function
1296 bool isRelPositioned() const { return m_positionedState == IsRelativelyPositioned; } in isRelPositioned() function
DRenderBlock.cpp408 if (container->isRelPositioned() && container->isRenderInline()) { in invalidatePaintOfSubtreesIfNeeded()
1956 if (curr->isRelPositioned() && curr->hasLayer()) { in blockSelectionGaps()
2609 if (child->isRelPositioned()) in positionForPointRespectingEditingBoundaries()
4211 if (isRelPositioned()) in renderName()
DRenderDeprecatedFlexibleBox.cpp1072 if (isRelPositioned()) in renderName()
DRenderGrid.cpp1394 if (isRelPositioned()) in renderName()
DRenderLayer.cpp815 …if (positionedParent->renderer()->isRelPositioned() && positionedParent->renderer()->isRenderInlin… in location()
850 …return renderer()->isRelPositioned() ? toRenderBoxModelObject(renderer())->offsetForInFlowPosition… in offsetForInFlowPosition()
DRenderObject.cpp1928 if (child->isRelPositioned() && toRenderBlock(child)->isAnonymousBlockContinuation()) in propagateStyleToAnonymousChildren()