Home
last modified time | relevance | path

Searched refs:setScrollClient (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/public/platform/
DWebLayer.h212 virtual void setScrollClient(WebLayerScrollClient*) = 0;
/external/chromium_org/webkit/renderer/compositor_bindings/
Dweb_layer_impl.h132 virtual void setScrollClient(blink::WebLayerScrollClient* client);
Dweb_layer_impl.cc378 void WebLayerImpl::setScrollClient( in setScrollClient() function in webkit::WebLayerImpl
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DGraphicsLayer.cpp1218 m_layer->layer()->setScrollClient(0); in setScrollableArea()
1220 m_layer->layer()->setScrollClient(this); in setScrollableArea()