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

  /external/chromium_org/third_party/WebKit/public/platform/
WebContentLayer.h 35 class WebContentLayer {
37 virtual ~WebContentLayer() { }
39 // The WebContentLayer has ownership of this wrapper.
WebCompositorSupport.h 39 class WebContentLayer;
69 virtual WebContentLayer* createContentLayer(WebContentLayerClient*) { return 0; }
  /external/chromium_org/webkit/renderer/compositor_bindings/
web_content_layer_impl.h 10 #include "third_party/WebKit/public/platform/WebContentLayer.h"
23 class WebContentLayerImpl : public blink::WebContentLayer,
29 // WebContentLayer implementation.
web_compositor_support_impl.cc 29 using blink::WebContentLayer;
57 WebContentLayer* WebCompositorSupportImpl::createContentLayer(
web_compositor_support_impl.h 26 virtual blink::WebContentLayer* createContentLayer(
  /external/chromium_org/third_party/WebKit/Source/web/
LinkHighlight.h 34 #include "public/platform/WebContentLayer.h"
55 WebContentLayer* contentLayer();
85 OwnPtr<WebContentLayer> m_contentLayer;
LinkHighlight.cpp 92 WebContentLayer* LinkHighlight::contentLayer()
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsLayer.h 42 #include "public/platform/WebContentLayer.h"
290 blink::WebContentLayer* contentLayer() const { return m_layer.get(); }
390 OwnPtr<blink::WebContentLayer> m_layer;

Completed in 136 milliseconds