OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:kUnresponsiveSeconds
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/metrics/
thread_watcher.h
487
static const int
kUnresponsiveSeconds
;
thread_watcher.cc
420
const int ThreadWatcherList::
kUnresponsiveSeconds
= 2;
558
uint32 crash_seconds = *unresponsive_threshold *
kUnresponsiveSeconds
;
642
ceil(static_cast<float>(crash_seconds) /
kUnresponsiveSeconds
));
675
base::TimeDelta::FromSeconds(
kUnresponsiveSeconds
);
[
all
...]
Completed in 2347 milliseconds