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.h156 virtual void setScrollParent(WebLayer*) = 0;
/external/chromium_org/cc/blink/
Dweb_layer_impl.h137 virtual void setScrollParent(blink::WebLayer* parent);
Dweb_layer_impl.cc461 void WebLayerImpl::setScrollParent(blink::WebLayer* parent) { in setScrollParent() function in cc_blink::WebLayerImpl
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DGraphicsLayer.h158 void setScrollParent(WebLayer*);
DGraphicsLayer.cpp808 void GraphicsLayer::setScrollParent(WebLayer* parent) in setScrollParent() function in blink::GraphicsLayer
811 m_layer->layer()->setScrollParent(parent); in setScrollParent()
/external/chromium_org/third_party/WebKit/Source/core/page/scrolling/
DScrollingCoordinator.cpp606 child->setScrollParent(scrollParentWebLayer); in updateScrollParentForGraphicsLayer()