Searched refs:setScrollParent (Results 1 – 6 of 6) sorted by relevance
166 virtual void setScrollParent(WebLayer*) = 0;
141 virtual void setScrollParent(blink::WebLayer* parent);
435 void WebLayerImpl::setScrollParent(blink::WebLayer* parent) { in setScrollParent() function in webkit::WebLayerImpl
180 void setScrollParent(blink::WebLayer*);
897 void GraphicsLayer::setScrollParent(blink::WebLayer* parent) in setScrollParent() function in WebCore::GraphicsLayer900 m_layer->layer()->setScrollParent(parent); in setScrollParent()
584 child->setScrollParent(scrollParentWebLayer); in updateScrollParentForGraphicsLayer()