OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full: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
679
return layer_tree_host_impl_->
recycle_tree
() == this;
697
LayerTreeImpl* tree = layer_tree_host_impl_->
recycle_tree
();
[
all
...]
/external/chromium_org/cc/layers/
picture_layer_impl_unittest.cc
90
CHECK(host_impl_.
recycle_tree
());
[
all
...]
Completed in 77 milliseconds