Searched defs:ping_time (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/metrics/
H A Dthread_watcher.h132 base::TimeTicks ping_time() const { return ping_time_; } function in class:ThreadWatcher
/external/chromium_org/rlz/chromeos/lib/
H A Drlz_value_store_chromeos.cc26 const char kPingTimeKey[] = "ping_time";
106 std::string ping_time; local
107 return rlz_store_->GetString(GetKeyName(kPingTimeKey, product), &ping_time) &&
108 base::StringToInt64(ping_time, time);

Completed in 175 milliseconds