Searched refs:CurrentFrameTimeTicks (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/cc/trees/
H A Dlayer_tree_impl.h74 base::TimeTicks CurrentFrameTimeTicks() const;
H A Dlayer_tree_impl.cc484 base::TimeTicks LayerTreeImpl::CurrentFrameTimeTicks() const { function in class:cc::LayerTreeImpl
485 return layer_tree_host_impl_->CurrentFrameTimeTicks();
H A Dsingle_thread_proxy.cc462 layer_tree_host_impl_->CurrentFrameTimeTicks(),
H A Dlayer_tree_host_impl.h379 base::TimeTicks CurrentFrameTimeTicks();
H A Dlayer_tree_host_unittest.cc715 EXPECT_NE(first_frame_time_, impl->CurrentFrameTimeTicks());
735 first_frame_time_ = impl->CurrentFrameTimeTicks();
774 first_frame_time_ = impl->CurrentFrameTimeTicks();
785 EXPECT_NE(first_frame_time_, impl->CurrentFrameTimeTicks());
H A Dthread_proxy.cc995 layer_tree_host_impl_->CurrentFrameTimeTicks();
H A Dlayer_tree_host_impl.cc122 layer_tree_host_impl_->CurrentFrameTimeTicks(),
2476 base::TimeTicks LayerTreeHostImpl::CurrentFrameTimeTicks() { function in class:cc::LayerTreeHostImpl
H A Dlayer_tree_host_impl_unittest.cc1189 // None of the above should have called CurrentFrameTimeTicks, so if we call
1193 EXPECT_EQ(fake_now, host_impl_->CurrentFrameTimeTicks());
/external/chromium_org/cc/layers/
H A Dheads_up_display_layer_impl.cc184 base::TimeTicks now = layer_tree_impl()->CurrentFrameTimeTicks();
H A Dpicture_layer_impl.cc307 (layer_tree_impl()->CurrentFrameTimeTicks() -

Completed in 135 milliseconds