Home
last modified time | relevance | path

Searched refs:CreateLoaderAndStart (Results 1 – 25 of 245) sorted by relevance

12345678910

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/web_package/
H A Dweb_bundle_url_loader_factory_unittest.cc80 mojo::Remote<network::mojom::URLLoader> CreateLoaderAndStart( in CreateLoaderAndStart() function in content::__anona9f3ed3e0111::WebBundleURLLoaderFactoryTest
88 loader_factory->CreateLoaderAndStart( in CreateLoaderAndStart()
95 loader_factory_->CreateLoaderAndStart( in CreateLoaderAndStart()
186 auto loader = CreateLoaderAndStart(std::move(response)); in TEST_F()
201 auto loader = CreateLoaderAndStart(std::move(response)); in TEST_F()
221 auto loader = CreateLoaderAndStart(std::move(response)); in TEST_F()
236 auto loader = CreateLoaderAndStart(std::move(response)); in TEST_F()
242 auto loader = CreateLoaderAndStart(/*response=*/nullptr); in TEST_F()
250 auto loader = CreateLoaderAndStart(/*response=*/base::nullopt); in TEST_F()
257 auto loader = CreateLoaderAndStart(/*response=*/base::nullopt); in TEST_F()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/web_package/
H A Dweb_bundle_url_loader_factory_unittest.cc80 mojo::Remote<network::mojom::URLLoader> CreateLoaderAndStart( in CreateLoaderAndStart() function in content::__anon982b4e830111::WebBundleURLLoaderFactoryTest
88 loader_factory->CreateLoaderAndStart( in CreateLoaderAndStart()
95 loader_factory_->CreateLoaderAndStart( in CreateLoaderAndStart()
186 auto loader = CreateLoaderAndStart(std::move(response)); in TEST_F()
201 auto loader = CreateLoaderAndStart(std::move(response)); in TEST_F()
221 auto loader = CreateLoaderAndStart(std::move(response)); in TEST_F()
236 auto loader = CreateLoaderAndStart(std::move(response)); in TEST_F()
242 auto loader = CreateLoaderAndStart(/*response=*/nullptr); in TEST_F()
250 auto loader = CreateLoaderAndStart(/*response=*/base::nullopt); in TEST_F()
257 auto loader = CreateLoaderAndStart(/*response=*/base::nullopt); in TEST_F()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/services/network/cors/
H A Dcors_url_loader_unittest.cc186 CreateLoaderAndStart(request); in CreateLoaderAndStart()
459 CreateLoaderAndStart(request); in TEST_F()
479 CreateLoaderAndStart(request); in TEST_F()
500 CreateLoaderAndStart(request); in TEST_F()
522 CreateLoaderAndStart(request); in TEST_F()
542 CreateLoaderAndStart(request); in TEST_F()
601 CreateLoaderAndStart(request); in TEST_F()
1140 CreateLoaderAndStart(request); in TEST_F()
1247 CreateLoaderAndStart(request); in TEST_F()
1274 CreateLoaderAndStart(request); in TEST_F()
[all …]
H A Dcors_url_loader_factory_unittest.cc79 void CreateLoaderAndStart(const ResourceRequest& request) { in CreateLoaderAndStart() function in network::cors::CorsURLLoaderFactoryTest
80 cors_url_loader_factory_->CreateLoaderAndStart( in CreateLoaderAndStart()
139 CreateLoaderAndStart(request); in TEST_F()
H A Dcors_url_loader_factory.cc58 void CreateLoaderAndStart( in CreateLoaderAndStart() function in network::cors::CorsURLLoaderFactory::FactoryOverride::ExposedNetworkLoaderFactory
67 return network_loader_factory_->CreateLoaderAndStart( in CreateLoaderAndStart()
168 void CorsURLLoaderFactory::CreateLoaderAndStart( in CreateLoaderAndStart() function in network::cors::CorsURLLoaderFactory
203 inner_url_loader_factory->CreateLoaderAndStart( in CreateLoaderAndStart()
/dports/www/chromium-legacy/chromium-88.0.4324.182/services/network/cors/
H A Dcors_url_loader_unittest.cc191 CreateLoaderAndStart(request); in CreateLoaderAndStart()
474 CreateLoaderAndStart(request); in TEST_F()
495 CreateLoaderAndStart(request); in TEST_F()
522 CreateLoaderAndStart(request); in TEST_F()
543 CreateLoaderAndStart(request); in TEST_F()
565 CreateLoaderAndStart(request); in TEST_F()
585 CreateLoaderAndStart(request); in TEST_F()
644 CreateLoaderAndStart(request); in TEST_F()
1187 CreateLoaderAndStart(request); in TEST_F()
1262 CreateLoaderAndStart(request); in TEST_F()
[all …]
H A Dcors_url_loader_factory_unittest.cc83 void CreateLoaderAndStart(const ResourceRequest& request) { in CreateLoaderAndStart() function in network::cors::CorsURLLoaderFactoryTest
84 cors_url_loader_factory_->CreateLoaderAndStart( in CreateLoaderAndStart()
140 CreateLoaderAndStart(request); in TEST_F()
H A Dcors_url_loader_factory.cc130 void CreateLoaderAndStart( in CreateLoaderAndStart() function in network::cors::CorsURLLoaderFactory::FactoryOverride::ExposedNetworkLoaderFactory
139 return network_loader_factory_->CreateLoaderAndStart( in CreateLoaderAndStart()
250 void CorsURLLoaderFactory::CreateLoaderAndStart( in CreateLoaderAndStart() function in network::cors::CorsURLLoaderFactory
287 inner_url_loader_factory->CreateLoaderAndStart( in CreateLoaderAndStart()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/services/network/public/cpp/
H A Dcross_thread_pending_shared_url_loader_factory.cc40 void CreateLoaderAndStart(
85 void CreateLoaderAndStart(mojo::PendingReceiver<mojom::URLLoader> loader,
117 void CrossThreadSharedURLLoaderFactory::CreateLoaderAndStart( in CreateLoaderAndStart() function in network::CrossThreadSharedURLLoaderFactory
128 state_->base_factory()->CreateLoaderAndStart( in CreateLoaderAndStart()
134 base::BindOnce(&State::CreateLoaderAndStart, state_, std::move(loader), in CreateLoaderAndStart()
193 void CrossThreadPendingSharedURLLoaderFactory::State::CreateLoaderAndStart( in CreateLoaderAndStart() function in network::CrossThreadPendingSharedURLLoaderFactory::State
202 base_factory_->CreateLoaderAndStart(std::move(loader), routing_id, request_id, in CreateLoaderAndStart()
H A Dweak_wrapper_shared_url_loader_factory.cc24 void WeakWrapperSharedURLLoaderFactory::CreateLoaderAndStart( in CreateLoaderAndStart() function in network::WeakWrapperSharedURLLoaderFactory
34 factory()->CreateLoaderAndStart(std::move(loader), routing_id, request_id, in CreateLoaderAndStart()
H A Dwrapper_shared_url_loader_factory.h53 void CreateLoaderAndStart( in CreateLoaderAndStart() function
64 factory_remote_->CreateLoaderAndStart( in CreateLoaderAndStart()
/dports/www/chromium-legacy/chromium-88.0.4324.182/services/network/public/cpp/
H A Dcross_thread_pending_shared_url_loader_factory.cc40 void CreateLoaderAndStart(
85 void CreateLoaderAndStart(mojo::PendingReceiver<mojom::URLLoader> loader,
117 void CrossThreadSharedURLLoaderFactory::CreateLoaderAndStart( in CreateLoaderAndStart() function in network::CrossThreadSharedURLLoaderFactory
128 state_->base_factory()->CreateLoaderAndStart( in CreateLoaderAndStart()
134 base::BindOnce(&State::CreateLoaderAndStart, state_, std::move(loader), in CreateLoaderAndStart()
193 void CrossThreadPendingSharedURLLoaderFactory::State::CreateLoaderAndStart( in CreateLoaderAndStart() function in network::CrossThreadPendingSharedURLLoaderFactory::State
202 base_factory_->CreateLoaderAndStart(std::move(loader), routing_id, request_id, in CreateLoaderAndStart()
H A Dweak_wrapper_shared_url_loader_factory.cc24 void WeakWrapperSharedURLLoaderFactory::CreateLoaderAndStart( in CreateLoaderAndStart() function in network::WeakWrapperSharedURLLoaderFactory
34 factory()->CreateLoaderAndStart(std::move(loader), routing_id, request_id, in CreateLoaderAndStart()
H A Dwrapper_shared_url_loader_factory.h53 void CreateLoaderAndStart( in CreateLoaderAndStart() function
64 factory_remote_->CreateLoaderAndStart( in CreateLoaderAndStart()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/common/loader/
H A Dthrottling_url_loader_unittest.cc99 void CreateLoaderAndStart( in CreateLoaderAndStart() function in blink::__anon3c122ac00111::TestURLLoaderFactory
408 CreateLoaderAndStart(); in TEST_F()
436 CreateLoaderAndStart(); in TEST_F()
477 CreateLoaderAndStart(); in TEST_F()
505 CreateLoaderAndStart(); in TEST_F()
526 CreateLoaderAndStart(); in TEST_F()
594 CreateLoaderAndStart(); in TEST_F()
627 CreateLoaderAndStart(); in TEST_F()
678 CreateLoaderAndStart(); in TEST_F()
703 CreateLoaderAndStart(); in TEST_F()
[all …]
H A Durl_loader_factory_bundle.cc98 void URLLoaderFactoryBundle::CreateLoaderAndStart( in CreateLoaderAndStart() function in blink::URLLoaderFactoryBundle
107 factory_ptr->CreateLoaderAndStart(std::move(loader), routing_id, request_id, in CreateLoaderAndStart()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/common/loader/
H A Dthrottling_url_loader_unittest.cc104 void CreateLoaderAndStart( in CreateLoaderAndStart() function in blink::__anon8009b1850111::TestURLLoaderFactory
421 CreateLoaderAndStart(); in TEST_F()
449 CreateLoaderAndStart(); in TEST_F()
490 CreateLoaderAndStart(); in TEST_F()
518 CreateLoaderAndStart(); in TEST_F()
540 CreateLoaderAndStart(); in TEST_F()
610 CreateLoaderAndStart(); in TEST_F()
645 CreateLoaderAndStart(); in TEST_F()
703 CreateLoaderAndStart(); in TEST_F()
732 CreateLoaderAndStart(); in TEST_F()
[all …]
H A Durl_loader_factory_bundle.cc98 void URLLoaderFactoryBundle::CreateLoaderAndStart( in CreateLoaderAndStart() function in blink::URLLoaderFactoryBundle
107 factory_ptr->CreateLoaderAndStart(std::move(loader), routing_id, request_id, in CreateLoaderAndStart()
/dports/www/chromium-legacy/chromium-88.0.4324.182/services/network/test/
H A Dtest_shared_url_loader_factory.cc34 void TestSharedURLLoaderFactory::CreateLoaderAndStart( in CreateLoaderAndStart() function in network::TestSharedURLLoaderFactory
43 url_loader_factory_->CreateLoaderAndStart( in CreateLoaderAndStart()
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/device/
H A Ddevice_service.cc43 void CreateLoaderAndStart( in CreateLoaderAndStart() function in content::__anon0479ac950111::DeviceServiceURLLoaderFactory
57 factory->CreateLoaderAndStart(std::move(receiver), routing_id, request_id, in CreateLoaderAndStart()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/device/
H A Ddevice_service.cc44 void CreateLoaderAndStart( in CreateLoaderAndStart() function in content::__anon55a769700111::DeviceServiceURLLoaderFactory
56 ->CreateLoaderAndStart(std::move(receiver), routing_id, request_id, in CreateLoaderAndStart()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chromecast/browser/
H A Dcast_extension_url_loader_factory.cc73 network_factory->CreateLoaderAndStart( in Start()
200 void CastExtensionURLLoaderFactory::CreateLoaderAndStart( in CreateLoaderAndStart() function in chromecast::shell::CastExtensionURLLoaderFactory
221 extension_factory_->CreateLoaderAndStart( in CreateLoaderAndStart()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/loader/
H A Dchild_url_loader_factory_bundle.cc264 void ChildURLLoaderFactoryBundle::CreateLoaderAndStart( in CreateLoaderAndStart() function in blink::ChildURLLoaderFactoryBundle
299 prefetch_loader_factory_->CreateLoaderAndStart( in CreateLoaderAndStart()
307 prefetch_loader_factory_->CreateLoaderAndStart( in CreateLoaderAndStart()
313 URLLoaderFactoryBundle::CreateLoaderAndStart( in CreateLoaderAndStart()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/safe_browsing/core/browser/
H A Dsafe_browsing_network_context.cc69 void CreateLoaderAndStart( in CreateLoaderAndStart() function in safe_browsing::SafeBrowsingNetworkContext::SharedURLLoaderFactory
79 GetURLLoaderFactory()->CreateLoaderAndStart( in CreateLoaderAndStart()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/safe_browsing/core/browser/
H A Dsafe_browsing_network_context.cc69 void CreateLoaderAndStart( in CreateLoaderAndStart() function in safe_browsing::SafeBrowsingNetworkContext::SharedURLLoaderFactory
79 GetURLLoaderFactory()->CreateLoaderAndStart( in CreateLoaderAndStart()

12345678910