Home
last modified time | relevance | path

Searched refs:setPaintBehavior (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DRenderSVGResourceClipper.cpp269 frame()->view()->setPaintBehavior(oldBehavior | PaintBehaviorRenderingSVGMask); in asDisplayList()
303 frame()->view()->setPaintBehavior(oldBehavior); in asDisplayList()
/external/chromium_org/third_party/WebKit/Source/core/frame/
DFrame.cpp615 frame->view()->setPaintBehavior(paintBehavior); in ~ScopedFramePaintingState()
633 m_view->setPaintBehavior(state.paintBehavior | PaintBehaviorFlattenCompositingLayers); in nodeImage()
673 m_view->setPaintBehavior(PaintBehaviorSelectionOnly | PaintBehaviorFlattenCompositingLayers); in dragImageForSelection()
DFrameView.h217 void setPaintBehavior(PaintBehavior);
DFrameView.cpp3017 void FrameView::setPaintBehavior(PaintBehavior behavior) in setPaintBehavior() function in WebCore::FrameView
/external/chromium_org/third_party/WebKit/Source/web/
DWebViewImpl.cpp1878 view->setPaintBehavior(oldPaintBehavior | PaintBehaviorFlattenCompositingLayers); in paint()
1890 view->setPaintBehavior(oldPaintBehavior); in paint()