Searched refs:HasDelegatedContent (Results 1 – 10 of 10) sorted by relevance
34 virtual bool HasDelegatedContent() const OVERRIDE;
99 bool DelegatedRendererLayer::HasDelegatedContent() const { in HasDelegatedContent() function in cc::DelegatedRendererLayer
29 virtual bool HasDelegatedContent() const OVERRIDE;
1028 if (HasDelegatedContent()) { in UpdateDrawsContent()1238 bool Layer::HasDelegatedContent() const { in HasDelegatedContent() function in cc::Layer
335 virtual bool HasDelegatedContent() const;
37 bool DelegatedRendererLayerImpl::HasDelegatedContent() const { return true; } in HasDelegatedContent() function in cc::DelegatedRendererLayerImpl
203 virtual bool HasDelegatedContent() const;
336 bool LayerImpl::HasDelegatedContent() const { in HasDelegatedContent() function in cc::LayerImpl
72 if (layer->DrawsContent() && layer->HasDelegatedContent()) in RecursiveUpdateNumChildren()
619 LayerClipsSubtree(layer) || layer->HasDelegatedContent(); in SubtreeShouldRenderToSeparateSurface()