Home | History | Annotate | Download | only in rendering

Lines Matching refs:FixedPosition

366     const bool isRootFixedPos = position == FixedPosition && containingBlock->enclosingLayer() == rootLayer;
367 const bool otherIsRootFixedPos = otherPosition == FixedPosition && otherContainingBlock->enclosingLayer() == rootLayer;
1516 RenderFlowThread* fixedFlowThreadContainer = position == FixedPosition ? renderer->flowThreadContainingBlock() : 0;
1525 if (position == FixedPosition && !fixedFlowThreadContainer && (!ancestorLayer || ancestorLayer == renderer->view()->layer())) {
1536 if (position == FixedPosition && !fixedFlowThreadContainer) {
1570 if (position == AbsolutePosition || position == FixedPosition) {