setPaintBehavior 205 Source/core/frame/FrameView.h void setPaintBehavior(PaintBehavior); setPaintBehavior 514 Source/core/frame/LocalFrame.cpp frame->view()->setPaintBehavior(paintBehavior); setPaintBehavior 534 Source/core/frame/LocalFrame.cpp m_view->setPaintBehavior(state.paintBehavior | PaintBehaviorFlattenCompositingLayers); setPaintBehavior 573 Source/core/frame/LocalFrame.cpp m_view->setPaintBehavior(PaintBehaviorSelectionOnly | PaintBehaviorFlattenCompositingLayers); setPaintBehavior 272 Source/core/rendering/svg/RenderSVGResourceClipper.cpp frame()->view()->setPaintBehavior(oldBehavior | PaintBehaviorRenderingSVGMask); setPaintBehavior 306 Source/core/rendering/svg/RenderSVGResourceClipper.cpp frame()->view()->setPaintBehavior(oldBehavior); setPaintBehavior 1743 Source/web/WebViewImpl.cpp view->setPaintBehavior(oldPaintBehavior | PaintBehaviorFlattenCompositingLayers); setPaintBehavior 1755 Source/web/WebViewImpl.cpp view->setPaintBehavior(oldPaintBehavior);