HomeSort by relevance Sort by last modified time
    Searched refs:URLRequestContext (Results 1 - 25 of 60) sorted by null

1 2 3

  /external/chromium/net/ocsp/
nss_ocsp.h 11 class URLRequestContext;
27 // Set URLRequestContext for OCSP handlers.
28 void SetURLRequestContextForOCSP(URLRequestContext* request_context);
29 URLRequestContext* GetURLRequestContextForOCSP();
  /external/chromium/net/proxy/
proxy_script_fetcher.h 20 class URLRequestContext;
55 virtual URLRequestContext* GetRequestContext() = 0;
proxy_script_fetcher_impl.h 23 class URLRequestContext;
36 explicit ProxyScriptFetcherImpl(URLRequestContext* url_request_context);
50 virtual URLRequestContext* GetRequestContext();
85 URLRequestContext* url_request_context_;
proxy_script_fetcher_impl_unittest.cc 40 class RequestContext : public URLRequestContext {
99 scoped_refptr<URLRequestContext> context(new RequestContext);
127 scoped_refptr<URLRequestContext> context(new RequestContext);
162 scoped_refptr<URLRequestContext> context(new RequestContext);
188 scoped_refptr<URLRequestContext> context(new RequestContext);
205 scoped_refptr<URLRequestContext> context(new RequestContext);
237 scoped_refptr<URLRequestContext> context(new RequestContext);
278 scoped_refptr<URLRequestContext> context(new RequestContext);
316 scoped_refptr<URLRequestContext> context(new RequestContext);
344 scoped_refptr<URLRequestContext> context(new RequestContext)
    [all...]
  /external/chromium/android/autofill/
android_url_request_context_getter.h 37 AndroidURLRequestContextGetter(net::URLRequestContext* context, base::Thread* ioThread)
46 virtual net::URLRequestContext* GetURLRequestContext();
50 scoped_refptr<net::URLRequestContext> context_;
android_url_request_context_getter.cc 29 net::URLRequestContext* AndroidURLRequestContextGetter::GetURLRequestContext()
  /external/chromium/net/url_request/
url_request_context.cc 15 URLRequestContext::URLRequestContext()
34 void URLRequestContext::CopyFrom(URLRequestContext* other) {
35 // Copy URLRequestContext parameters.
61 void URLRequestContext::set_cookie_store(CookieStore* cookie_store) {
65 const std::string& URLRequestContext::GetUserAgent(const GURL& url) const {
69 bool URLRequestContext::IsSNIAvailable() const {
79 void URLRequestContext::setUID(uid_t uid) {
84 bool URLRequestContext::getUID(uid_t *uid) const
    [all...]
view_cache_helper.h 21 class URLRequestContext;
33 URLRequestContext* context,
42 int GetContentsHTML(URLRequestContext* context,
64 URLRequestContext* context,
96 scoped_refptr<URLRequestContext> context_;
url_request_context_getter.h 19 class URLRequestContext;
23 // Interface for retrieving an net::URLRequestContext.
28 virtual URLRequestContext* GetURLRequestContext() = 0;
35 // request IO happens (the thread on which the returned net::URLRequestContext
https_prober.h 20 class URLRequestContext;
53 bool ProbeHost(const std::string& host, URLRequestContext* ctx,
url_request_ftp_job.h 21 class URLRequestContext;
75 scoped_refptr<URLRequestContext> context_;
url_request_context_storage.h 29 class URLRequestContext;
32 // member variables of URLRequestContext.
36 // URLRequestContext, since it is often designed to be embedded in a
37 // URLRequestContext subclass.
38 explicit URLRequestContextStorage(URLRequestContext* context);
42 // URLRequestContext object.
65 // URLRequestContextStorage can often be contained within a URLRequestContext
67 URLRequestContext* const context_;
url_request_context.h 39 // instances. Note that URLRequestContext typically does not provide storage for
42 class NET_EXPORT URLRequestContext
43 : public base::RefCountedThreadSafe<URLRequestContext>,
46 URLRequestContext();
49 void CopyFrom(URLRequestContext* other);
103 // The factory is only valid for the lifetime of this URLRequestContext
176 // In general, referrer_charset is not known when URLRequestContext is
183 // Controls whether or not the URLRequestContext considers itself to be the
184 // "main" URLRequestContext.
198 friend class base::RefCountedThreadSafe<URLRequestContext>;
    [all...]
url_request_http_job.h 26 class URLRequestContext;
93 scoped_refptr<URLRequestContext> context_;
  /external/chromium/chrome/browser/net/
proxy_service_factory.h 18 class URLRequestContext;
31 net::URLRequestContext* context,
connection_tester.h 17 class URLRequestContext;
131 net::URLRequestContext* proxy_request_context);
177 const scoped_refptr<net::URLRequestContext> proxy_request_context_;
chrome_url_request_context.h 39 // Subclass of net::URLRequestContext which can be used to store extra
44 class ChromeURLRequestContext : public net::URLRequestContext {
164 // subclass of net::URLRequestContext which can be used to store extra
185 virtual net::URLRequestContext* GetURLRequestContext();
194 // ChromeURLRequestContext* rather than a net::URLRequestContext*.
206 // 'original' net::URLRequestContext for common files.
276 // NULL if not yet initialized. Otherwise, it is the net::URLRequestContext
279 scoped_refptr<net::URLRequestContext> url_request_context_;
  /external/chromium/net/socket_stream/
socket_stream_job.h 37 const URLRequestContext& context);
47 URLRequestContext* context() const {
50 void set_context(URLRequestContext* context) {
  /external/webkit/Source/WebKit/android/WebCoreSupport/
WebRequestContext.h 37 class WebRequestContext : public net::URLRequestContext {
39 // URLRequestContext overrides.
  /external/chromium/chrome/browser/sync/glue/
http_bridge.h 43 class RequestContext : public net::URLRequestContext {
47 // Typically |baseline_context| should be the net::URLRequestContext of the
49 explicit RequestContext(net::URLRequestContext* baseline_context);
59 net::URLRequestContext::GetUserAgent(url) : user_agent_;
67 net::URLRequestContext* baseline_context_;
82 virtual net::URLRequestContext* GetURLRequestContext();
88 // User agent to apply to the net::URLRequestContext.
149 // Gets a customized net::URLRequestContext for bridged requests. See
  /external/chromium/chrome/browser/policy/
device_management_service.cc 30 class DeviceManagementRequestContext : public net::URLRequestContext {
32 explicit DeviceManagementRequestContext(net::URLRequestContext* base_context);
36 // Overridden from net::URLRequestContext:
41 net::URLRequestContext* base_context) {
81 virtual net::URLRequestContext* GetURLRequestContext();
85 scoped_refptr<net::URLRequestContext> context_;
90 net::URLRequestContext*
  /external/chromium/chrome/browser/
io_thread.h 44 class URLRequestContext;
68 scoped_refptr<net::URLRequestContext> proxy_script_fetcher_context;
75 scoped_refptr<net::URLRequestContext> system_request_context;
122 // Returns a getter for the URLRequestContext. Only called on the UI thread.
plugin_download_helper.h 39 void InitiateDownload(net::URLRequestContext* request_context);
  /external/chromium/net/websockets/
websocket.h 77 net::URLRequestContext* context)
93 net::URLRequestContext* context() const { return context_; }
116 scoped_refptr<net::URLRequestContext> context_;
  /external/chromium/chrome/browser/safe_browsing/
malware_details_cache.h 23 class URLRequestContext;

Completed in 1598 milliseconds

1 2 3