HomeSort by relevance Sort by last modified time
    Searched refs:kUnresponsiveSeconds (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chrome/browser/metrics/
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...]
thread_watcher.h 487 static const int kUnresponsiveSeconds;
thread_watcher_unittest.cc 430 ThreadWatcherList::kUnresponsiveSeconds * crash_unresponsive_threshold;

Completed in 411 milliseconds