Searched refs:passphrase_type (Results 1 - 11 of 11) sorted by relevance
/external/chromium_org/sync/internal_api/public/engine/ |
H A D | sync_status.cc | 36 passphrase_type(IMPLICIT_PASSPHRASE),
|
H A D | sync_status.h | 91 PassphraseType passphrase_type; member in struct:syncer::SyncStatus
|
/external/chromium_org/sync/engine/ |
H A D | apply_control_data_updates.cc | 158 if (server_nigori.passphrase_type() == 160 local_nigori.passphrase_type() != 162 DCHECK(local_nigori.passphrase_type() == 164 local_nigori.passphrase_type() ==
|
H A D | all_status.cc | 155 status_.passphrase_type = type;
|
H A D | apply_control_data_updates_unittest.cc | 606 nigori().passphrase_type()); 689 nigori().passphrase_type()); 768 nigori().passphrase_type()); 854 nigori().passphrase_type());
|
/external/chromium_org/sync/internal_api/ |
H A D | sync_encryption_handler_impl_unittest.cc | 138 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 D | sync_encryption_handler_impl.cc | 81 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 D | about_sync_util.cc | 214 StringSyncStat passphrase_type(section_encryption, 333 passphrase_type.SetValue( 334 PassphraseTypeToString(full_status.passphrase_type));
|
H A D | profile_sync_service.cc | 1604 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 D | sync_setup_handler.cc | 367 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 D | proto_value_conversions.cc | 488 SET_ENUM(passphrase_type, PassphraseTypeString);
|
Completed in 340 milliseconds