Home
last modified time | relevance | path

Searched refs:JobFailed (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/chrome/service/cloud_print/
Dprinter_job_handler.cc142 base::Bind(&PrinterJobHandler::JobFailed, this, JOB_DOWNLOAD_FAILED)); in HandleRawResponse()
178 base::Bind(&PrinterJobHandler::JobFailed, this, JOB_DOWNLOAD_FAILED)); in OnRequestGiveUp()
262 FROM_HERE, base::Bind(&PrinterJobHandler::JobFailed, this, JOB_FAILED)); in OnJobSpoolFailed()
408 FROM_HERE, base::Bind(&PrinterJobHandler::JobFailed, this, in HandlePrintDataResponse()
522 JobFailed(JOB_FAILED); in StartPrinting()
589 void PrinterJobHandler::JobFailed(PrintJobError error) { in JobFailed() function in cloud_print::PrinterJobHandler
672 JobFailed(JOB_VALIDATE_TICKET_FAILED); in ValidatePrintTicketFailed()
Dprinter_job_handler.h238 void JobFailed(PrintJobError error);