Searched refs:job_id (Results 26 - 44 of 44) sorted by relevance

12

/external/chromium_org/cloud_print/virtual_driver/win/port_monitor/
H A Dport_monitor.h38 DWORD job_id,
H A Dspooler_win.h30 DWORD job_id,
/external/chromium_org/cloud_print/gcp20/prototype/
H A Dprinter.h76 std::string* job_id,
82 std::string* job_id,
88 const std::string& job_id,
H A Dcloud_print_requester.cc60 GURL CreateControlUrl(const std::string& job_id, const std::string& status) { argument
62 url = net::AppendQueryParameter(url, "jobid", job_id);
215 CreateControlUrl(current_print_job_->job_id, "IN_PROGRESS"),
220 void CloudPrintRequester::SendPrintJobDone(const std::string& job_id) { argument
223 CreateControlUrl(job_id, "DONE"),
H A Dprinter.cc400 std::string* job_id,
404 return print_job_handler_->CreatePrintJob(ticket, job_id, expires_in,
409 std::string* job_id,
413 return print_job_handler_->SaveLocalPrintJob(job, job_id, expires_in,
419 const std::string& job_id,
423 return print_job_handler_->CompleteLocalPrintJob(job, job_id, expires_in,
509 job.job_id, job.title, "pdf");
510 requester_->SendPrintJobDone(job.job_id);
399 CreateJob(const std::string& ticket, std::string* job_id, int* expires_in, int* error_timeout, std::string* error_description) argument
408 SubmitDoc(const LocalPrintJob& job, std::string* job_id, int* expires_in, std::string* error_description, int* timeout) argument
417 SubmitDocWithId( const LocalPrintJob& job, const std::string& job_id, int* expires_in, std::string* error_description, int* timeout) argument
H A Dcloud_print_requester.h124 void SendPrintJobDone(const std::string& job_id);
H A Dcloud_print_response_parser.cc191 if (!job->GetString("id", &job_list[idx].job_id) ||
/external/chromium_org/printing/
H A Demf_win_unittest.cc160 int job_id = ::StartDoc(dc.Get(), &di); local
169 ::SetJob(printer, job_id, 0, NULL, JOB_CONTROL_DELETE);
/external/chromium_org/chrome/service/cloud_print/
H A Dprint_system_win.cc630 PlatformJobId job_id,
743 PlatformJobId job_id,
755 GetJob(printer_handle.Get(), job_id, 1, NULL, 0, &bytes_needed);
761 if (GetJob(printer_handle.Get(), job_id, 1, job_info_buffer.get(),
742 GetJobDetails(const std::string& printer_name, PlatformJobId job_id, PrintJobDetails *job_details) argument
H A Dprinter_job_handler.h149 virtual void OnJobSpoolSucceeded(const PlatformJobId& job_id) OVERRIDE;
H A Dprinter_job_handler.cc246 void PrinterJobHandler::OnJobSpoolSucceeded(const PlatformJobId& job_id) { argument
252 FROM_HERE, base::Bind(&PrinterJobHandler::JobSpooled, this, job_id));
H A Dprinter_job_handler_unittest.cc416 PlatformJobId job_id,
/external/chromium_org/chrome/browser/chromeos/drive/file_system/
H A Ddownload_operation.cc538 void DownloadOperation::CancelJob(JobID job_id) { argument
539 scheduler_->CancelJob(job_id);
/external/chromium_org/content/browser/renderer_host/
H A Drender_process_host_impl.h303 void OnSavedPageAsMHTML(int job_id, int64 mhtml_file_size);
H A Drender_process_host_impl.cc2141 void RenderProcessHostImpl::OnSavedPageAsMHTML(int job_id, int64 data_size) { argument
2142 MHTMLGenerationManager::GetInstance()->MHTMLGenerated(job_id, data_size);
/external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
H A Devent_router.cc644 bool is_new_job = (drive_jobs_.find(job_info.job_id) == drive_jobs_.end());
650 drive_jobs_[job_info.job_id] = DriveJobInfoWithStatus(job_info, status);
668 drive_jobs_.erase(job_info.job_id);
H A Dprivate_api_drive.cc574 job_list->CancelJob(jobs[i].job_id);
583 path_to_id_map[jobs[i].file_path].push_back(jobs[i].job_id);
/external/chromium_org/chrome/browser/chromeos/drive/
H A Djob_scheduler_unittest.cc859 job_ids.insert(jobs[i].job_id);
985 JobID first_job_id = jobs[0].job_id;
1035 JobID first_job_id = jobs[0].job_id;
/external/chromium_org/chrome/browser/ui/webui/chromeos/
H A Ddrive_internals_ui.cc646 dict->SetInteger("id", info.job_id);

Completed in 320 milliseconds

12