HomeSort by relevance Sort by last modified time
    Searched refs:TimeSmoother (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/content/browser/web_contents/
navigation_controller_impl.h 212 FRIEND_TEST_ALL_PREFIXES(TimeSmoother, Basic);
213 FRIEND_TEST_ALL_PREFIXES(TimeSmoother, SingleDuplicate);
214 FRIEND_TEST_ALL_PREFIXES(TimeSmoother, ManyDuplicates);
215 FRIEND_TEST_ALL_PREFIXES(TimeSmoother, ClockBackwardsJump);
219 class CONTENT_EXPORT TimeSmoother {
403 TimeSmoother time_smoother_;
navigation_controller_impl_unittest.cc 131 // TimeSmoother tests ----------------------------------------------------------
135 TEST(TimeSmoother, Basic) {
136 NavigationControllerImpl::TimeSmoother smoother;
145 TEST(TimeSmoother, SingleDuplicate) {
146 NavigationControllerImpl::TimeSmoother smoother;
158 TEST(TimeSmoother, ManyDuplicates) {
160 NavigationControllerImpl::TimeSmoother smoother;
176 TEST(TimeSmoother, ClockBackwardsJump) {
178 NavigationControllerImpl::TimeSmoother smoother;
    [all...]
navigation_controller_impl.cc 183 base::Time NavigationControllerImpl::TimeSmoother::GetSmoothedTime(
    [all...]

Completed in 166 milliseconds