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;
452 if (!task_in_progress_ && job_check_pending_) {
459 job_check_pending_ = false;
584 job_check_pending_ = true;
651 return (job_check_pending_ || printer_update_pending_);
printer_job_handler.h 290 bool job_check_pending_; member in class:cloud_print::PrinterJobHandler

Completed in 132 milliseconds