Home
last modified time | relevance | path

Searched refs:isPositioned (Results 1 – 20 of 20) sorted by relevance

/external/webkit/Source/WebCore/rendering/
DRenderFlexibleBox.cpp126 if (child->isPositioned() || child->style()->visibility() == COLLAPSE) in calcHorizontalPrefWidths()
150 if (child->isPositioned() || child->style()->visibility() == COLLAPSE) in calcVerticalPrefWidths()
310 if (!child->isPositioned() && child->style()->boxFlex() > 0.0f) { in gatherFlexChildrenInfo()
368 if (child->isPositioned()) { in layoutHorizontalBox()
421 if (child->isPositioned()) { in layoutHorizontalBox()
583 if (child->isPositioned()) { in layoutHorizontalBox()
598 if (child->isPositioned()) { in layoutHorizontalBox()
624 if (child->isPositioned()) { in layoutHorizontalBox()
682 if (child->isPositioned()) { in layoutVerticalBox()
855 if (child->isPositioned()) { in layoutVerticalBox()
[all …]
DInlineIterator.h145 …line && !current->isFloating() && !current->isReplaced() && !current->isPositioned() && !current->…
178 if (next->isText() || next->isFloating() || next->isReplaced() || next->isPositioned()
209 if (o && !o->isText() && !o->isReplaced() && !o->isFloating() && !o->isPositioned())
DLayoutState.cpp46 bool fixed = renderer->isPositioned() && renderer->style()->position() == FixedPosition; in LayoutState()
54 if (renderer->isPositioned() && !fixed) { in LayoutState()
DInlineFlowBox.cpp108 if (descendantsHaveSameLineHeightAndBaseline() && !child->renderer()->isPositioned()) { in addToLine()
145 if (!child->renderer()->isPositioned()) { in addToLine()
369 if (curr->renderer()->isPositioned()) { in placeBoxesInInlineDirection()
423 if (curr->renderer()->isPositioned()) in requiresIdeographicBaseline()
456 if (curr->renderer()->isPositioned()) in adjustMaxAscentAndDescent()
523 if (curr->renderer()->isPositioned()) in computeLogicalBoxHeights()
592 if (curr->renderer()->isPositioned()) in placeBoxesInBlockDirection()
712 if (curr->renderer()->isPositioned()) in flipLinesInBlockDirection()
842 if (curr->renderer()->isPositioned()) in computeOverflow()
1310 if (curr->renderer()->isPositioned()) in computeOverAnnotationAdjustment()
[all …]
DRenderBox.cpp251 if (isPositioned()) { in removeFloatingOrPositionedChildFromBlockLists()
278 …if (isFloating() && !isPositioned() && (newStyle->position() == AbsolutePosition || newStyle->posi… in styleWillChange()
309 …if (isPositioned() && style()->hasStaticBlockPosition(isHorizontalWritingMode()) && oldStyle->marg… in styleDidChange()
369 setFloating(!isPositioned() && style()->isFloating()); in updateBoxModelInfoFromStyle()
1324 if (isPositioned()) { in positionLineBox()
1437 if (isWritingModeRoot() && !isPositioned()) in computeRectForRepaint()
1548 if (isPositioned()) { in computeLogicalWidth()
1780 if (isPositioned()) { in computeLogicalHeight()
1914 …while (!cb->isRenderView() && !cb->isBody() && !cb->isTableCell() && !cb->isPositioned() && cb->st… in computePercentageLogicalHeight()
1926 …bool isPositionedWithSpecifiedHeight = cb->isPositioned() && (!cb->style()->logicalHeight().isAuto… in computePercentageLogicalHeight()
[all …]
DRenderBlockLineLayout.cpp136 …(obj->isPositioned() && !obj->style()->isOriginalDisplayInlineType() && !obj->container()->isRende… in appendRunsForObject()
443 if (!r->m_box || r->m_object->isPositioned() || r->m_box->isLineBreak()) in computeInlineDirectionPositionsForLine()
508 … if (!runWithNextObject->m_object->isPositioned() && !runWithNextObject->m_box->isLineBreak()) { in computeInlineDirectionPositionsForLine()
624 if (r->m_object->isPositioned()) in computeBlockDirectionPositionsForLine()
776 bool positioned = isPositioned(); in layoutInlineChildren()
799 if (o->isReplaced() || o->isFloating() || o->isPositioned()) { in layoutInlineChildren()
809 if (o->isPositioned()) in layoutInlineChildren()
880 if (obj->isFloating() || obj->isPositioned()) { in layoutInlineChildren()
1593 } else if (object->isPositioned()) in skipTrailingWhitespace()
1606 else if (object->isPositioned()) in skipLeadingWhitespace()
[all …]
DRenderTable.cpp117 bool wrapInAnonymousSection = !child->isPositioned(); in addChild()
224 if (isPositioned()) in computeLogicalWidth()
401 if (!isPositioned()) in layout()
447 if (isPositioned()) in layout()
DRenderBoxModelObject.h65 …virtual bool requiresLayer() const { return isRoot() || isPositioned() || isRelPositioned() || isT… in requiresLayer()
DRenderObject.h402 bool isPositioned() const { return m_positioned; } // absolute or fixed positioning in isPositioned() function
429 bool hasClip() const { return isPositioned() && style()->hasClip(); } in hasClip()
659 bool isFloatingOrPositioned() const { return (isFloating() || isPositioned()); } in isFloatingOrPositioned()
DAutoTableLayout.cpp196 if ((tw.isAuto() || tw.isPercent()) && !table->isPositioned()) { in shouldScaleColumns()
199 cb->style()->width().isAuto() && !cb->isPositioned()) in shouldScaleColumns()
DRenderLayer.cpp502 if (prevBlock->isPositioned()) in checkContainingBlockChainForPagination()
694 if (!renderer()->isPositioned() && renderer()->parent()) { in updateLayerPosition()
713 if (renderer()->isPositioned() && enclosingPositionedAncestor()) { in updateLayerPosition()
720 …if (renderer()->isPositioned() && positionedParent->renderer()->isRelPositioned() && positionedPar… in updateLayerPosition()
811 return o->isRenderView() || o->isPositioned() || o->isRelPositioned() || layer->hasTransform(); in isPositionedContainer()
3437 if (renderer()->isPositioned() || renderer()->isRelPositioned()) in calculateClipRects()
3468 (renderer()->isPositioned() ? parentRects.posClipRect() : in backgroundClipRect()
4037 && !renderer()->isPositioned() in shouldBeNormalFlowOnly()
DRenderListItem.cpp161 if (currChild->isFloating() || currChild->isPositioned()) in getParentOfFirstLineBox()
DRenderObjectChildList.cpp101 if (oldChild->isPositioned() && owner->childrenInline()) in removeChildNode()
DRenderBlock.cpp97 m_canCollapseWithChildren = !block->isRenderView() && !block->isRoot() && !block->isPositioned() in MarginInfo()
230 …if (containsFloats() && !isFloating() && !isPositioned() && (newStyle->position() == AbsolutePosit… in styleWillChange()
1528 if (child->isPositioned()) { in handlePositionedChild()
2038 … if (atBeforeSideOfBlock && oldTop == logicalTopBeforeClear && !isPositioned() && !isTableCell()) { in layoutBlockChild()
2127 if (!o->isPositioned() && (o->isReplaced() || o->isFloating())) { in simplifiedNormalFlowLayout()
2146 if (!box->isPositioned()) in simplifiedNormalFlowLayout()
4686 (!current->isFloating() && !current->isReplaced() && !current->isPositioned()))) in next()
4711 …if (!result->isPositioned() && (result->isText() || result->isFloating() || result->isReplaced() |… in next()
5036 if (child->isPositioned()) { in computeBlockPreferredLogicalWidths()
6097 …if (lineBox == firstRootBox() && totalLogicalHeight < pageLogicalHeight && !isPositioned() && !isT… in adjustLinePositionForPagination()
[all …]
DRenderImage.cpp484 if (RenderObject* cb = isPositioned() ? container() : containingBlock()) { in computeReplacedLogicalWidth()
DRenderBoxModelObject.cpp439 if (!isPositioned()) { in offsetLeft()
449 …Par->isBox() && offsetPar->isBody() && !offsetPar->isRelPositioned() && !offsetPar->isPositioned()) in offsetLeft()
473 if (!isPositioned()) { in offsetTop()
483 …Par->isBox() && offsetPar->isBody() && !offsetPar->isRelPositioned() && !offsetPar->isPositioned()) in offsetTop()
DRenderObject.cpp1700 else if (isPositioned() && (m_style->position() != newStyle->position())) in styleWillChange()
2483 if (isRoot() || isBody() || (isPositioned() && style()->position() == FixedPosition)) in offsetParent()
2498 bool skipTables = isPositioned() || isRelPositioned(); in offsetParent()
2501 …while (curr && (!curr->node() || (!curr->isPositioned() && !curr->isRelPositioned() && !curr->isBo… in offsetParent()
DRenderLayer.h350 …bool isFixed() const { return renderer()->isPositioned() && renderer()->style()->position() == Fix… in isFixed()
/external/webkit/Source/WebCore/editing/
DDeleteButtonController.cpp106 if (renderer->isPositioned()) in isDeletableElement()
/external/webkit/Source/WebCore/platform/graphics/android/
DGraphicsLayerAndroid.cpp235 if (view->isPositioned() && view->style()->position() == FixedPosition) { in updateFixedPosition()