/external/chromium_org/remoting/jingle_glue/ |
chromium_port_allocator.cc | 46 scoped_refptr<net::URLRequestContextGetter> url_context_; member in class:remoting::__anon10217::ChromiumPortAllocatorSession 71 url_context_(url_context) {} 101 url_fetcher->SetRequestContext(url_context_.get()); 169 url_context_(url_context), 183 stun_hosts(), relay_hosts(), relay_token(), url_context_);
|
chromium_port_allocator.h | 46 scoped_refptr<net::URLRequestContextGetter> url_context_; member in class:remoting::ChromiumPortAllocator
|
/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 | 152 : url_context_(context) { 167 if (lang_param.empty() && url_context_.get()) { 172 url_context_->GetURLRequestContext(); 214 url_fetcher_->SetRequestContext(url_context_.get());
|
google_streaming_remote_engine.cc | 96 : url_context_(context), 329 downstream_fetcher_->SetRequestContext(url_context_.get()); 369 upstream_fetcher_->SetRequestContext(url_context_.get()); 556 if (langs.empty() && url_context_.get()) { 561 url_context_->GetURLRequestContext();
|
google_streaming_remote_engine.h | 148 scoped_refptr<net::URLRequestContextGetter> url_context_; member in class:content::GoogleStreamingRemoteEngine
|
/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/renderer_host/p2p/ |
socket_dispatcher_host.h | 86 scoped_refptr<net::URLRequestContextGetter> url_context_; member in class:content::P2PSocketDispatcherHost
|
socket_dispatcher_host.cc | 94 url_context_(url_context), 196 this, socket_id, type, url_context_.get(), &throttler_));
|
socket_host_tcp.cc | 53 url_context_(url_context) { 93 url_context_, 168 context.cert_verifier = url_context_->GetURLRequestContext()->cert_verifier(); 170 url_context_->GetURLRequestContext()->transport_security_state();
|
socket_host_tcp.h | 94 scoped_refptr<net::URLRequestContextGetter> url_context_; member in class:content::P2PSocketHostTcpBase
|