Searched refs:unload_detached_start_time_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/ui/tab_contents/
H A Dcore_tab_helper.cc117 unload_detached_start_time_ = base::TimeTicks();
125 if (unload_detached_start_time_.is_null())
126 unload_detached_start_time_ = base::TimeTicks::Now();
167 if (!unload_detached_start_time_.is_null())
168 unload_end_time = unload_detached_start_time_;
H A Dcore_tab_helper.h86 base::TimeTicks unload_detached_start_time_; member in class:CoreTabHelper

Completed in 49 milliseconds