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

  /external/chromium_org/webkit/browser/appcache/
appcache_storage.cc 22 last_response_id_(kUnitializedId), service_(service) {
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...]
  /external/chromium_org/content/browser/appcache/
mock_appcache_storage.cc 49 last_response_id_ = 0;

Completed in 463 milliseconds