Searched defs:active_tree (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/cc/test/
H A Dfake_layer_tree_host.h36 LayerTreeImpl* active_tree() { return host_impl_.active_tree(); } function in class:cc::FakeLayerTreeHost
/external/chromium_org/cc/trees/
H A Dlayer_tree_host_common_perftest.cc122 LayerTreeImpl* active_tree = host_impl->active_tree(); variable
129 active_tree->root_layer(),
130 active_tree->DrawViewportSize(),
132 active_tree->device_scale_factor(),
133 active_tree->total_page_scale_factor(),
134 active_tree->RootContainerLayer(),
H A Dlayer_tree_host_impl.h269 LayerTreeImpl* active_tree() { return active_tree_.get(); } function in class:cc::LayerTreeHostImpl
270 const LayerTreeImpl* active_tree() const { return active_tree_.get(); } function in class:cc::LayerTreeHostImpl

Completed in 165 milliseconds