Searched defs:kUnresponsiveCount (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/metrics/
H A Dthread_watcher.h35 // uint32 unresponsive_threshold = ThreadWatcherList::kUnresponsiveCount;
490 static const int kUnresponsiveCount; member in class:ThreadWatcherList
H A Dthread_watcher.cc422 const int ThreadWatcherList::kUnresponsiveCount = 9; member in class:ThreadWatcherList
437 unresponsive_threshold(kUnresponsiveCount) {
539 *unresponsive_threshold = kUnresponsiveCount * 4;

Completed in 58 milliseconds