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

  /external/chromium/base/
process_util_win.cc 477 last_system_time_(0) {
671 if ((last_system_time_ == 0) || (last_time_ == 0)) {
673 last_system_time_ = system_time;
678 int64 system_time_delta = system_time - last_system_time_;
688 last_system_time_ = system_time;
process_util.h 472 int64 last_system_time_; member in class:base::ProcessMetrics
process_util_posix.cc 478 last_system_time_(0)

Completed in 365 milliseconds