/external/chromium_org/chrome/browser/sync/glue/ |
synced_device_tracker.cc | 21 // Return the DeviceInfo UNIQUE_CLIENT_TAG value for the given sync cache_guid. 22 std::string DeviceInfoLookupString(const std::string& cache_guid) { 23 return base::StringPrintf("DeviceInfo_%s", cache_guid.c_str()); 29 const std::string& cache_guid) 32 cache_guid_(cache_guid), 33 local_device_info_tag_(DeviceInfoLookupString(cache_guid)), 71 new DeviceInfo(specifics.cache_guid(), 90 new DeviceInfo(specifics.cache_guid(), 127 new DeviceInfo(specifics.cache_guid(), 136 std::string SyncedDeviceTracker::cache_guid() const function in class:browser_sync::SyncedDeviceTracker [all...] |
/external/chromium_org/sync/internal_api/test/ |
fake_sync_manager.cc | 221 const std::string FakeSyncManager::cache_guid() { function in class:syncer::FakeSyncManager 222 return test_user_share_.user_share()->directory->cache_guid();
|
/external/chromium_org/sync/syncable/ |
directory.h | 128 std::string cache_guid; // Created on first initialization, never changes. member in struct:syncer::syncable::Directory::KernelLoadInfo 216 std::string cache_guid() const; 462 const std::string cache_guid; member in struct:syncer::syncable::Directory::Kernel
|
directory.cc | 74 cache_guid(info.cache_guid), 866 string Directory::cache_guid() const { function in class:syncer::syncable::Directory 868 return kernel_->cache_guid; [all...] |
directory_backing_store.cc | 482 "db_create_version, db_create_time, next_id, cache_guid," 485 "db_create_time, next_id, cache_guid, notification_state, " 544 "SELECT store_birthday, next_id, cache_guid, bag_of_chips " 551 info->cache_guid = s.ColumnString(2); 857 "db_create_version, db_create_time, next_id, cache_guid) " 859 "db_create_time, next_id, cache_guid FROM share_info")) 1168 std::string cache_guid = get_cache_guid.ColumnString(0); local [all...] |
/external/chromium_org/sync/internal_api/ |
sync_manager_impl.cc | 421 connection_manager_->set_client_id(directory()->cache_guid()); 424 std::string sync_id = directory()->cache_guid(); 1280 const std::string SyncManagerImpl::cache_guid() { function in class:syncer::SyncManagerImpl [all...] |
/external/chromium/chrome/browser/sync/syncable/ |
syncable.cc | 322 cache_guid(info.cache_guid), 900 string Directory::cache_guid() const { function in class:syncable::Directory 902 return kernel_->cache_guid; [all...] |
syncable.h | 716 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 [all...] |