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

  /external/chromium/chrome/browser/metrics/
thread_watcher.h 61 // messages. unresponsive_time_ is the wait time after ping message is sent,
80 base::TimeDelta unresponsive_time() const { return unresponsive_time_; }
93 // wait time between ping messages. unresponsive_time_ is the wait time after
116 // unresponsive_time_.
169 const base::TimeDelta unresponsive_time_; member in class:ThreadWatcher
thread_watcher.cc 26 unresponsive_time_(unresponsive_time),
124 unresponsive_time_.InMilliseconds());
  /external/chromium_org/chrome/browser/metrics/
thread_watcher.h 126 base::TimeDelta unresponsive_time() const { return unresponsive_time_; }
161 // |unresponsive_time_|.
230 const base::TimeDelta unresponsive_time_; member in class:ThreadWatcher
thread_watcher.cc 129 unresponsive_time_(params.unresponsive_time),
243 unresponsive_time_);
308 unresponsive_time_);

Completed in 3851 milliseconds