OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:unresponsive_time_
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/metrics/
thread_watcher.h
61
// messages.
unresponsive_time_
is the wait time after ping message is sent,
80
base::TimeDelta unresponsive_time() const { return
unresponsive_time_
; }
93
// wait time between ping messages.
unresponsive_time_
is the wait time after
116
//
unresponsive_time_
.
169
const base::TimeDelta
unresponsive_time_
;
member in class:ThreadWatcher
thread_watcher.cc
26
unresponsive_time_
(unresponsive_time),
124
unresponsive_time_
.InMilliseconds());
Completed in 364 milliseconds