/external/chromium_org/webkit/browser/appcache/ |
appcache_working_set.cc | 70 DCHECK(info->response_id() != kNoResponseId); 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:appcache::AppCacheEntry
|
appcache_database.h | 55 EntryRecord() : cache_id(0), flags(0), response_id(0), response_size(0) {} 60 int64 response_id; member in struct:appcache::AppCacheDatabase::EntryRecord
|
appcache_response.h | 35 int64 response_id, net::HttpResponseInfo* http_info, 39 int64 response_id() const { return response_id_; } function in class:appcache::AppCacheResponseInfo 101 int64 response_id() const { return response_id_; } function in class:appcache::AppCacheResponseIO 104 AppCacheResponseIO(int64 response_id, 176 AppCacheResponseReader(int64 response_id, 241 AppCacheResponseWriter(int64 response_id,
|
appcache_storage.h | 59 AppCacheResponseInfo* response_info, int64 response_id) {} 61 // If no response is found, entry.response_id() and 62 // fallback_entry.response_id() will be kNoResponseId. 105 const GURL& manifest_url, int64 group_id, int64 response_id, 158 const GURL& manifest_url, int64 group_id, int64 response_id) = 0; 238 int64 response_id, AppCacheStorage* storage); 241 int64 response_id() const { return response_id_; } function in class:appcache::AppCacheStorage::ResponseInfoLoadTask 281 const GURL& manifest_url, int64 group_id, int64 response_id) { 283 pending_info_loads_.find(response_id); 286 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); 165 entry.response_id = 1; 173 entry.response_id = 2; 180 entry.response_id = 3; 191 EXPECT_EQ(1, found[0].response_id); 207 EXPECT_EQ(2, found[0].response_id); 212 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); 242 iter->url, iter->response_id, 544 int64 response_id, int64 group_id) 547 response_id_(response_id), group_id_(group_id), amount_read_(0) { 595 AppCacheResponseInfo* response_info, int64 response_id) OVERRIDE { 656 int64 response_id; local 659 base::StringToInt64(tokens[2], &response_id) && 664 response_id, group_id);
|
/external/chromium_org/webkit/common/appcache/ |
appcache_interfaces.h | 95 int64 response_id; member in struct:appcache::AppCacheResourceInfo
|
/external/chromium/chrome/browser/ui/gtk/ |
gtk_util.cc | 639 const gchar* stock_id, gint response_id) { 645 response_id); local [all...] |
/external/chromium_org/chrome/browser/ui/gtk/ |
gtk_util.cc | 599 const gchar* stock_id, gint response_id) { 605 response_id); local [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar | |