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

  /external/chromium_org/content/browser/appcache/
appcache_database.h 70 struct EntryRecord {
71 EntryRecord() : cache_id(0), flags(0), response_id(0), response_size(0) {}
132 int64 cache_id, std::vector<EntryRecord>* records);
134 const GURL& url, std::vector<EntryRecord>* records);
135 bool FindEntry(int64 cache_id, const GURL& url, EntryRecord* record);
136 bool InsertEntry(const EntryRecord* record);
138 const std::vector<EntryRecord>& records);
195 void ReadEntryRecord(const sql::Statement& statement, EntryRecord* record);
  /external/chromium_org/net/disk_cache/blockfile/
disk_format_v3.h 211 struct EntryRecord {
228 COMPILE_ASSERT(sizeof(EntryRecord) == 104, bad_EntryRecord);

Completed in 295 milliseconds