HomeSort by relevance Sort by last modified time
    Searched refs:URLRequestContext (Results 76 - 100 of 218) sorted by null

1 2 34 5 6 7 8 9

  /external/chromium_org/content/browser/renderer_host/
websocket_dispatcher_host.h 20 class URLRequestContext;
33 typedef base::Callback<net::URLRequestContext*()> GetRequestContextCallback;
144 // A callback which returns the appropriate net::URLRequestContext for us to
socket_stream_host.cc 62 net::URLRequestContext* request_context) {
  /external/chromium_org/net/filter/
filter.h 46 class URLRequestContext;
102 // The URLRequestContext associated with the request.
103 virtual const URLRequestContext* GetURLRequestContext() const = 0;
  /external/chromium_org/chrome/browser/net/
chrome_fraudulent_certificate_reporter.cc 30 net::URLRequestContext* request_context)
63 net::URLRequestContext* context) {
preconnect.cc 57 net::URLRequestContext* context = getter->GetURLRequestContext();
  /external/chromium_org/chrome/browser/predictors/
resource_prefetcher.h 22 class URLRequestContext;
82 virtual net::URLRequestContext* GetURLRequestContext() = 0;
  /external/chromium_org/chrome/browser/safe_browsing/
safe_browsing_service.h 43 class URLRequestContext;
209 scoped_ptr<net::URLRequestContext> url_request_context_;
malware_details_cache.h 24 class URLRequestContext;
  /external/chromium_org/content/browser/
plugin_process_host.h 40 class URLRequestContext;
158 net::URLRequestContext** request_context);
  /external/chromium_org/content/browser/service_worker/
service_worker_cache_storage.h 21 class URLRequestContext;
56 net::URLRequestContext* request_context,
service_worker_context_core.h 33 class URLRequestContext;
180 net::URLRequestContext* request_context,
  /external/chromium_org/net/url_request/
url_request_context_builder.h 5 // This class is useful for building a simple URLRequestContext. Most creators
8 // URLRequestContext. This URLRequestContext will own all its own storage.
38 class URLRequestContext;
173 URLRequestContext* Build();
url_request.h 59 class URLRequestContext;
285 // with the URLRequestContext that maintains the CookieStore.
638 const URLRequestContext* context() const;
706 friend class URLRequestContext;
708 // URLRequests are always created by calling URLRequestContext::CreateRequest.
711 // from the URLRequestContext.
715 const URLRequestContext* context,
    [all...]
  /external/chromium_org/android_webview/browser/
aw_resource_context.cc 46 net::URLRequestContext* AwResourceContext::GetRequestContext() {
  /external/chromium_org/chromeos/network/
dhcp_proxy_script_fetcher_chromeos.cc 34 net::URLRequestContext* url_request_context)
  /external/chromium_org/content/public/test/
test_browser_context.cc 24 virtual net::URLRequestContext* GetURLRequestContext() OVERRIDE {
  /external/chromium_org/net/socket_stream/
socket_stream.h 41 class URLRequestContext;
118 SocketStream(const GURL& url, Delegate* delegate, URLRequestContext* context,
134 URLRequestContext* context() { return context_; }
350 URLRequestContext* context_;
socket_stream_job_manager.cc 24 URLRequestContext* context, CookieStore* cookie_store) const {
  /external/chromium_org/net/test/spawned_test_server/
spawner_communicator.h 134 scoped_ptr<URLRequestContext> context_;
  /external/chromium_org/net/websockets/
websocket_channel.h 35 class URLRequestContext;
52 URLRequestContext*,
60 URLRequestContext* url_request_context);
333 // The URLRequestContext to pass to the WebSocketStream creator.
334 URLRequestContext* const url_request_context_;
  /external/chromium_org/remoting/host/setup/
oauth_client.h 17 class URLRequestContext;
  /external/chromium_org/chrome/browser/profiles/
profile_io_data.cc 607 net::URLRequestContext* app_context_cache[kMaxCachedContexts] = {0};
609 net::URLRequestContext* media_context_cache[kMaxCachedContexts] = {0};
644 // are already done in the URLRequestContext destructor.
744 net::URLRequestContext* ProfileIOData::GetMainRequestContext() const {
749 net::URLRequestContext* ProfileIOData::GetMediaRequestContext() const {
751 net::URLRequestContext* context = AcquireMediaRequestContext();
756 net::URLRequestContext* ProfileIOData::GetExtensionsRequestContext() const {
761 net::URLRequestContext* ProfileIOData::GetIsolatedAppRequestContext(
762 net::URLRequestContext* main_context,
769 net::URLRequestContext* context = NULL
    [all...]
profile_impl_io_data.cc 421 net::URLRequestContext* main_context = main_request_context();
605 net::URLRequestContext* extensions_context = extensions_request_context();
651 net::URLRequestContext* ProfileImplIOData::InitializeAppRequestContext(
652 net::URLRequestContext* main_context,
734 net::URLRequestContext*
736 net::URLRequestContext* original_context,
786 net::URLRequestContext*
792 net::URLRequestContext* ProfileImplIOData::AcquireIsolatedAppRequestContext(
793 net::URLRequestContext* main_context,
    [all...]
  /external/chromium_org/chrome/service/net/
service_url_request_context_getter.cc 112 net::URLRequestContext*
  /external/chromium_org/chromecast/shell/browser/
cast_browser_context.cc 38 virtual net::URLRequestContext* GetRequestContext() OVERRIDE {

Completed in 1250 milliseconds

1 2 34 5 6 7 8 9