Home | History | Annotate | Download | only in webui

Lines Matching refs:job

179     URLRequestChromeJob* job) const {
182 if (i->second == job)
189 URLRequestChromeJob* job) {
204 pending_requests_.insert(std::make_pair(request_id, job));
209 job->SetMimeType(source->GetMimeType(path));
212 job->request()->context());
233 void ChromeURLDataManagerBackend::RemoveRequest(URLRequestChromeJob* job) {
239 if (i->second == job) {
251 // We acquire a reference to the job so that it doesn't disappear under the
253 scoped_refptr<URLRequestChromeJob> job(i->second);
255 job->DataAvailable(bytes);
270 // Next check for chrome://view-http-cache/*, which uses its own job type.
274 // Next check for chrome://appcache-internals/, which uses its own job type.
278 // Next check for chrome://blob-internals/, which uses its own job type.