Home | History | Annotate | Download | only in WebPage

Lines Matching refs:oldBehavior

795     PaintBehavior oldBehavior = frameView->paintBehavior();
796 frameView->setPaintBehavior(oldBehavior | PaintBehaviorFlattenCompositingLayers);
806 frameView->setPaintBehavior(oldBehavior);
819 PaintBehavior oldBehavior = frameView->paintBehavior();
820 frameView->setPaintBehavior(oldBehavior | PaintBehaviorFlattenCompositingLayers);
838 frameView->setPaintBehavior(oldBehavior);