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

  /external/chromium_org/third_party/WebKit/public/platform/
WebLayerClient.h 40 class BLINK_PLATFORM_EXPORT WebLayerClient {
49 virtual ~WebLayerClient() { }
WebLayer.h 46 class WebLayerClient;
211 virtual void setWebLayerClient(WebLayerClient*) = 0;
  /external/chromium_org/cc/blink/
web_layer_impl.h 28 class WebLayerClient;
131 virtual void setWebLayerClient(blink::WebLayerClient* client);
142 blink::WebLayerClient* web_layer_client_;
web_layer_impl.cc 25 #include "third_party/WebKit/public/platform/WebLayerClient.h"
426 void WebLayerImpl::setWebLayerClient(blink::WebLayerClient* client) {
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsLayer.h 45 #include "public/platform/WebLayerClient.h"
81 class PLATFORM_EXPORT GraphicsLayer : public GraphicsContextPainter, public WebCompositorAnimationDelegate, public WebLayerScrollClient, public WebLayerClient {
90 // WebLayerClient implementation.

Completed in 124 milliseconds