Searched refs:kUnresponsiveSeconds (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/metrics/
H A Dthread_watcher.cc425 const int ThreadWatcherList::kUnresponsiveSeconds = 2; member in class:ThreadWatcherList
561 uint32 crash_seconds = *unresponsive_threshold * kUnresponsiveSeconds;
645 ceil(static_cast<float>(crash_seconds) / kUnresponsiveSeconds));
678 base::TimeDelta::FromSeconds(kUnresponsiveSeconds);
H A Dthread_watcher.h487 static const int kUnresponsiveSeconds; member in class:ThreadWatcherList
H A Dthread_watcher_unittest.cc430 ThreadWatcherList::kUnresponsiveSeconds * crash_unresponsive_threshold;

Completed in 91 milliseconds