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

  /external/chromium/chrome/browser/metrics/
thread_watcher.cc 16 const int ThreadWatcher::kPingCount = 3;
30 ping_count_(kPingCount),
74 ping_count_ = kPingCount;
94 ping_count_ = kPingCount;
97 ping_count_ = kPingCount;
thread_watcher.h 109 // lack of user activity. It will also reset ping_count_ to kPingCount.
153 // ping_count_ will be initialized to kPingCount whenever user becomes active.
154 static const int kPingCount;

Completed in 337 milliseconds