Searched refs:ChromeURLRequestContext (Results 1 - 25 of 25) sorted by relevance

/external/chromium/chrome/browser/net/
H A Dchrome_dns_cert_provenance_checker.h20 class ChromeURLRequestContext;
25 // ChromeURLRequestContext. Eventually we'll want to have the other contexts
26 // point to the main ChromeURLRequestContext, which then causes lifetime
31 ChromeURLRequestContext* url_req_context);
H A Dchrome_dns_cert_provenance_checker_factory.h22 class ChromeURLRequestContext;
28 ChromeURLRequestContext* url_req_context);
34 ChromeURLRequestContext* url_req_context);
H A Dchrome_dns_cert_provenance_checker_factory.cc11 ChromeURLRequestContext* url_req_context) {
H A Dview_blob_internals_job_factory.cc25 static_cast<ChromeURLRequestContext*>(request->context())->
H A Dchrome_url_request_context.cc33 virtual scoped_refptr<ChromeURLRequestContext> Create() = 0;
45 // Factory that creates the main ChromeURLRequestContext.
51 virtual scoped_refptr<ChromeURLRequestContext> Create() {
59 // Factory that creates the ChromeURLRequestContext for extensions.
65 virtual scoped_refptr<ChromeURLRequestContext> Create() {
73 // Factory that creates the ChromeURLRequestContext for a given isolated app.
83 virtual scoped_refptr<ChromeURLRequestContext> Create() {
96 // Factory that creates the ChromeURLRequestContext for media.
103 virtual scoped_refptr<ChromeURLRequestContext> Create() {
145 // Lazily create a ChromeURLRequestContext usin
366 ChromeURLRequestContext::ChromeURLRequestContext() function in class:ChromeURLRequestContext
[all...]
H A Dchrome_url_request_context.h44 class ChromeURLRequestContext : public net::URLRequestContext { class in inherits:net::URLRequestContext
46 ChromeURLRequestContext();
49 void CopyFrom(ChromeURLRequestContext* other);
131 virtual ~ChromeURLRequestContext();
160 DISALLOW_COPY_AND_ASSIGN(ChromeURLRequestContext);
173 // create the ChromeURLRequestContext. If |profile| is non-NULL, then the
194 // ChromeURLRequestContext* rather than a net::URLRequestContext*.
195 ChromeURLRequestContext* GetIOContext() {
196 return reinterpret_cast<ChromeURLRequestContext*>(GetURLRequestContext());
257 // ChromeURLRequestContext
[all...]
H A Dblob_url_request_job_factory.cc28 data = static_cast<ChromeURLRequestContext*>(request->context())->
H A Dfile_system_url_request_job_factory.cc19 static_cast<ChromeURLRequestContext*>(request->context())
H A Dchrome_dns_cert_provenance_checker.cc20 ChromeURLRequestContext* url_req_context)
103 ChromeURLRequestContext* const url_req_context_;
113 ChromeURLRequestContext* url_req_context) {
/external/chromium/chrome/browser/profiles/
H A Dprofile_io_data.h53 // that reference its members. When an accessor for a ChromeURLRequestContext is
55 // ChromeURLRequestContext and the ChromeURLRequestContext will acquire a
59 // initialize its members on the first invocation of a ChromeURLRequestContext
64 // they get called, from ProfileIOData owning ChromeURLRequestContext to vice
66 scoped_refptr<ChromeURLRequestContext> GetMainRequestContext() const;
67 scoped_refptr<ChromeURLRequestContext> GetMediaRequestContext() const;
68 scoped_refptr<ChromeURLRequestContext> GetExtensionsRequestContext() const;
69 scoped_refptr<ChromeURLRequestContext> GetIsolatedAppRequestContext(
70 scoped_refptr<ChromeURLRequestContext> main_contex
[all...]
H A Doff_the_record_profile_io_data.h16 class ChromeURLRequestContext;
92 scoped_refptr<ChromeURLRequestContext> main_context,
94 virtual scoped_refptr<ChromeURLRequestContext>
96 virtual scoped_refptr<ChromeURLRequestContext>
98 scoped_refptr<ChromeURLRequestContext> main_context,
H A Dprofile_impl_io_data.h111 scoped_refptr<ChromeURLRequestContext> main_context,
113 virtual scoped_refptr<ChromeURLRequestContext>
115 virtual scoped_refptr<ChromeURLRequestContext>
117 scoped_refptr<ChromeURLRequestContext> main_context,
H A Dprofile_io_data.cc217 scoped_refptr<ChromeURLRequestContext>
226 scoped_refptr<ChromeURLRequestContext>
229 scoped_refptr<ChromeURLRequestContext> context =
235 scoped_refptr<ChromeURLRequestContext>
245 scoped_refptr<ChromeURLRequestContext>
247 scoped_refptr<ChromeURLRequestContext> main_context,
250 scoped_refptr<ChromeURLRequestContext> context =
328 ChromeURLRequestContext* context) const {
H A Doff_the_record_profile_io_data.cc121 ChromeURLRequestContext* main_context = main_request_context();
122 ChromeURLRequestContext* extensions_context = extensions_request_context();
186 scoped_refptr<ChromeURLRequestContext> main_context,
215 scoped_refptr<ChromeURLRequestContext>
221 scoped_refptr<ChromeURLRequestContext>
223 scoped_refptr<ChromeURLRequestContext> main_context,
H A Dprofile_impl_io_data.cc166 ChromeURLRequestContext* main_context = main_request_context();
167 ChromeURLRequestContext* extensions_context = extensions_request_context();
293 scoped_refptr<ChromeURLRequestContext> main_context,
357 scoped_refptr<ChromeURLRequestContext>
360 scoped_refptr<ChromeURLRequestContext> context = media_request_context_;
366 scoped_refptr<ChromeURLRequestContext>
368 scoped_refptr<ChromeURLRequestContext> main_context,
/external/chromium/chrome/browser/extensions/
H A Dextension_protocols.cc82 ChromeURLRequestContext* context,
117 ChromeURLRequestContext* context =
118 static_cast<ChromeURLRequestContext*>(request->context());
184 ChromeURLRequestContext* context =
185 static_cast<ChromeURLRequestContext*>(request->context());
/external/chromium/chrome/browser/prerender/
H A Dprerender_resource_handler.h15 class ChromeURLRequestContext;
39 ChromeURLRequestContext* context,
H A Dprerender_resource_handler.cc54 ChromeURLRequestContext* context,
/external/chromium/chrome/browser/ui/webui/
H A Ddevtools_ui.cc92 ChromeURLRequestContext* context = static_cast<ChromeURLRequestContext*>(
H A Dchrome_url_data_manager_backend.cc35 return static_cast<ChromeURLRequestContext*>(request->context())->
115 // The backend is owned by ChromeURLRequestContext and always outlives us.
211 ChromeURLRequestContext* context = static_cast<ChromeURLRequestContext*>(
H A Dchrome_url_data_manager.cc37 static_cast<ChromeURLRequestContext*>(
/external/chromium/chrome/browser/
H A Dbrowsing_data_appcache_helper.cc97 ChromeURLRequestContext* request_context =
98 reinterpret_cast<ChromeURLRequestContext*>(
H A Dbrowsing_data_remover.cc513 ChromeURLRequestContext* request_context =
514 reinterpret_cast<ChromeURLRequestContext*>(
/external/chromium/chrome/browser/renderer_host/
H A Doffline_resource_handler.cc110 ChromeURLRequestContext* url_request_context =
111 static_cast<ChromeURLRequestContext*>(request_->context());
H A Dchrome_render_message_filter.cc185 ChromeURLRequestContext* context = static_cast<ChromeURLRequestContext*>(

Completed in 177 milliseconds