Searched refs:kUnresponsiveCount (Results 1 - 3 of 3) 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;
H A Dthread_watcher_unittest.cc78 unresponsive_time, ThreadWatcherList::kUnresponsiveCount,

Completed in 312 milliseconds