Searched refs:FixedPosition (Results 1 – 19 of 19) sorted by relevance
36 if (current->style()->position() == FixedPosition) { in findParentLayerOnClippingContainerChain()40 … if (current->style()->position() == FixedPosition && current->hasClipOrOverflowClip()) { in findParentLayerOnClippingContainerChain()
89 if (renderer->style()->position() == FixedPosition && container->isRenderView()) in toNormalizedRect()
44 bool fixed = renderer.style()->position() == FixedPosition; in PaintInvalidationState()
57 if (position == FixedPosition) { in adjustClipRectsForChildren()312 if (position == FixedPosition) in backgroundClipRectForPosition()
56 bool fixed = renderer.isOutOfFlowPositioned() && renderer.style()->position() == FixedPosition; in LayoutState()
106 fullscreenStyle->setPosition(FixedPosition); in createFullScreenStyle()
201 if (style->position() == FixedPosition || style->isFlippedBlocksWritingMode()) in canMapBetweenRenderers()
1565 bool isFixedPos = style()->position() == FixedPosition; in mapLocalToContainer()1602 bool isFixedPos = style()->position() == FixedPosition; in mapAbsoluteToLocalPoint()1766 …intInvalidationState->canMapToContainer(paintInvalidationContainer) && position != FixedPosition) { in mapRectToPaintInvalidationBacking()1816 …if (position != AbsolutePosition && position != FixedPosition && o->hasColumns() && o->isRenderBlo… in mapRectToPaintInvalidationBacking()1841 …aintInvalidationBacking(paintInvalidationContainer, rect, position == FixedPosition ? RenderView::… in mapRectToPaintInvalidationBacking()2696 if (style()->position() == FixedPosition && containingBlock->isRenderView()) { in containingBlockLogicalWidthForPositioned()2736 if (style()->position() == FixedPosition && containingBlock->isRenderView()) { in containingBlockLogicalHeightForPositioned()
804 ASSERT(style()->position() == FixedPosition); in containerForFixedPosition()821 if (!isText() && m_style->position() == FixedPosition) { in containingBlock()2304 if (pos == FixedPosition) { in container()2930 if (isOutOfFlowPositioned() && style()->position() == FixedPosition) in offsetParent()
618 bool isFixedPos = !isInline && style()->position() == FixedPosition; in pushMappingToContainer()
298 …return renderer()->style()->position() == FixedPosition && renderer()->containerForFixedPosition()… in scrollsWithViewport()1345 …RenderFlowThread* fixedFlowThreadContainer = position == FixedPosition ? renderer->flowThreadConta… in accumulateOffsetTowardsAncestor()1354 …if (position == FixedPosition && !fixedFlowThreadContainer && (!ancestorLayer || ancestorLayer == … in accumulateOffsetTowardsAncestor()1365 if (position == FixedPosition && !fixedFlowThreadContainer) { in accumulateOffsetTowardsAncestor()1399 if (position == AbsolutePosition || position == FixedPosition) { in accumulateOffsetTowardsAncestor()
680 ASSERT((position != AbsolutePosition && position != FixedPosition) || isBox()); in setPositionState()
1506 if (positionedObject->style()->position() != FixedPosition) in addOverflowFromPositionedObjects()1624 if (child->style()->position() != FixedPosition) in markFixedPositionObjectForLayoutIfNeeded()4308 if (!block->recalcOverflowAfterStyleChange() || box->style()->position() == FixedPosition) in recalcChildOverflowAfterStyleChange()
2917 …canCenterDialog = (style()->position() == AbsolutePosition || style()->position() == FixedPosition) in positionDialog()2933 … LayoutUnit top = (style()->position() == FixedPosition) ? 0 : frameView->scrollOffset().height(); in positionDialog()
90 FixedPosition = 6 enumerator
457 …OutOfFlowPosition() const { return position() == AbsolutePosition || position() == FixedPosition; } in hasOutOfFlowPosition()459 bool hasViewportConstrainedPosition() const { return position() == FixedPosition; } in hasViewportConstrainedPosition()
190 || style->position() == FixedPosition in adjustRenderStyle()
195 if (layer->renderer()->style()->position() == FixedPosition) { in computePositionConstraint()895 ASSERT(renderer->style()->position() == FixedPosition); in hasVisibleSlowRepaintViewportConstrainedObjects()
2109 case FixedPosition: in CSSPrimitiveValue()2126 return FixedPosition; in EPosition()