Home
last modified time | relevance | path

Searched refs:existing_requests (Results 1 – 2 of 2) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/components/offline_pages/core/background/
H A Drequest_queue_store.cc463 int existing_requests = 0; in AddRequestSync() local
468 ++existing_requests; in AddRequestSync()
470 if (existing_requests >= options.maximum_in_flight_requests_for_namespace) in AddRequestSync()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/offline_pages/core/background/
H A Drequest_queue_store.cc463 int existing_requests = 0; in AddRequestSync() local
468 ++existing_requests; in AddRequestSync()
470 if (existing_requests >= options.maximum_in_flight_requests_for_namespace) in AddRequestSync()