OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CreateJobForRequest
(Results
1 - 12
of
12
) sorted by null
/external/chromium/chrome/browser/net/
view_blob_internals_job_factory.h
19
static net::URLRequestJob*
CreateJobForRequest
(net::URLRequest* request);
view_http_cache_job_factory.h
19
static net::URLRequestJob*
CreateJobForRequest
(net::URLRequest* request);
view_blob_internals_job_factory.cc
22
net::URLRequestJob* ViewBlobInternalsJobFactory::
CreateJobForRequest
(
view_http_cache_job_factory.cc
191
net::URLRequestJob* ViewHttpCacheJobFactory::
CreateJobForRequest
(
/external/chromium_org/content/browser/net/
view_blob_internals_job_factory.cc
21
net::URLRequestJob* ViewBlobInternalsJobFactory::
CreateJobForRequest
(
view_blob_internals_job_factory.h
24
static net::URLRequestJob*
CreateJobForRequest
(
view_http_cache_job_factory.h
21
static net::URLRequestJob*
CreateJobForRequest
(
view_http_cache_job_factory.cc
198
net::URLRequestJob* ViewHttpCacheJobFactory::
CreateJobForRequest
(
/external/chromium_org/webkit/browser/appcache/
view_appcache_internals_job.h
23
static net::URLRequestJob*
CreateJobForRequest
(
view_appcache_internals_job.cc
636
net::URLRequestJob* ViewAppCacheInternalsJobFactory::
CreateJobForRequest
(
/external/chromium/chrome/browser/ui/webui/
chrome_url_data_manager_backend.cc
138
static net::URLRequestJob*
CreateJobForRequest
(net::URLRequest* request,
267
return DevToolsJobFactory::
CreateJobForRequest
(request, path);
272
return ViewHttpCacheJobFactory::
CreateJobForRequest
(request);
276
return ViewAppCacheInternalsJobFactory::
CreateJobForRequest
(request);
280
return ViewBlobInternalsJobFactory::
CreateJobForRequest
(request);
436
net::URLRequestJob* DevToolsJobFactory::
CreateJobForRequest
(
/external/chromium_org/content/browser/webui/
url_data_manager_backend.cc
394
return ViewHttpCacheJobFactory::
CreateJobForRequest
(request,
400
return appcache::ViewAppCacheInternalsJobFactory::
CreateJobForRequest
(
406
return ViewBlobInternalsJobFactory::
CreateJobForRequest
(
Completed in 385 milliseconds