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

  /external/chromium_org/content/browser/appcache/
appcache_working_set.cc 70 DCHECK(info->response_id() != kAppCacheNoResponseId);
71 int64 response_id = info->response_id(); local
72 DCHECK(response_infos_.find(response_id) == response_infos_.end());
73 response_infos_.insert(ResponseInfoMap::value_type(response_id, info));
77 response_infos_.erase(info->response_id());
appcache_entry.h 36 AppCacheEntry(int type, int64 response_id)
37 : types_(type), response_id_(response_id), response_size_(0) {}
39 AppCacheEntry(int type, int64 response_id, int64 response_size)
40 : types_(type), response_id_(response_id), response_size_(response_size) {}
52 int64 response_id() const { return response_id_; } function in class:content::AppCacheEntry
appcache_database.h 71 EntryRecord() : cache_id(0), flags(0), response_id(0), response_size(0) {}
76 int64 response_id; member in struct:content::AppCacheDatabase::EntryRecord
appcache_response.h 35 int64 response_id, net::HttpResponseInfo* http_info,
39 int64 response_id() const { return response_id_; } function in class:content::AppCacheResponseInfo
101 int64 response_id() const { return response_id_; } function in class:content::AppCacheResponseIO
104 AppCacheResponseIO(int64 response_id,
176 AppCacheResponseReader(int64 response_id,
231 AppCacheResponseWriter(int64 response_id,
appcache_storage.h 65 AppCacheResponseInfo* response_info, int64 response_id) {}
67 // If no response is found, entry.response_id() and
68 // fallback_entry.response_id() will be kAppCacheNoResponseId.
111 const GURL& manifest_url, int64 group_id, int64 response_id,
165 const GURL& manifest_url, int64 group_id, int64 response_id) = 0;
244 int64 response_id, AppCacheStorage* storage);
247 int64 response_id() const { return response_id_; } function in class:content::AppCacheStorage::ResponseInfoLoadTask
287 const GURL& manifest_url, int64 group_id, int64 response_id) {
289 pending_info_loads_.find(response_id);
292 return new ResponseInfoLoadTask(manifest_url, group_id, response_id, this)
    [all...]
appcache_database_unittest.cc 38 int64 group_id, cache_id, response_id, deleteable_response_rowid; local
39 group_id = cache_id = response_id = deleteable_response_rowid = 0;
40 EXPECT_TRUE(db.FindLastStorageIds(&group_id, &cache_id, &response_id,
44 EXPECT_EQ(0, response_id);
198 entry.response_id = 1;
206 entry.response_id = 2;
213 entry.response_id = 3;
224 EXPECT_EQ(1, found[0].response_id);
240 EXPECT_EQ(2, found[0].response_id);
245 EXPECT_EQ(3, found[1].response_id);
    [all...]
view_appcache_internals_job.cc 193 int64 response_id,
201 response_id_string = base::Int64ToString(response_id);
241 iter->url, iter->response_id,
543 int64 response_id, int64 group_id)
546 response_id_(response_id), group_id_(group_id), amount_read_(0) {
594 AppCacheResponseInfo* response_info, int64 response_id) OVERRIDE {
655 int64 response_id = 0; local
658 base::StringToInt64(tokens[2], &response_id) &&
663 response_id, group_id);
  /external/chromium_org/content/browser/service_worker/
service_worker_context_request_handler.cc 60 int64 response_id = context_->storage()->NewResourceId(); local
61 if (response_id == kInvalidServiceWorkerResponseId)
78 response_id);
81 int64 response_id = kInvalidServiceWorkerResponseId; local
82 if (ShouldReadFromScriptCache(request->url(), &response_id)) {
84 request, network_delegate, context_, response_id);
  /external/chromium_org/content/common/
appcache_interfaces.h 74 int64 response_id; member in struct:content::AppCacheResourceInfo
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/jsfs/
js_fs.cc 490 RequestId response_id; local
491 if (ScanVar(response, "%d", "id", &response_id) != 1) {
496 responses_.insert(ResponseMap_t::value_type(response_id, response));
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 

Completed in 269 milliseconds