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

  /external/chromium_org/chrome/service/cloud_print/
printer_job_handler.h 108 base::TimeTicks last_job_fetch_time() const { return last_job_fetch_time_; }
295 base::TimeTicks last_job_fetch_time_; member in class:cloud_print::PrinterJobHandler
printer_job_handler.cc 403 last_job_fetch_time_ = base::TimeTicks::Now();
406 << ", timestamp: " << last_job_fetch_time_.ToInternalValue();

Completed in 24 milliseconds