Searched defs:cache_guid (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/chrome/browser/sync/glue/
H A Dsynced_device_tracker.cc21 // Return the DeviceInfo UNIQUE_CLIENT_TAG value for the given sync cache_guid.
22 std::string DeviceInfoLookupString(const std::string& cache_guid) { argument
23 return base::StringPrintf("DeviceInfo_%s", cache_guid.c_str());
29 const std::string& cache_guid)
33 cache_guid_(cache_guid),
34 local_device_info_tag_(DeviceInfoLookupString(cache_guid)) {
70 new DeviceInfo(specifics.cache_guid(),
89 new DeviceInfo(specifics.cache_guid(),
126 new DeviceInfo(specifics.cache_guid(),
28 SyncedDeviceTracker(syncer::UserShare* user_share, const std::string& cache_guid) argument
/external/chromium_org/sync/syncable/
H A Ddirectory.h126 std::string cache_guid; // Created on first initialization, never changes. member in struct:syncer::syncable::Directory::KernelLoadInfo
214 std::string cache_guid() const;
463 const std::string cache_guid; member in struct:syncer::syncable::Directory::Kernel
H A Ddirectory.cc74 cache_guid(info.cache_guid),
866 string Directory::cache_guid() const { function in class:syncer::syncable::Directory
868 return kernel_->cache_guid;
H A Ddirectory_backing_store.cc480 "db_create_version, db_create_time, next_id, cache_guid,"
483 "db_create_time, next_id, cache_guid, notification_state, "
542 "SELECT store_birthday, next_id, cache_guid, bag_of_chips "
549 info->cache_guid = s.ColumnString(2);
855 "db_create_version, db_create_time, next_id, cache_guid) "
857 "db_create_time, next_id, cache_guid FROM share_info"))
1159 // Fetch the cache_guid from the DB, because we don't otherwise have access to
1162 "SELECT cache_guid FROM share_info"));
1166 std::string cache_guid = get_cache_guid.ColumnString(0); local
1224 cache_guid,
[all...]
/external/chromium_org/sync/internal_api/test/
H A Dfake_sync_manager.cc224 const std::string FakeSyncManager::cache_guid() { function in class:syncer::FakeSyncManager
225 return test_user_share_.user_share()->directory->cache_guid();
/external/chromium_org/sync/internal_api/public/base/
H A Dunique_position_unittest.cc384 explicit SuffixGenerator(const std::string& cache_guid) argument
385 : cache_guid_(cache_guid),
/external/chromium/chrome/browser/sync/syncable/
H A Dsyncable.cc322 cache_guid(info.cache_guid),
900 string Directory::cache_guid() const { function in class:syncable::Directory
902 return kernel_->cache_guid;
H A Dsyncable.h716 std::string cache_guid; // Created on first initialization, never changes. member in struct:syncable::Directory::KernelLoadInfo
794 std::string cache_guid() const;
1033 std::string cache_guid; member in struct:syncable::Directory::Kernel
/external/chromium_org/sync/internal_api/
H A Dsync_manager_impl.cc424 connection_manager_->set_client_id(directory()->cache_guid());
427 std::string sync_id = directory()->cache_guid();
1263 const std::string SyncManagerImpl::cache_guid() { function in class:syncer::SyncManagerImpl
1265 return directory()->cache_guid();

Completed in 153 milliseconds