HomeSort by relevance Sort by last modified time
    Searched refs:setPaintBehavior (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGResourceClipper.cpp 270 frame()->view()->setPaintBehavior(oldBehavior | PaintBehaviorRenderingSVGMask);
304 frame()->view()->setPaintBehavior(oldBehavior);
  /external/chromium_org/third_party/WebKit/Source/core/frame/
LocalFrame.cpp 622 frame->view()->setPaintBehavior(paintBehavior);
640 m_view->setPaintBehavior(state.paintBehavior | PaintBehaviorFlattenCompositingLayers);
676 m_view->setPaintBehavior(PaintBehaviorSelectionOnly | PaintBehaviorFlattenCompositingLayers);
FrameView.h 206 void setPaintBehavior(PaintBehavior);
FrameView.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
WebViewImpl.cpp     [all...]

Completed in 74 milliseconds