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

  /external/chromium_org/chrome/service/cloud_print/
printer_job_handler.cc 29 PrinterJobHandler::PrinterJobHandler(
54 bool PrinterJobHandler::Initialize() {
65 std::string PrinterJobHandler::GetPrinterName() const {
69 void PrinterJobHandler::CheckForJobs(const std::string& reason) {
78 FROM_HERE, base::Bind(&PrinterJobHandler::Start, this));
82 void PrinterJobHandler::Shutdown() {
95 CloudPrintURLFetcher::ResponseAction PrinterJobHandler::HandleRawResponse(
104 if (next_data_handler_ == (&PrinterJobHandler::HandlePrintDataResponse) &&
109 base::Bind(&PrinterJobHandler::JobFailed, this, JOB_DOWNLOAD_FAILED))
    [all...]
printer_job_handler.h 67 class PrinterJobHandler : public base::RefCountedThreadSafe<PrinterJobHandler>,
91 PrinterJobHandler(const printing::PrinterBasicInfo& printer_info,
151 friend class base::RefCountedThreadSafe<PrinterJobHandler>;
162 (PrinterJobHandler::*JSONDataHandler)(const net::URLFetcher* source,
168 (PrinterJobHandler::*DataHandler)(const net::URLFetcher* source,
172 virtual ~PrinterJobHandler();
296 base::WeakPtrFactory<PrinterJobHandler> weak_ptr_factory_;
298 DISALLOW_COPY_AND_ASSIGN(PrinterJobHandler);
305 typedef PrinterJobHandler::Delegate PrinterJobHandlerDelegate
    [all...]
printer_job_handler_unittest.cc 55 // requested by PrinterJobHandler has an extra parameter that signifies when
296 : public PrinterJobHandler::Delegate {
459 scoped_refptr<PrinterJobHandler> job_handler_;
464 PrinterJobHandler::PrinterInfoFromCloud info_from_cloud_;
524 base::Bind(&PrinterJobHandler::OnJobSpoolSucceeded, job_handler_, 0));
579 job_handler_ = new PrinterJobHandler(basic_info_,
cloud_print_connector.h 85 // PrinterJobHandler::Delegate implementation
172 typedef std::map<std::string, scoped_refptr<PrinterJobHandler> >
cloud_print_connector.cc 343 PrinterJobHandler::PrinterInfoFromCloud printer_info_cloud;
379 scoped_refptr<PrinterJobHandler> job_handler;
380 job_handler = new PrinterJobHandler(printer_info,

Completed in 638 milliseconds