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

  /external/chromium_org/cc/layers/
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 334 bool HasDelegatedContent() const { return false; }
layer_impl.h 186 virtual bool HasDelegatedContent() const;
layer_impl.cc 324 bool LayerImpl::HasDelegatedContent() const {
    [all...]
  /external/chromium_org/cc/trees/
layer_tree_host_common.cc 617 LayerClipsSubtree(layer) || layer->HasDelegatedContent();
    [all...]

Completed in 67 milliseconds