HomeSort by relevance Sort by last modified time
    Searched defs:layer_tree_host_impl_ (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/cc/base/
swap_promise_monitor.h 39 LayerTreeHostImpl* layer_tree_host_impl_; member in class:cc::SwapPromiseMonitor
  /external/chromium_org/cc/debug/
micro_benchmark_controller_unittest.cc 24 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::__anon7246::MicroBenchmarkControllerTest
131 layer_tree_host_impl_.get());
134 layer_tree_host_impl_->CommitComplete();
  /external/chromium_org/cc/trees/
single_thread_proxy.h 111 scoped_ptr<LayerTreeHostImpl> layer_tree_host_impl_; member in class:cc::SingleThreadProxy
layer_tree_impl.h 278 LayerTreeHostImpl* layer_tree_host_impl_; member in class:cc::LayerTreeImpl
layer_tree_host_impl.cc 153 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_->ResetCurrentFrameTimeForNextFrame()
188 LayerTreeHostImpl* layer_tree_host_impl_; member in class:cc::LayerTreeHostImplTimeSourceAdapter
    [all...]

Completed in 244 milliseconds