HomeSort by relevance Sort by last modified time
    Searched refs:isPositioned (Results 1 - 21 of 21) sorted by null

  /external/webkit/Source/WebCore/rendering/
RenderFlexibleBox.cpp 141 if (child->isPositioned() || child->style()->visibility() == COLLAPSE)
154 if (child->isPositioned() || child->style()->visibility() == COLLAPSE)
303 if (!child->isPositioned() && child->style()->boxFlex() > 0.0f) {
357 if (child->isPositioned())
405 if (child->isPositioned()) {
555 if (child->isPositioned())
566 if (child->isPositioned())
587 if (child->isPositioned())
640 if (child->isPositioned()) {
    [all...]
LayoutState.cpp 46 bool fixed = renderer->isPositioned() && renderer->style()->position() == FixedPosition;
54 if (renderer->isPositioned() && !fixed) {
InlineIterator.h 145 if (!oldEndOfInline && !current->isFloating() && !current->isReplaced() && !current->isPositioned() && !current->isText()) {
178 if (next->isText() || next->isFloating() || next->isReplaced() || next->isPositioned()
209 if (o && !o->isText() && !o->isReplaced() && !o->isFloating() && !o->isPositioned())
RenderBoxModelObject.h 66 virtual bool requiresLayer() const { return isRoot() || isPositioned() || isRelPositioned() || isTransparent() || hasOverflowClip() || hasTransform() || hasMask() || hasReflection() || style()->specifiesColumns() || style()->hasFixedBackgroundImage(); }
68 virtual bool requiresLayer() const { return isRoot() || isPositioned() || isRelPositioned() || isTransparent() || hasOverflowClip() || hasTransform() || hasMask() || hasReflection() || style()->specifiesColumns(); }
InlineFlowBox.cpp 108 if (descendantsHaveSameLineHeightAndBaseline() && !child->renderer()->isPositioned()) {
145 if (!child->renderer()->isPositioned()) {
369 if (curr->renderer()->isPositioned()) {
423 if (curr->renderer()->isPositioned())
456 if (curr->renderer()->isPositioned())
523 if (curr->renderer()->isPositioned())
592 if (curr->renderer()->isPositioned())
712 if (curr->renderer()->isPositioned())
    [all...]
RenderBlockLineLayout.cpp 136 (obj->isPositioned() && !obj->style()->isOriginalDisplayInlineType() && !obj->container()->isRenderInline()))
443 if (!r->m_box || r->m_object->isPositioned() || r->m_box->isLineBreak())
508 if (!runWithNextObject->m_object->isPositioned() && !runWithNextObject->m_box->isLineBreak()) {
624 if (r->m_object->isPositioned())
    [all...]
RenderBox.cpp 251 if (isPositioned()) {
278 if (isFloating() && !isPositioned() && (newStyle->position() == AbsolutePosition || newStyle->position() == FixedPosition))
309 if (isPositioned() && style()->hasStaticBlockPosition(isHorizontalWritingMode()) && oldStyle->marginBefore() != style()->marginBefore()
369 setFloating(!isPositioned() && style()->isFloating());
    [all...]
RenderTable.cpp 118 bool wrapInAnonymousSection = !child->isPositioned();
225 if (isPositioned())
402 if (!isPositioned())
448 if (isPositioned())
    [all...]
RenderObject.h 404 bool isPositioned() const { return m_positioned; } // absolute or fixed positioning
431 bool hasClip() const { return isPositioned() && style()->hasClip(); }
661 bool isFloatingOrPositioned() const { return (isFloating() || isPositioned()); }
    [all...]
RenderListItem.cpp 161 if (currChild->isFloating() || currChild->isPositioned())
RenderObjectChildList.cpp 101 if (oldChild->isPositioned() && owner->childrenInline())
AutoTableLayout.cpp 196 if ((tw.isAuto() || tw.isPercent()) && !table->isPositioned()) {
199 cb->style()->width().isAuto() && !cb->isPositioned())
    [all...]
RenderLayer.cpp 503 if (prevBlock->isPositioned())
695 if (!renderer()->isPositioned() && renderer()->parent()) {
714 if (renderer()->isPositioned() && enclosingPositionedAncestor()) {
721 if (renderer()->isPositioned() && positionedParent->renderer()->isRelPositioned() && positionedParent->renderer()->isRenderInline()) {
812 return o->isRenderView() || o->isPositioned() || o->isRelPositioned() || layer->hasTransform();
    [all...]
RenderBoxModelObject.cpp 439 if (!isPositioned()) {
449 if (offsetPar->isBox() && offsetPar->isBody() && !offsetPar->isRelPositioned() && !offsetPar->isPositioned())
473 if (!isPositioned()) {
483 if (offsetPar->isBox() && offsetPar->isBody() && !offsetPar->isRelPositioned() && !offsetPar->isPositioned())
    [all...]
RenderImage.cpp 484 if (RenderObject* cb = isPositioned() ? container() : containingBlock()) {
RenderLayer.h 328 bool isFixed() const { return renderer()->isPositioned() && renderer()->style()->position() == FixedPosition; }
    [all...]
RenderObject.cpp     [all...]
RenderBlock.cpp 97 m_canCollapseWithChildren = !block->isRenderView() && !block->isRoot() && !block->isPositioned()
230 if (containsFloats() && !isFloating() && !isPositioned() && (newStyle->position() == AbsolutePosition || newStyle->position() == FixedPosition))
    [all...]
RenderLayerCompositor.cpp 641 && currentLayer->renderer()->isPositioned()) {
    [all...]
  /external/webkit/Source/WebCore/editing/
DeleteButtonController.cpp 106 if (renderer->isPositioned())
  /external/webkit/Source/WebCore/platform/graphics/android/
GraphicsLayerAndroid.cpp 248 if (view->isPositioned() && view->style()->position() == FixedPosition) {
290 } else if (view->isPositioned() && view->style()->position() == AbsolutePosition) {
    [all...]

Completed in 889 milliseconds