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

/external/chromium_org/sync/test/fake_server/
H A Dentity_builder_factory.cc22 EntityBuilderFactory::EntityBuilderFactory(const string& cache_guid) argument
23 : cache_guid_(cache_guid), latest_client_item_id_(0L) {
/external/chromium_org/chrome/browser/sync/glue/
H A Dlocal_device_info_provider_mock.cc42 const std::string& cache_guid, const std::string& signin_scoped_device_id) {
41 Initialize( const std::string& cache_guid, const std::string& signin_scoped_device_id) argument
H A Dlocal_device_info_provider_impl.cc124 const std::string& cache_guid, const std::string& signin_scoped_device_id) {
125 DCHECK(!cache_guid.empty());
126 cache_guid_ = cache_guid;
132 cache_guid,
123 Initialize( const std::string& cache_guid, const std::string& signin_scoped_device_id) argument
H A Dsync_backend_host_impl.cc642 const std::string& cache_guid) {
672 cache_guid,
637 HandleInitializationSuccessOnFrontendLoop( const syncer::WeakHandle<syncer::JsBackend> js_backend, const syncer::WeakHandle<syncer::DataTypeDebugInfoListener> debug_info_listener, syncer::SyncContextProxy* sync_context_proxy, const std::string& cache_guid) argument
/external/chromium_org/sync/engine/
H A Dcommit.cc39 const std::string& cache_guid,
58 commit_message->set_cache_guid(cache_guid);
34 Init( ModelTypeSet requested_types, ModelTypeSet enabled_types, size_t max_entries, const std::string& account_name, const std::string& cache_guid, CommitProcessor* commit_processor, ExtensionsActivity* extensions_activity) argument
/external/chromium_org/sync/internal_api/
H A Dsync_rollback_manager_base.cc153 const std::string SyncRollbackManagerBase::cache_guid() { function in class:syncer::SyncRollbackManagerBase
154 return share_.directory->cache_guid();
H A Dsync_manager_impl.cc298 connection_manager_->set_client_id(directory()->cache_guid());
301 std::string sync_id = directory()->cache_guid();
939 const std::string SyncManagerImpl::cache_guid() { function in class:syncer::SyncManagerImpl
941 return directory()->cache_guid();
/external/chromium_org/sync/internal_api/test/
H A Dfake_sync_manager.cc202 const std::string FakeSyncManager::cache_guid() { function in class:syncer::FakeSyncManager
203 return test_user_share_.user_share()->directory->cache_guid();
/external/chromium_org/sync/syncable/
H A Ddirectory.h142 std::string cache_guid; // Created on first initialization, never changes. member in struct:syncer::syncable::Directory::KernelLoadInfo
238 std::string cache_guid() const;
507 const std::string cache_guid; member in struct:syncer::syncable::Directory::Kernel
H A Ddirectory_backing_store.cc525 "db_create_version, db_create_time, next_id, cache_guid,"
528 "db_create_time, next_id, cache_guid, notification_state, "
587 "SELECT store_birthday, next_id, cache_guid, bag_of_chips "
594 info->cache_guid = s.ColumnString(2);
902 "db_create_version, db_create_time, next_id, cache_guid) "
904 "db_create_time, next_id, cache_guid FROM share_info"))
1206 // Fetch the cache_guid from the DB, because we don't otherwise have access to
1209 "SELECT cache_guid FROM share_info"));
1213 std::string cache_guid = get_cache_guid.ColumnString(0); local
1271 cache_guid,
[all...]
H A Ddirectory.cc86 cache_guid(info.cache_guid),
1005 string Directory::cache_guid() const { function in class:syncer::syncable::Directory
1007 return kernel_->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_org/chrome/browser/sync/sessions/
H A Dsessions_sync_manager.cc74 static std::string BuildMachineTag(const std::string& cache_guid) { argument
76 machine_tag.append(cache_guid);
95 // a conveniently safe time to assert sync is ready and the cache_guid is
683 std::string cache_guid = local_device_->GetLocalSyncCacheGUID(); local
684 DCHECK(!cache_guid.empty());
685 current_machine_tag_ = BuildMachineTag(cache_guid);
/external/chromium_org/chrome/browser/sync/
H A Dprofile_sync_service.cc1063 const std::string& cache_guid,
1099 local_device_->Initialize(cache_guid, signin_scoped_device_id);
1059 OnBackendInitialized( const syncer::WeakHandle<syncer::JsBackend>& js_backend, const syncer::WeakHandle<syncer::DataTypeDebugInfoListener>& debug_info_listener, const std::string& cache_guid, bool success) argument

Completed in 2048 milliseconds