Home
last modified time | relevance | path

Searched refs:setScrollParent (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/public/platform/
DWebLayer.h166 virtual void setScrollParent(WebLayer*) = 0;
/external/chromium_org/webkit/renderer/compositor_bindings/
Dweb_layer_impl.h141 virtual void setScrollParent(blink::WebLayer* parent);
Dweb_layer_impl.cc435 void WebLayerImpl::setScrollParent(blink::WebLayer* parent) { in setScrollParent() function in webkit::WebLayerImpl
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DGraphicsLayer.h180 void setScrollParent(blink::WebLayer*);
DGraphicsLayer.cpp897 void GraphicsLayer::setScrollParent(blink::WebLayer* parent) in setScrollParent() function in WebCore::GraphicsLayer
900 m_layer->layer()->setScrollParent(parent); in setScrollParent()
/external/chromium_org/third_party/WebKit/Source/core/page/scrolling/
DScrollingCoordinator.cpp584 child->setScrollParent(scrollParentWebLayer); in updateScrollParentForGraphicsLayer()