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

/external/chromium_org/third_party/WebKit/public/platform/
H A DWebLayer.h161 virtual void setClipParent(WebLayer*) = 0;
/external/chromium_org/cc/blink/
H A Dweb_layer_impl.h138 virtual void setClipParent(blink::WebLayer* parent);
H A Dweb_layer_impl.cc468 void WebLayerImpl::setClipParent(blink::WebLayer* parent) { function in class:cc_blink::WebLayerImpl
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DGraphicsLayer.h159 void setClipParent(WebLayer*);
H A DGraphicsLayer.cpp802 void GraphicsLayer::setClipParent(WebLayer* parent) function in class:blink::GraphicsLayer
805 m_layer->layer()->setClipParent(parent);
/external/chromium_org/third_party/WebKit/Source/core/page/scrolling/
H A DScrollingCoordinator.cpp615 child->setClipParent(clipParentWebLayer);

Completed in 2243 milliseconds