Searched refs:CreateShareInfoTable (Results 1 - 4 of 4) sorted by relevance

/external/chromium/chrome/browser/sync/syncable/
H A Ddirectory_backing_store.h99 int CreateShareInfoTable(bool is_temporary);
H A Ddirectory_backing_store.cc1102 CreateShareInfoTable(kCreateAsTempShareInfo);
1205 int DirectoryBackingStore::CreateShareInfoTable(bool is_temporary) { function in class:syncable::DirectoryBackingStore
/external/chromium_org/sync/syncable/
H A Ddirectory_backing_store.h82 bool CreateShareInfoTable(bool is_temporary);
H A Ddirectory_backing_store.cc476 if (!CreateShareInfoTable(true))
1289 if (!CreateShareInfoTable(kCreateAsTempShareInfo)) {
1399 bool DirectoryBackingStore::CreateShareInfoTable(bool is_temporary) { function in class:syncer::syncable::DirectoryBackingStore

Completed in 235 milliseconds