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

  /external/chromium_org/cc/trees/
layer_tree_host_impl.h 303 LayerTreeImpl* recycle_tree() { return recycle_tree_.get(); } function in class:cc::LayerTreeHostImpl
304 const LayerTreeImpl* recycle_tree() const { return recycle_tree_.get(); } function in class:cc::LayerTreeHostImpl
layer_tree_impl.cc 734 return layer_tree_host_impl_->recycle_tree() == this;
752 LayerTreeImpl* tree = layer_tree_host_impl_->recycle_tree();
    [all...]
  /external/chromium_org/cc/layers/
picture_layer_impl_unittest.cc 97 CHECK(host_impl_.recycle_tree());
    [all...]

Completed in 156 milliseconds