Searched defs:layer_tree_host_impl_ (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/cc/base/
H A Dswap_promise_monitor.h39 LayerTreeHostImpl* layer_tree_host_impl_; member in class:cc::SwapPromiseMonitor
/external/chromium_org/cc/debug/
H A Dmicro_benchmark_controller_unittest.cc24 layer_tree_host_impl_ = make_scoped_ptr(new FakeLayerTreeHostImpl(
33 layer_tree_host_impl_.reset();
40 scoped_ptr<FakeLayerTreeHostImpl> layer_tree_host_impl_; member in class:cc::__anon2626::MicroBenchmarkControllerTest
131 layer_tree_host_impl_.get());
134 layer_tree_host_impl_->CommitComplete();
/external/chromium_org/cc/trees/
H A Dsingle_thread_proxy.h111 scoped_ptr<LayerTreeHostImpl> layer_tree_host_impl_; member in class:cc::SingleThreadProxy
H A Dlayer_tree_impl.h278 LayerTreeHostImpl* layer_tree_host_impl_; member in class:cc::LayerTreeImpl
H A Dlayer_tree_host_impl.cc153 if (!layer_tree_host_impl_->proxy()->HasImplThread()) {
155 new DebugScopedSetImplThread(layer_tree_host_impl_->proxy()));
158 layer_tree_host_impl_->Animate(
159 layer_tree_host_impl_->CurrentFrameTimeTicks());
160 layer_tree_host_impl_->UpdateBackgroundAnimateTicking(true);
162 layer_tree_host_impl_->UpdateAnimationState(start_ready_animations);
164 if (layer_tree_host_impl_->pending_tree()) {
165 layer_tree_host_impl_->pending_tree()->UpdateDrawProperties();
166 layer_tree_host_impl_->ManageTiles();
169 layer_tree_host_impl_
188 LayerTreeHostImpl* layer_tree_host_impl_; member in class:cc::LayerTreeHostImplTimeSourceAdapter
[all...]

Completed in 160 milliseconds