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

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

Completed in 281 milliseconds