OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:job_details_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/service/cloud_print/
printer_job_handler.cc
168
if (job_queue_handler_.JobFetchFailed(
job_details_
.job_id_)) {
203
job_queue_handler_.JobDone(
job_details_
.job_id_);
312
job_details_
= jobs[0];
322
GetUrlForJobCjt(cloud_print_server_url_,
job_details_
.job_id_,
328
GURL(
job_details_
.print_ticket_url_), this, kJobDataMaxRetryCount,
363
job_details_
.print_ticket_ = data;
364
job_details_
.print_ticket_mime_type_ = mime_type;
370
GURL(
job_details_
.print_data_url_), this, kJobDataMaxRetryCount,
387
if (base::CreateTemporaryFile(&
job_details_
.print_data_file_path_)) {
390
int ret = base::WriteFile(
job_details_
.print_data_file_path_
[
all
...]
printer_job_handler.h
261
JobDetails
job_details_
;
member in class:cloud_print::PrinterJobHandler
Completed in 620 milliseconds