Home
last modified time | relevance | path

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

/external/webkit/WebCore/rendering/
DRenderFlexibleBox.cpp125 if (child->isPositioned() || child->style()->visibility() == COLLAPSE) in calcHorizontalPrefWidths()
149 if (child->isPositioned() || child->style()->visibility() == COLLAPSE) in calcVerticalPrefWidths()
314 if (!child->isPositioned() && child->style()->boxFlex() > 0.0f) { in gatherFlexChildrenInfo()
372 if (child->isPositioned()) { in layoutHorizontalBox()
422 if (child->isPositioned()) { in layoutHorizontalBox()
585 if (child->isPositioned()) { in layoutHorizontalBox()
600 if (child->isPositioned()) { in layoutHorizontalBox()
626 if (child->isPositioned()) { in layoutHorizontalBox()
669 if (!child->isPositioned()) { in layoutVerticalBox()
693 … if (child->isPositioned() || !child->style()->height().isAuto() || !child->isBlockFlow()) in layoutVerticalBox()
[all …]
DLayoutState.cpp44 bool fixed = renderer->isPositioned() && renderer->style()->position() == FixedPosition; in LayoutState()
55 } else if (renderer->isPositioned() && !fixed) { in LayoutState()
DInlineIterator.h82 …line && !current->isFloating() && !current->isReplaced() && !current->isPositioned() && !current->…
134 if (next->isText() || next->isFloating() || next->isReplaced() || next->isPositioned()
174 if (o && !o->isText() && !o->isReplaced() && !o->isFloating() && !o->isPositioned())
DRenderBox.cpp128 if (isPositioned()) { in removeFloatingOrPositionedChildFromBlockLists()
156 …if (isFloating() && !isPositioned() && (newStyle->position() == AbsolutePosition || newStyle->posi… in styleWillChange()
203 setFloating(!isPositioned() && style()->isFloating()); in updateBoxModelInfoFromStyle()
1086 if (isPositioned()) { in positionLineBox()
1279 if (isPositioned()) { in calcWidth()
1488 if (isPositioned()) in calcHeight()
1596 …while (!cb->isRenderView() && !cb->isBody() && !cb->isTableCell() && !cb->isPositioned() && cb->st… in calcPercentageHeight()
1605 …bool isPositionedWithSpecifiedHeight = cb->isPositioned() && (!cb->style()->height().isAuto() || (… in calcPercentageHeight()
1647 } else if (cb->isRoot() && isPositioned()) in calcPercentageHeight()
1680 …const int cw = isPositioned() ? containingBlockWidthForPositioned(toRenderBoxModelObject(container… in calcReplacedWidthUsing()
[all …]
DRenderBlockLineLayout.cpp141 …(obj->isPositioned() && !obj->style()->hasStaticX() && !obj->style()->hasStaticY() && !obj->contai… in appendRunsForObject()
339 if (!r->m_box || r->m_object->isPositioned() || r->m_box->isLineBreak()) in computeHorizontalPositionsForLine()
501 if (r->m_object->isPositioned()) in computeVerticalPositionsForLine()
578 bool positioned = isPositioned(); in layoutInlineChildren()
598 if (o->isReplaced() || o->isFloating() || o->isPositioned()) { in layoutInlineChildren()
608 if (o->isPositioned()) in layoutInlineChildren()
669 if (obj->isFloating() || obj->isPositioned()) { in layoutInlineChildren()
1302 } else if (object->isPositioned()) { in skipTrailingWhitespace()
1338 } else if (object->isPositioned()) { in skipLeadingWhitespace()
1515 } else if (o->isPositioned()) { in findNextLineBreak()
DRenderBoxModelObject.h62 …virtual bool requiresLayer() const { return isRoot() || isPositioned() || isRelPositioned() || isT… in requiresLayer()
DRenderTableCell.h122 …virtual bool requiresLayer() const { return isPositioned() || isTransparent() || hasOverflowClip()… in requiresLayer()
DInlineFlowBox.cpp304 if (curr->renderer()->isPositioned()) { in placeBoxesHorizontally()
357 if (curr->renderer()->isPositioned()) in adjustMaxAscentAndDescent()
406 if (curr->renderer()->isPositioned()) in computeLogicalBoxHeights()
476 if (curr->renderer()->isPositioned()) in placeBoxesVertically()
553 if (curr->renderer()->isPositioned()) in computeVerticalOverflow()
DRenderTable.cpp109 bool wrapInAnonymousSection = !child->isPositioned(); in addChild()
212 if (isPositioned()) in calcWidth()
384 if (!isPositioned()) in layout()
437 if (isPositioned()) in layout()
DRenderObject.h374 bool isPositioned() const { return m_positioned; } // absolute or fixed positioning in isPositioned() function
399 bool hasClip() const { return isPositioned() && style()->hasClip(); } in hasClip()
648 bool isFloatingOrPositioned() const { return (isFloating() || isPositioned()); } in isFloatingOrPositioned()
DRenderListItem.cpp169 if (currChild->isFloating() || currChild->isPositioned()) in getParentOfFirstLineBox()
DRenderBoxModelObject.cpp355 if (!isPositioned()) { in offsetLeft()
365 …Par->isBox() && offsetPar->isBody() && !offsetPar->isRelPositioned() && !offsetPar->isPositioned()) in offsetLeft()
389 if (!isPositioned()) { in offsetTop()
399 …Par->isBox() && offsetPar->isBody() && !offsetPar->isRelPositioned() && !offsetPar->isPositioned()) in offsetTop()
DAutoTableLayout.cpp218 if ((tw.isAuto() || tw.isPercent()) && !table->isPositioned()) { in shouldScaleColumns()
221 cb->style()->width().isAuto() && !cb->isPositioned()) in shouldScaleColumns()
DRenderLayer.cpp540 if (!renderer()->isPositioned() && renderer()->parent()) { in updateLayerPosition()
570 if (renderer()->isPositioned() && enclosingPositionedAncestor()) { in updateLayerPosition()
576 …if (renderer()->isPositioned() && positionedParent->renderer()->isRelPositioned() && positionedPar… in updateLayerPosition()
668 return o->isRenderView() || o->isPositioned() || o->isRelPositioned() || layer->hasTransform(); in isPositionedContainer()
2804 if (renderer()->isPositioned() || renderer()->isRelPositioned()) in calculateClipRects()
2835 (renderer()->isPositioned() ? parentRects.posClipRect() : in backgroundClipRect()
3356 !renderer()->isPositioned() && in shouldBeNormalFlowOnly()
DRenderObjectChildList.cpp104 if (oldChild->isPositioned() && owner->childrenInline()) in removeChildNode()
DRenderObject.cpp1646 else if (isPositioned() && (m_style->position() != newStyle->position())) in styleWillChange()
2423 if (isRoot() || isBody() || (isPositioned() && style()->position() == FixedPosition)) in offsetParent()
2437 bool skipTables = isPositioned() || isRelPositioned(); in offsetParent()
2441 (!curr->isPositioned() && !curr->isRelPositioned() && !curr->isBody()))) { in offsetParent()
DRenderLayer.h325 …bool isFixed() const { return renderer()->isPositioned() && renderer()->style()->position() == Fix… in isFixed()
DRenderImage.cpp587 if (RenderObject* cb = isPositioned() ? container() : containingBlock()) { in calcReplacedWidth()
DRenderBlock.cpp97 …m_canCollapseWithChildren = !block->isRenderView() && !block->isRoot() && !block->isPositioned() && in MarginInfo()
943 if (child->isPositioned()) { in handlePositionedChild()
3995 (!current->isFloating() && !current->isReplaced() && !current->isPositioned()))) in next()
4020 …if (!result->isPositioned() && (result->isText() || result->isFloating() || result->isReplaced() |… in next()
4342 if (child->isPositioned()) { in calcBlockPrefWidths()
5145 if (isPositioned()) in renderName()
/external/webkit/WebCore/editing/
DDeleteButtonController.cpp106 if (renderer->isPositioned()) in isDeletableElement()
/external/webkit/WebCore/platform/graphics/android/
DGraphicsLayerAndroid.cpp231 if (view->isPositioned() && view->style()->position() == FixedPosition) { in updateFixedPosition()