Searched refs:WebViewImplContentPainter (Results 1 – 2 of 2) sorted by relevance
2338 class WebViewImplContentPainter : public TilePaintInterface { class2339 WTF_MAKE_NONCOPYABLE(WebViewImplContentPainter);2341 static PassOwnPtr<WebViewImplContentPainter*> create(WebViewImpl* webViewImpl) in create()2343 return adoptPtr(new WebViewImplContentPainter(webViewImpl)); in create()2356 explicit WebViewImplContentPainter(WebViewImpl* webViewImpl) in WebViewImplContentPainter() function in WebKit::WebViewImplContentPainter2394 …ayerRenderer = LayerRendererChromium::create(context.release(), WebViewImplContentPainter::create(… in setIsAcceleratedCompositingActive()2438 …mium> layerRenderer = LayerRendererChromium::create(newContext, WebViewImplContentPainter::create(… in reallocateRenderer()
4329 (WebKit::WebViewImplContentPainter::create):4330 (WebKit::WebViewImplContentPainter::paint):4331 (WebKit::WebViewImplContentPainter::WebViewImplContentPainter):