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

  /external/chromium_org/chrome/service/cloud_print/
printer_job_handler.cc 79 job_check_pending_(false),
108 job_check_pending_ = true;
465 if (!task_in_progress_ && job_check_pending_) {
472 job_check_pending_ = false;
597 job_check_pending_ = true;
664 return (job_check_pending_ || printer_update_pending_);
printer_job_handler.h 290 bool job_check_pending_; member in class:cloud_print::PrinterJobHandler

Completed in 37 milliseconds