Home | History | Annotate | Download | only in rendering

Lines Matching refs:Fixed

413 void RenderLayer::updateRepaintRectsAfterScroll(bool fixed)
415 if (fixed || renderer()->style()->position() == FixedPosition) {
417 fixed = true;
419 // Transforms act as fixed position containers, so nothing inside a
420 // transformed element can be fixed relative to the viewport if the
421 // transformed element is not fixed itself or child of a fixed element.
426 child->updateRepaintRectsAfterScroll(fixed);
796 // When using composited fixed elements, they are turned into a stacking
799 // composited fixed elements turned on, this will return true for them,
1161 // If the fixed layer's container is the root, just add in the offset of the view. We can obtain this by calling
1170 // For a fixed layers, we need to walk up to the root to see if there's a fixed position container
1172 // so we should always find the ancestor at or before we find the fixed position container.
1366 // layer or contains fixed backgrounds, etc.).
2355 // contains fixed positioned elements).
3420 // A fixed object is essentially the root of its containing block hierarchy, so when
3440 if (view && clipRects.fixed() && rootLayer->renderer() == view) {
3491 if (view && parentRects.fixed() && rootLayer->renderer() == view)
4198 transform.operations().append(TranslateTransformOperation::create(Length(0, Fixed), Length(100., Percent), TransformOperation::TRANSLATE));
4199 transform.operations().append(TranslateTransformOperation::create(Length(0, Fixed), renderer()->style()->boxReflect()->offset(), TransformOperation::TRANSLATE));
4204 transform.operations().append(TranslateTransformOperation::create(Length(0, Fixed), Length(100., Percent), TransformOperation::TRANSLATE));
4205 transform.operations().append(TranslateTransformOperation::create(Length(0, Fixed), renderer()->style()->boxReflect()->offset(), TransformOperation::TRANSLATE));
4208 transform.operations().append(TranslateTransformOperation::create(Length(100., Percent), Length(0, Fixed), TransformOperation::TRANSLATE));
4209 transform.operations().append(TranslateTransformOperation::create(renderer()->style()->boxReflect()->offset(), Length(0, Fixed), TransformOperation::TRANSLATE));
4214 transform.operations().append(TranslateTransformOperation::create(Length(100., Percent), Length(0, Fixed), TransformOperation::TRANSLATE));
4215 transform.operations().append(TranslateTransformOperation::create(renderer()->style()->boxReflect()->offset(), Length(0, Fixed), TransformOperation::TRANSLATE));