Home
last modified time | relevance | path

Searched refs:PendingURLLoaderFactoryForIOThread (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.cc32 class URLLoaderFactoryGetter::PendingURLLoaderFactoryForIOThread class in content::URLLoaderFactoryGetter
35 PendingURLLoaderFactoryForIOThread() = default;
36 explicit PendingURLLoaderFactoryForIOThread( in PendingURLLoaderFactoryForIOThread() function in content::URLLoaderFactoryGetter::PendingURLLoaderFactoryForIOThread
39 ~PendingURLLoaderFactoryForIOThread() override = default;
51 DISALLOW_COPY_AND_ASSIGN(PendingURLLoaderFactoryForIOThread);
67 std::unique_ptr<PendingURLLoaderFactoryForIOThread> info) in URLLoaderFactoryForIOThread()
118 URLLoaderFactoryGetter::PendingURLLoaderFactoryForIOThread::CreateFactory() { in CreateFactory()
119 auto other = std::make_unique<PendingURLLoaderFactoryForIOThread>(); in CreateFactory()
170 return std::make_unique<PendingURLLoaderFactoryForIOThread>( in GetPendingNetworkFactory()
H A Durl_loader_factory_getter.h113 class PendingURLLoaderFactoryForIOThread;
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/
H A Durl_loader_factory_getter.cc31 class URLLoaderFactoryGetter::PendingURLLoaderFactoryForIOThread class in content::URLLoaderFactoryGetter
34 PendingURLLoaderFactoryForIOThread() = default;
35 explicit PendingURLLoaderFactoryForIOThread( in PendingURLLoaderFactoryForIOThread() function in content::URLLoaderFactoryGetter::PendingURLLoaderFactoryForIOThread
38 ~PendingURLLoaderFactoryForIOThread() override = default;
50 DISALLOW_COPY_AND_ASSIGN(PendingURLLoaderFactoryForIOThread);
66 std::unique_ptr<PendingURLLoaderFactoryForIOThread> info) in URLLoaderFactoryForIOThread()
117 URLLoaderFactoryGetter::PendingURLLoaderFactoryForIOThread::CreateFactory() { in CreateFactory()
118 auto other = std::make_unique<PendingURLLoaderFactoryForIOThread>(); in CreateFactory()
169 return std::make_unique<PendingURLLoaderFactoryForIOThread>( in GetPendingNetworkFactory()
H A Durl_loader_factory_getter.h113 class PendingURLLoaderFactoryForIOThread;