Home
last modified time | relevance | path

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

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/cache_storage/legacy/
H A Dlegacy_cache_storage_cache.h294 blink::mojom::CacheStorageError match_all_error,
H A Dlegacy_cache_storage_cache.cc1283 CacheStorageError match_all_error, in MatchDidMatchAll() argument
1285 if (match_all_error != CacheStorageError::kSuccess) { in MatchDidMatchAll()
1286 std::move(callback).Run(match_all_error, nullptr); in MatchDidMatchAll()
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/cache_storage/legacy/
H A Dlegacy_cache_storage_cache.h294 blink::mojom::CacheStorageError match_all_error,
H A Dlegacy_cache_storage_cache.cc1386 CacheStorageError match_all_error, in MatchDidMatchAll() argument
1388 if (match_all_error != CacheStorageError::kSuccess) { in MatchDidMatchAll()
1389 std::move(callback).Run(match_all_error, nullptr); in MatchDidMatchAll()