HomeSort by relevance Sort by last modified time
    Searched refs:setClipParent (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/WebKit/public/platform/
WebLayer.h 171 virtual void setClipParent(WebLayer*) = 0;
  /external/chromium_org/webkit/renderer/compositor_bindings/
web_layer_impl.h 142 virtual void setClipParent(blink::WebLayer* parent);
web_layer_impl.cc 442 void WebLayerImpl::setClipParent(blink::WebLayer* parent) {
446 layer_->SetClipParent(clip_parent);
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsLayer.h 181 void setClipParent(blink::WebLayer*);
GraphicsLayer.cpp 891 void GraphicsLayer::setClipParent(blink::WebLayer* parent)
894 m_layer->layer()->setClipParent(parent);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/page/scrolling/
ScrollingCoordinator.cpp 593 child->setClipParent(clipParentWebLayer);
    [all...]

Completed in 229 milliseconds