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

  /external/chromium_org/cc/layers/
delegated_renderer_layer.h 34 virtual bool HasDelegatedContent() const OVERRIDE;
delegated_renderer_layer.cc 99 bool DelegatedRendererLayer::HasDelegatedContent() const {
delegated_renderer_layer_impl.h 29 virtual bool HasDelegatedContent() const OVERRIDE;
delegated_renderer_layer_impl.cc 37 bool DelegatedRendererLayerImpl::HasDelegatedContent() const { return true; }
layer.h 335 virtual bool HasDelegatedContent() const;
layer.cc 1028 if (HasDelegatedContent()) {
    [all...]
layer_impl.h 203 virtual bool HasDelegatedContent() const;
layer_impl.cc 336 bool LayerImpl::HasDelegatedContent() const {
    [all...]
  /external/chromium_org/cc/test/
fake_layer_tree_host_impl.cc 72 if (layer->DrawsContent() && layer->HasDelegatedContent())
  /external/chromium_org/cc/trees/
layer_tree_host_common.cc 619 LayerClipsSubtree(layer) || layer->HasDelegatedContent();
    [all...]

Completed in 4839 milliseconds