Home
last modified time | relevance | path

Searched refs:HasDelegatedContent (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/cc/layers/
Ddelegated_renderer_layer.h34 virtual bool HasDelegatedContent() const OVERRIDE;
Ddelegated_renderer_layer.cc99 bool DelegatedRendererLayer::HasDelegatedContent() const { in HasDelegatedContent() function in cc::DelegatedRendererLayer
Ddelegated_renderer_layer_impl.h29 virtual bool HasDelegatedContent() const OVERRIDE;
Dlayer.cc1028 if (HasDelegatedContent()) { in UpdateDrawsContent()
1238 bool Layer::HasDelegatedContent() const { in HasDelegatedContent() function in cc::Layer
Dlayer.h335 virtual bool HasDelegatedContent() const;
Ddelegated_renderer_layer_impl.cc37 bool DelegatedRendererLayerImpl::HasDelegatedContent() const { return true; } in HasDelegatedContent() function in cc::DelegatedRendererLayerImpl
Dlayer_impl.h203 virtual bool HasDelegatedContent() const;
Dlayer_impl.cc336 bool LayerImpl::HasDelegatedContent() const { in HasDelegatedContent() function in cc::LayerImpl
/external/chromium_org/cc/test/
Dfake_layer_tree_host_impl.cc72 if (layer->DrawsContent() && layer->HasDelegatedContent()) in RecursiveUpdateNumChildren()
/external/chromium_org/cc/trees/
Dlayer_tree_host_common.cc619 LayerClipsSubtree(layer) || layer->HasDelegatedContent(); in SubtreeShouldRenderToSeparateSurface()