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

  /external/chromium_org/content/browser/frame_host/
navigation_controller_impl.h 215 FRIEND_TEST_ALL_PREFIXES(TimeSmoother, Basic);
216 FRIEND_TEST_ALL_PREFIXES(TimeSmoother, SingleDuplicate);
217 FRIEND_TEST_ALL_PREFIXES(TimeSmoother, ManyDuplicates);
218 FRIEND_TEST_ALL_PREFIXES(TimeSmoother, ClockBackwardsJump);
222 class CONTENT_EXPORT TimeSmoother {
413 TimeSmoother time_smoother_;
navigation_controller_impl_unittest.cc 125 // TimeSmoother tests ----------------------------------------------------------
129 TEST(TimeSmoother, Basic) {
130 NavigationControllerImpl::TimeSmoother smoother;
139 TEST(TimeSmoother, SingleDuplicate) {
140 NavigationControllerImpl::TimeSmoother smoother;
152 TEST(TimeSmoother, ManyDuplicates) {
154 NavigationControllerImpl::TimeSmoother smoother;
170 TEST(TimeSmoother, ClockBackwardsJump) {
172 NavigationControllerImpl::TimeSmoother smoother;
    [all...]
navigation_controller_impl.cc 198 base::Time NavigationControllerImpl::TimeSmoother::GetSmoothedTime(
    [all...]

Completed in 67 milliseconds