Home
last modified time | relevance | path

Searched refs:appcache_handle (Results 1 – 20 of 20) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/loader/
H A Dnavigation_url_loader.cc29 AppCacheNavigationHandle* appcache_handle, in Create() argument
48 std::move(navigation_ui_data), service_worker_handle, appcache_handle, in Create()
H A Dnavigation_url_loader.h57 AppCacheNavigationHandle* appcache_handle,
H A Dnavigation_url_loader_impl.cc406 AppCacheNavigationHandle* appcache_handle, in Start() argument
483 CreateInterceptors(request_info.get(), appcache_handle, in Start()
490 AppCacheNavigationHandle* appcache_handle, in CreateInterceptors() argument
521 if (appcache_handle) { in CreateInterceptors()
522 CHECK(appcache_handle->host()); in CreateInterceptors()
525 *resource_request_, appcache_handle->host()->GetWeakPtr()); in CreateInterceptors()
1267 AppCacheNavigationHandle* appcache_handle, in NavigationURLLoaderImpl() argument
1428 service_worker_handle_core, appcache_handle, in NavigationURLLoaderImpl()
H A Dnavigation_url_loader_impl.h46 AppCacheNavigationHandle* appcache_handle,
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/loader/
H A Dnavigation_url_loader.cc29 AppCacheNavigationHandle* appcache_handle, in Create() argument
49 std::move(navigation_ui_data), service_worker_handle, appcache_handle, in Create()
H A Dnavigation_url_loader_impl.h54 AppCacheNavigationHandle* appcache_handle,
73 AppCacheNavigationHandle* appcache_handle,
81 void CreateInterceptors(AppCacheNavigationHandle* appcache_handle,
H A Dnavigation_url_loader_impl.cc332 AppCacheNavigationHandle* appcache_handle, in Start() argument
399 CreateInterceptors(appcache_handle, prefetched_signed_exchange_cache, in Start()
405 AppCacheNavigationHandle* appcache_handle, in CreateInterceptors() argument
438 if (appcache_handle) { in CreateInterceptors()
439 CHECK(appcache_handle->host()); in CreateInterceptors()
442 *resource_request_, appcache_handle->host()->GetWeakPtr()); in CreateInterceptors()
1097 AppCacheNavigationHandle* appcache_handle, in NavigationURLLoaderImpl() argument
1253 Start(network_factory, appcache_handle, in NavigationURLLoaderImpl()
H A Dnavigation_url_loader.h65 AppCacheNavigationHandle* appcache_handle,
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/worker_host/
H A Dshared_worker_service_impl.cc299 auto appcache_handle = std::make_unique<AppCacheNavigationHandle>( in CreateWorker() local
301 appcache_host = appcache_handle->host()->GetWeakPtr(); in CreateWorker()
302 host->SetAppCacheHandle(std::move(appcache_handle)); in CreateWorker()
H A Ddedicated_worker_host.cc191 const AppCacheNavigationHandle* appcache_handle = in StartScriptLoad() local
193 if (appcache_handle) { in StartScriptLoad()
195 appcache_handle->appcache_host_id()); in StartScriptLoad()
H A Dshared_worker_host.cc472 std::unique_ptr<AppCacheNavigationHandle> appcache_handle) { in SetAppCacheHandle() argument
474 appcache_handle_ = std::move(appcache_handle); in SetAppCacheHandle()
H A Dshared_worker_host.h123 std::unique_ptr<AppCacheNavigationHandle> appcache_handle);
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/worker_host/
H A Dshared_worker_service_impl.cc330 auto appcache_handle = std::make_unique<AppCacheNavigationHandle>( in CreateWorker() local
332 appcache_host = appcache_handle->host()->GetWeakPtr(); in CreateWorker()
333 host->SetAppCacheHandle(std::move(appcache_handle)); in CreateWorker()
H A Ddedicated_worker_host.cc167 const AppCacheNavigationHandle* appcache_handle = in StartScriptLoad() local
169 if (appcache_handle) { in StartScriptLoad()
173 appcache_service->GetHost(appcache_handle->appcache_host_id()); in StartScriptLoad()
H A Dshared_worker_host.h127 std::unique_ptr<AppCacheNavigationHandle> appcache_handle);
H A Dshared_worker_host.cc510 std::unique_ptr<AppCacheNavigationHandle> appcache_handle) { in SetAppCacheHandle() argument
512 appcache_handle_ = std::move(appcache_handle); in SetAppCacheHandle()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/frame_host/
H A Dnavigation_request.h469 AppCacheNavigationHandle* appcache_handle() const { in appcache_handle() function
H A Drender_frame_host_impl.cc5393 if (navigation_request && navigation_request->appcache_handle()) { in CommitNavigation()
5397 navigation_request->appcache_handle() in CommitNavigation()
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/renderer_host/
H A Dnavigation_request.h572 AppCacheNavigationHandle* appcache_handle() const { in appcache_handle() function
H A Drender_frame_host_impl.cc6279 if (navigation_request->appcache_handle()) { in CommitNavigation()
6283 navigation_request->appcache_handle() in CommitNavigation()