Searched refs:passphrase_type (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/sync/internal_api/public/engine/
H A Dsync_status.cc36 passphrase_type(IMPLICIT_PASSPHRASE),
H A Dsync_status.h91 PassphraseType passphrase_type; member in struct:syncer::SyncStatus
/external/chromium_org/sync/engine/
H A Dapply_control_data_updates.cc158 if (server_nigori.passphrase_type() ==
160 local_nigori.passphrase_type() !=
162 DCHECK(local_nigori.passphrase_type() ==
164 local_nigori.passphrase_type() ==
H A Dall_status.cc155 status_.passphrase_type = type;
H A Dapply_control_data_updates_unittest.cc606 nigori().passphrase_type());
689 nigori().passphrase_type());
768 nigori().passphrase_type());
854 nigori().passphrase_type());
/external/chromium_org/sync/internal_api/
H A Dsync_encryption_handler_impl_unittest.cc138 void VerifyMigratedNigori(PassphraseType passphrase_type, argument
140 VerifyMigratedNigoriWithTimestamp(0, passphrase_type, passphrase);
145 PassphraseType passphrase_type,
156 if (passphrase_type == CUSTOM_PASSPHRASE ||
157 passphrase_type == FROZEN_IMPLICIT_PASSPHRASE) {
160 if (passphrase_type == CUSTOM_PASSPHRASE) {
162 nigori.passphrase_type());
170 nigori.passphrase_type());
176 nigori.passphrase_type());
192 PassphraseType passphrase_type,
143 VerifyMigratedNigoriWithTimestamp( int64 migration_time, PassphraseType passphrase_type, const std::string& passphrase) argument
191 BuildMigratedNigori( PassphraseType passphrase_type, int64 migration_time, const std::string& default_passphrase, const std::string& keystore_key) argument
301 InitUnmigratedNigori(const std::string& default_passphrase, PassphraseType passphrase_type) argument
[all...]
H A Dsync_encryption_handler_impl.cc81 if (nigori.passphrase_type() ==
84 if (nigori.passphrase_type() ==
869 ProtoPassphraseTypeToEnum(nigori.passphrase_type());
929 ProtoPassphraseTypeToEnum(nigori.passphrase_type()));
992 (ProtoPassphraseTypeToEnum(nigori.passphrase_type()) ==
1310 nigori.passphrase_type() ==
/external/chromium_org/chrome/browser/sync/
H A Dabout_sync_util.cc214 StringSyncStat passphrase_type(section_encryption,
333 passphrase_type.SetValue(
334 PassphraseTypeToString(full_status.passphrase_type));
H A Dprofile_sync_service.cc1604 syncer::PassphraseType passphrase_type = GetPassphraseType(); local
1605 return passphrase_type == syncer::FROZEN_IMPLICIT_PASSPHRASE ||
1606 passphrase_type == syncer::CUSTOM_PASSPHRASE;
/external/chromium_org/chrome/browser/ui/webui/
H A Dsync_setup_handler.cc367 syncer::PassphraseType passphrase_type = service->GetPassphraseType(); local
378 switch (passphrase_type) {
397 } else if (passphrase_type == syncer::CUSTOM_PASSPHRASE) {
/external/chromium_org/sync/protocol/
H A Dproto_value_conversions.cc488 SET_ENUM(passphrase_type, PassphraseTypeString);

Completed in 169 milliseconds