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

  /external/chromium_org/third_party/WebKit/public/platform/
WebImageLayer.h 35 class WebImageLayer {
37 virtual ~WebImageLayer() { }
WebCompositorSupport.h 49 class WebImageLayer;
74 virtual WebImageLayer* createImageLayer() { return 0; }
  /external/chromium_org/cc/blink/
web_image_layer_impl.h 10 #include "third_party/WebKit/public/platform/WebImageLayer.h"
17 class WebImageLayerImpl : public blink::WebImageLayer {
22 // blink::WebImageLayer implementation.
web_compositor_support_impl.cc 35 using blink::WebImageLayer;
68 blink::WebImageLayer* WebCompositorSupportImpl::createImageLayer() {
web_compositor_support_impl.h 33 virtual blink::WebImageLayer* createImageLayer();
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsLayer.h 43 #include "public/platform/WebImageLayer.h"
328 OwnPtr<WebImageLayer> m_imageLayer;

Completed in 180 milliseconds