OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:unload_detached_start_time_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/ui/tab_contents/
core_tab_helper.cc
118
unload_detached_start_time_
= base::TimeTicks();
126
if (
unload_detached_start_time_
.is_null())
127
unload_detached_start_time_
= base::TimeTicks::Now();
168
if (!
unload_detached_start_time_
.is_null())
169
unload_end_time =
unload_detached_start_time_
;
core_tab_helper.h
85
base::TimeTicks
unload_detached_start_time_
;
member in class:CoreTabHelper
Completed in 107 milliseconds