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

/external/chromium/net/tools/testserver/
H A Dchromiumsync.py554 def _RewriteIdsAsServerIds(self, entry, cache_guid, commit_session):
565 cache_guid: The globally unique ID of the client that sent this
575 new_id = self._ClientIdToId(cache_guid, entry.id_string)
576 entry.originator_cache_guid = cache_guid
585 def CommitEntry(self, entry, cache_guid, commit_session):
590 cache_guid: A string value uniquely identifying the client; this
605 self._RewriteIdsAsServerIds(entry, cache_guid, commit_session)
782 guid = commit_message.cache_guid
/external/chromium/chrome/browser/sync/engine/
H A Dbuild_commit_command.cc93 session->write_transaction()->directory()->cache_guid());
H A Dsyncer_util.cc138 const std::string& client_id = trans->directory()->cache_guid();
H A Dsyncer_unittest.cc1503 dir->cache_guid(), folder_id.GetServerId());
1572 dir->cache_guid(), entry_id.GetServerId());
1627 dir->cache_guid(),
H A Dsyncapi.cc1864 connection_manager()->set_client_id(lookup->cache_guid());
/external/chromium/chrome/browser/sync/syncable/
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
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 Ddirectory_backing_store.cc585 "SELECT store_birthday, next_id, cache_guid, "
596 info->cache_guid = query.column_string(2);
944 "db_create_version, db_create_time, next_id, cache_guid) "
946 "db_create_time, next_id, cache_guid FROM share_info");
1114 "?, " // cache_guid
1129 statement.bind_string(5, GenerateCacheGUID()); // cache_guid
1218 "cache_guid TEXT, "
1243 "cache_guid TEXT )");
/external/chromium/chrome/browser/sync/glue/
H A Dsession_model_associator.cc453 // kernel's cache_guid changes every time syncing is turned on and off. This
459 current_machine_tag_.append(dir->cache_guid());

Completed in 172 milliseconds