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

  /external/chromium_org/content/browser/web_contents/
navigation_controller_impl.h 396 base::Callback<base::Time()> get_timestamp_callback_; member in class:content::NavigationControllerImpl
398 // Used to smooth out timestamps from |get_timestamp_callback_|.
navigation_controller_impl.cc 213 get_timestamp_callback_(base::Bind(&base::Time::Now)),
787 time_smoother_.GetSmoothedTime(get_timestamp_callback_.Run());
    [all...]

Completed in 490 milliseconds