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

  /external/chromium_org/chrome/service/cloud_print/
printer_job_handler.cc 142 base::Bind(&PrinterJobHandler::JobFailed, this, JOB_DOWNLOAD_FAILED));
178 base::Bind(&PrinterJobHandler::JobFailed, this, JOB_DOWNLOAD_FAILED));
262 FROM_HERE, base::Bind(&PrinterJobHandler::JobFailed, this, JOB_FAILED));
395 FROM_HERE, base::Bind(&PrinterJobHandler::JobFailed, this,
509 JobFailed(JOB_FAILED);
576 void PrinterJobHandler::JobFailed(PrintJobError error) {
659 JobFailed(JOB_VALIDATE_TICKET_FAILED);
printer_job_handler.h 238 void JobFailed(PrintJobError error);

Completed in 28 milliseconds