Home
last modified time | relevance | path

Searched refs:URLLoaderFactoryForIOThread (Results 1 – 4 of 4) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/
H A Durl_loader_factory_getter.cc54 class URLLoaderFactoryGetter::URLLoaderFactoryForIOThread class in content::URLLoaderFactoryGetter
57 URLLoaderFactoryForIOThread( in URLLoaderFactoryForIOThread() function in content::URLLoaderFactoryGetter::URLLoaderFactoryForIOThread
66 explicit URLLoaderFactoryForIOThread( in URLLoaderFactoryForIOThread() function in content::URLLoaderFactoryGetter::URLLoaderFactoryForIOThread
108 friend class base::RefCounted<URLLoaderFactoryForIOThread>;
109 ~URLLoaderFactoryForIOThread() override = default;
114 DISALLOW_COPY_AND_ASSIGN(URLLoaderFactoryForIOThread);
122 return base::MakeRefCounted<URLLoaderFactoryForIOThread>(std::move(other)); in CreateFactory()
156 return base::MakeRefCounted<URLLoaderFactoryForIOThread>( in GetNetworkFactory()
164 return base::MakeRefCounted<URLLoaderFactoryForIOThread>( in GetNetworkFactoryWithCORBEnabled()
H A Durl_loader_factory_getter.h114 class URLLoaderFactoryForIOThread; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/
H A Durl_loader_factory_getter.cc53 class URLLoaderFactoryGetter::URLLoaderFactoryForIOThread class in content::URLLoaderFactoryGetter
56 URLLoaderFactoryForIOThread( in URLLoaderFactoryForIOThread() function in content::URLLoaderFactoryGetter::URLLoaderFactoryForIOThread
65 explicit URLLoaderFactoryForIOThread( in URLLoaderFactoryForIOThread() function in content::URLLoaderFactoryGetter::URLLoaderFactoryForIOThread
107 friend class base::RefCounted<URLLoaderFactoryForIOThread>;
108 ~URLLoaderFactoryForIOThread() override = default;
113 DISALLOW_COPY_AND_ASSIGN(URLLoaderFactoryForIOThread);
121 return base::MakeRefCounted<URLLoaderFactoryForIOThread>(std::move(other)); in CreateFactory()
155 return base::MakeRefCounted<URLLoaderFactoryForIOThread>( in GetNetworkFactory()
163 return base::MakeRefCounted<URLLoaderFactoryForIOThread>( in GetNetworkFactoryWithCORBEnabled()
H A Durl_loader_factory_getter.h114 class URLLoaderFactoryForIOThread; variable