/external/chromium_org/content/browser/geolocation/ |
network_location_request.h | 59 scoped_refptr<net::URLRequestContextGetter> url_context_; member in class:content::NetworkLocationRequest
|
network_location_request.cc | 106 : url_context_(context), 130 url_fetcher_->SetRequestContext(url_context_.get());
|
/external/chromium_org/content/browser/speech/ |
google_one_shot_remote_engine.h | 53 scoped_refptr<net::URLRequestContextGetter> url_context_; member in class:content::GoogleOneShotRemoteEngine
|
google_one_shot_remote_engine.cc | 153 : url_context_(context) { 168 if (lang_param.empty() && url_context_.get()) { 173 url_context_->GetURLRequestContext(); 218 url_fetcher_->SetRequestContext(url_context_.get());
|
google_streaming_remote_engine.h | 148 scoped_refptr<net::URLRequestContextGetter> url_context_; member in class:content::GoogleStreamingRemoteEngine
|
google_streaming_remote_engine.cc | 80 : url_context_(context), 313 downstream_fetcher_->SetRequestContext(url_context_.get()); 353 upstream_fetcher_->SetRequestContext(url_context_.get()); 540 if (langs.empty() && url_context_.get()) { 545 url_context_->GetURLRequestContext();
|
/external/chromium_org/remoting/jingle_glue/ |
chromium_port_allocator.h | 46 scoped_refptr<net::URLRequestContextGetter> url_context_; member in class:remoting::ChromiumPortAllocator
|
chromium_port_allocator.cc | 46 scoped_refptr<net::URLRequestContextGetter> url_context_; member in class:remoting::__anon14491::ChromiumPortAllocatorSession 71 url_context_(url_context) {} 101 url_fetcher->SetRequestContext(url_context_.get()); 171 url_context_(url_context), 185 stun_hosts(), relay_hosts(), relay_token(), url_context_);
|
/external/chromium_org/content/browser/renderer_host/p2p/ |
socket_dispatcher_host.h | 101 scoped_refptr<net::URLRequestContextGetter> url_context_; member in class:content::P2PSocketDispatcherHost
|
socket_host_tcp.h | 96 scoped_refptr<net::URLRequestContextGetter> url_context_; member in class:content::P2PSocketHostTcpBase
|
socket_host_tcp.cc | 56 url_context_(url_context) { 96 url_context_, 171 context.cert_verifier = url_context_->GetURLRequestContext()->cert_verifier(); 173 url_context_->GetURLRequestContext()->transport_security_state();
|
socket_dispatcher_host.cc | 101 url_context_(url_context), 235 this, socket_id, type, url_context_.get(), &throttler_));
|