Home | History | Annotate | Download | only in WebView

Lines Matching refs:oldBehavior

575     PaintBehavior oldBehavior = PaintBehaviorNormal;
577 oldBehavior = view->paintBehavior();
578 view->setPaintBehavior(oldBehavior | PaintBehaviorFlattenCompositingLayers);
587 view->setPaintBehavior(oldBehavior);