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

  /external/chromium_org/webkit/browser/appcache/
appcache_database.h 54 struct EntryRecord {
55 EntryRecord() : cache_id(0), flags(0), response_id(0), response_size(0) {}
116 int64 cache_id, std::vector<EntryRecord>* records);
118 const GURL& url, std::vector<EntryRecord>* records);
119 bool FindEntry(int64 cache_id, const GURL& url, EntryRecord* record);
120 bool InsertEntry(const EntryRecord* record);
122 const std::vector<EntryRecord>& records);
179 void ReadEntryRecord(const sql::Statement& statement, EntryRecord* record);
  /external/chromium_org/net/disk_cache/v3/
disk_format_v3.h 155 struct EntryRecord {
172 COMPILE_ASSERT(sizeof(EntryRecord) == 104, bad_EntryRecord);

Completed in 1668 milliseconds