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

  /external/chromium_org/chrome/browser/ui/tab_contents/
core_tab_helper.cc 117 before_unload_end_time_ = base::TimeTicks();
122 before_unload_end_time_ = base::TimeTicks::Now();
166 if (!before_unload_end_time_.is_null())
167 unload_start_time = before_unload_end_time_;
175 if (!before_unload_end_time_.is_null())
176 unload_start_time = before_unload_end_time_;
184 before_unload_end_time_ = proceed_time;
core_tab_helper.h 82 base::TimeTicks before_unload_end_time_; member in class:CoreTabHelper

Completed in 49 milliseconds