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

  /external/chromium_org/webkit/browser/appcache/
appcache_storage.h 300 return ++last_response_id_;
311 int64 last_response_id_; member in class:appcache::AppCacheStorage
appcache_storage_impl.cc 259 last_cache_id_(0), last_response_id_(0),
281 int64 last_response_id_; member in class:appcache::AppCacheStorageImpl::InitTask
299 &last_group_id_, &last_cache_id_, &last_response_id_,
307 storage_->last_response_id_ = last_response_id_;
    [all...]

Completed in 112 milliseconds