Searched defs:encryption_key_name (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/sync/internal_api/public/
H A Dnon_blocking_sync_common.h44 std::string encryption_key_name; member in struct:syncer::DataTypeState
101 std::string encryption_key_name; member in struct:syncer::UpdateResponseData
/external/chromium_org/sync/engine/
H A Dmodel_type_entity.cc40 const std::string& encryption_key_name) {
53 encryption_key_name));
68 const std::string& encryption_key_name)
81 encryption_key_name_(encryption_key_name) {
112 const std::string& encryption_key_name) {
169 const std::string& encryption_key_name) {
173 encryption_key_name_ = encryption_key_name;
31 FromServerUpdate( const std::string& id, const std::string& client_tag_hash, const std::string& non_unique_name, int64 version, const sync_pb::EntitySpecifics& specifics, bool deleted, base::Time ctime, base::Time mtime, const std::string& encryption_key_name) argument
56 ModelTypeEntity(int64 sequence_number, int64 commit_requested_sequence_number, int64 acked_sequence_number, int64 base_version, bool is_dirty, const std::string& id, const std::string& client_tag_hash, const std::string& non_unique_name, const sync_pb::EntitySpecifics& specifics, bool deleted, base::Time ctime, base::Time mtime, const std::string& encryption_key_name) argument
107 ApplyUpdateFromServer( int64 update_version, bool deleted, const sync_pb::EntitySpecifics& specifics, base::Time mtime, const std::string& encryption_key_name) argument
165 ReceiveCommitResponse( const std::string& id, int64 sequence_number, int64 response_version, const std::string& encryption_key_name) argument

Completed in 219 milliseconds