Home
last modified time | relevance | path

Searched defs:InsertEntry (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/sync/syncable/
Ddirectory.cc346 bool Directory::InsertEntry(BaseWriteTransaction* trans, EntryKernel* entry) { in InsertEntry() function in syncer::syncable::Directory
351 bool Directory::InsertEntry(BaseWriteTransaction* trans, in InsertEntry() function in syncer::syncable::Directory
/external/chromium/chrome/browser/sync/syncable/
Dsyncable.cc519 void Directory::InsertEntry(EntryKernel* entry) { in InsertEntry() function in syncable::Directory
524 void Directory::InsertEntry(EntryKernel* entry, ScopedKernelLock* lock) { in InsertEntry() function in syncable::Directory
/external/chromium_org/webkit/browser/appcache/
Dappcache_database.cc597 bool AppCacheDatabase::InsertEntry(const EntryRecord* record) { in InsertEntry() function in appcache::AppCacheDatabase