HomeSort by relevance Sort by last modified time
    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