Home
last modified time | relevance | path

Searched refs:last_overscroll_animation_start_time_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/ui/app_list/
Dpagination_model.cc55 now - last_overscroll_animation_start_time_; in SelectPage()
61 last_overscroll_animation_start_time_ = now; in SelectPage()
Dpagination_model.h143 base::TimeTicks last_overscroll_animation_start_time_; variable