Home
last modified time | relevance | path

Searched refs:last_response_id_ (Results 1 – 8 of 8) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/appcache/
H A Dappcache_storage.h321 int64_t NewResponseId() { return ++last_response_id_; } in NewResponseId()
331 int64_t last_response_id_; variable
H A Dappcache_storage.cc27 last_response_id_(kUnitializedId), in AppCacheStorage()
H A Dappcache_storage_impl.cc248 last_cache_id_(0), last_response_id_(0), in InitTask()
270 int64_t last_response_id_; member in content::AppCacheStorageImpl::InitTask
288 &last_group_id_, &last_cache_id_, &last_response_id_, in Run()
296 storage_->last_response_id_ = last_response_id_; in RunCompleted()
H A Dmock_appcache_storage.cc46 last_response_id_ = 0; in MockAppCacheStorage()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/appcache/
H A Dappcache_storage.h333 int64_t NewResponseId() { return ++last_response_id_; } in NewResponseId()
343 int64_t last_response_id_; variable
H A Dappcache_storage.cc33 last_response_id_(kUnitializedId), in AppCacheStorage()
H A Dappcache_storage_impl.cc247 last_cache_id_(0), last_response_id_(0), in InitTask()
269 int64_t last_response_id_; member in content::AppCacheStorageImpl::InitTask
287 &last_group_id_, &last_cache_id_, &last_response_id_, in Run()
295 storage_->last_response_id_ = last_response_id_; in RunCompleted()
H A Dmock_appcache_storage.cc46 last_response_id_ = 0; in MockAppCacheStorage()