Home | History | Annotate | Download | only in prototype

Lines Matching defs:job_id

296   std::string job_id;
304 delegate_->CreateJob(body, &job_id, &expires_in,
312 response->SetString("job_id", job_id);
340 std::string job_id;
342 bool job_id_present = GetValueForKeyInQuery(url, "job_id", &job_id);
356 ? delegate_->SubmitDocWithId(job, job_id, &expires_in,
358 : delegate_->SubmitDoc(job, &job_id, &expires_in,
366 response->SetString("job_id", job_id);
402 std::string job_id;
403 net::GetValueForKeyInQuery(url, "job_id", &job_id);
405 if (!delegate_->GetJobState(job_id, &info))
409 response->SetString("job_id", job_id);