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 112 base::TimeTicks last_job_fetch_time() const { return last_job_fetch_time_; }
305 base::TimeTicks last_job_fetch_time_; member in class:cloud_print::PrinterJobHandler
printer_job_handler.cc 484 last_job_fetch_time_ = base::TimeTicks::Now();
487 << ", timestamp: " << last_job_fetch_time_.ToInternalValue();

Completed in 59 milliseconds