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

  /external/chromium_org/third_party/WebKit/public/platform/
WebLayerScrollClient.h 33 class BLINK_PLATFORM_EXPORT WebLayerScrollClient {
37 virtual ~WebLayerScrollClient() { }
WebLayer.h 46 class WebLayerScrollClient;
212 virtual void setScrollClient(WebLayerScrollClient*) = 0;
  /external/chromium_org/webkit/renderer/compositor_bindings/
web_layer_impl.h 132 virtual void setScrollClient(blink::WebLayerScrollClient* client);
web_layer_impl.cc 21 #include "third_party/WebKit/public/platform/WebLayerScrollClient.h"
379 blink::WebLayerScrollClient* scroll_client) {
382 base::Bind(&blink::WebLayerScrollClient::didScroll,
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsLayer.h 45 #include "public/platform/WebLayerScrollClient.h"
82 class PLATFORM_EXPORT GraphicsLayer : public GraphicsContextPainter, public blink::WebAnimationDelegate, public blink::WebLayerScrollClient, public blink::WebLayerClient {
302 // WebLayerScrollClient implementation.

Completed in 195 milliseconds