OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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);