HomeSort by relevance Sort by last modified time
    Searched refs:last_response_id_ (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/webkit/browser/appcache/
appcache_storage.h 291 return ++last_response_id_;
302 int64 last_response_id_; member in class:appcache::AppCacheStorage
appcache_storage.cc 22 last_response_id_(kUnitializedId), service_(service) {
appcache_storage_impl.cc 250 last_cache_id_(0), last_response_id_(0),
263 int64 last_response_id_; member in class:appcache::AppCacheStorageImpl::InitTask
270 &last_group_id_, &last_cache_id_, &last_response_id_,
278 storage_->last_response_id_ = last_response_id_;
    [all...]
mock_appcache_storage.cc 42 last_response_id_ = 0;

Completed in 108 milliseconds