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

  /external/chromium_org/cloud_print/gcp20/prototype/
printer.h 225 base::Time starttime_; member in class:Printer
printer.cc 167 starttime_ = base::Time::Now();
320 info->uptime = static_cast<int>((base::Time::Now() - starttime_).InSeconds());

Completed in 820 milliseconds