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 56 PrinterJobHandler::PrinterInfoFromCloud::PrinterInfoFromCloud()
60 PrinterJobHandler::PrinterJobHandler(
85 bool PrinterJobHandler::Initialize() {
96 std::string PrinterJobHandler::GetPrinterName() const {
100 void PrinterJobHandler::CheckForJobs(const std::string& reason) {
111 FROM_HERE, base::Bind(&PrinterJobHandler::Start, this));
115 void PrinterJobHandler::Shutdown() {
128 CloudPrintURLFetcher::ResponseAction PrinterJobHandler::HandleRawResponse(
137 if (next_data_handler_ == (&PrinterJobHandler::HandlePrintDataResponse) &
    [all...]
printer_job_handler.h 67 class PrinterJobHandler : public base::RefCountedThreadSafe<PrinterJobHandler>,
95 PrinterJobHandler(const printing::PrinterBasicInfo& printer_info,
157 friend class base::RefCountedThreadSafe<PrinterJobHandler>;
169 (PrinterJobHandler::*JSONDataHandler)(const net::URLFetcher* source,
175 (PrinterJobHandler::*DataHandler)(const net::URLFetcher* source,
179 virtual ~PrinterJobHandler();
306 base::WeakPtrFactory<PrinterJobHandler> weak_ptr_factory_;
312 DISALLOW_COPY_AND_ASSIGN(PrinterJobHandler);
319 typedef PrinterJobHandler::Delegate PrinterJobHandlerDelegate
    [all...]
printer_job_handler_unittest.cc 57 // requested by PrinterJobHandler has an extra parameter that signifies when
298 : public PrinterJobHandler::Delegate {
466 scoped_refptr<PrinterJobHandler> job_handler_;
471 PrinterJobHandler::PrinterInfoFromCloud info_from_cloud_;
536 base::Bind(&PrinterJobHandler::OnJobSpoolSucceeded, job_handler_, 0));
602 job_handler_ = new PrinterJobHandler(basic_info_,
cloud_print_connector.cc 61 PrinterJobHandler::ReportsStats();
391 PrinterJobHandler::PrinterInfoFromCloud printer_info_cloud;
433 scoped_refptr<PrinterJobHandler> job_handler;
434 job_handler = new PrinterJobHandler(printer_info,
cloud_print_connector.h 89 // PrinterJobHandler::Delegate implementation
188 typedef std::map<std::string, scoped_refptr<PrinterJobHandler> >

Completed in 691 milliseconds