Searched refs:url_context_ (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/content/browser/geolocation/
H A Dnetwork_location_request.h59 scoped_refptr<net::URLRequestContextGetter> url_context_; member in class:content::NetworkLocationRequest
H A Dnetwork_location_request.cc106 : url_context_(context), location_response_callback_(callback), url_(url) {
128 url_fetcher_->SetRequestContext(url_context_.get());
/external/chromium_org/content/browser/speech/
H A Dgoogle_one_shot_remote_engine.h53 scoped_refptr<net::URLRequestContextGetter> url_context_; member in class:content::GoogleOneShotRemoteEngine
H A Dgoogle_one_shot_remote_engine.cc153 : url_context_(context) {
168 if (lang_param.empty() && url_context_.get()) {
173 url_context_->GetURLRequestContext();
218 url_fetcher_->SetRequestContext(url_context_.get());
H A Dgoogle_streaming_remote_engine.h148 scoped_refptr<net::URLRequestContextGetter> url_context_; member in class:content::GoogleStreamingRemoteEngine
H A Dgoogle_streaming_remote_engine.cc80 : 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/protocol/
H A Dchromium_port_allocator.h47 scoped_refptr<net::URLRequestContextGetter> url_context_; member in class:remoting::protocol::ChromiumPortAllocator
H A Dchromium_port_allocator.cc47 scoped_refptr<net::URLRequestContextGetter> url_context_; member in class:remoting::protocol::__anon10499::ChromiumPortAllocatorSession
72 url_context_(url_context) {}
102 url_fetcher->SetRequestContext(url_context_.get());
172 url_context_(url_context),
186 stun_hosts(), relay_hosts(), relay_token(), url_context_);
/external/chromium_org/content/browser/renderer_host/p2p/
H A Dsocket_dispatcher_host.h101 scoped_refptr<net::URLRequestContextGetter> url_context_; member in class:content::P2PSocketDispatcherHost
H A Dsocket_host_tcp.cc56 url_context_(url_context) {
106 url_context_,
181 context.cert_verifier = url_context_->GetURLRequestContext()->cert_verifier();
183 url_context_->GetURLRequestContext()->transport_security_state();
H A Dsocket_host_tcp.h96 scoped_refptr<net::URLRequestContextGetter> url_context_; member in class:content::P2PSocketHostTcpBase
H A Dsocket_dispatcher_host.cc101 url_context_(url_context),
235 this, socket_id, type, url_context_.get(), &throttler_));

Completed in 4661 milliseconds