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;
layer.h 266 bool HasDelegatedContent() const { return false; }
delegated_renderer_layer_impl.cc 36 bool DelegatedRendererLayerImpl::HasDelegatedContent() const {
layer_impl.h 124 virtual bool HasDelegatedContent() const;
layer_impl.cc 229 bool LayerImpl::HasDelegatedContent() const {
    [all...]
  /external/chromium_org/cc/trees/
layer_tree_host_common.cc 367 LayerClipsSubtree(layer) || layer->HasDelegatedContent();
802 bool has_delegated_content = layer->HasDelegatedContent();
    [all...]

Completed in 310 milliseconds