Home
last modified time | relevance | path

Searched refs:ClearCodeCacheEntry (Results 1 – 14 of 14) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/renderer_host/
H A Dcode_cache_host_impl.h64 void ClearCodeCacheEntry(blink::mojom::CodeCacheType cache_type,
H A Dcode_cache_host_impl.cc164 void CodeCacheHostImpl::ClearCodeCacheEntry( in ClearCodeCacheEntry() function in content::CodeCacheHostImpl
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/renderer_host/
H A Dcode_cache_host_impl.h64 void ClearCodeCacheEntry(blink::mojom::CodeCacheType cache_type,
H A Dcode_cache_host_impl.cc165 void CodeCacheHostImpl::ClearCodeCacheEntry( in ClearCodeCacheEntry() function in content::CodeCacheHostImpl
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/public/mojom/loader/
H A Dcode_cache.mojom32 ClearCodeCacheEntry(CodeCacheType cache_type, url.mojom.Url url);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/public/mojom/loader/
H A Dcode_cache.mojom34 ClearCodeCacheEntry(CodeCacheType cache_type, url.mojom.Url url);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/renderer/
H A Drenderer_blink_platform_impl.h92 void ClearCodeCacheEntry(blink::mojom::CodeCacheType cache_type,
H A Drenderer_blink_platform_impl.cc362 void RendererBlinkPlatformImpl::ClearCodeCacheEntry( in ClearCodeCacheEntry() function in content::RendererBlinkPlatformImpl
365 GetCodeCacheHost().ClearCodeCacheEntry(cache_type, url); in ClearCodeCacheEntry()
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/renderer/
H A Drenderer_blink_platform_impl.h89 void ClearCodeCacheEntry(blink::mojom::CodeCacheType cache_type,
H A Drenderer_blink_platform_impl.cc332 void RendererBlinkPlatformImpl::ClearCodeCacheEntry( in ClearCodeCacheEntry() function in content::RendererBlinkPlatformImpl
335 GetCodeCacheHost().ClearCodeCacheEntry(cache_type, url); in ClearCodeCacheEntry()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/public/platform/
H A Dplatform.h309 virtual void ClearCodeCacheEntry(blink::mojom::CodeCacheType cache_type, in ClearCodeCacheEntry() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/public/platform/
H A Dplatform.h320 virtual void ClearCodeCacheEntry(blink::mojom::CodeCacheType cache_type, in ClearCodeCacheEntry() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/loader/fetch/
H A Dresource_loader.cc870 Platform::Current()->ClearCodeCacheEntry(cache_type, resource_->Url()); in ClearCachedCode()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/platform/loader/fetch/
H A Dresource_loader.cc914 Platform::Current()->ClearCodeCacheEntry(cache_type, resource_->Url()); in ClearCachedCode()