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

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

Completed in 141 milliseconds