SetDecryptionPassphrase 105 chrome/browser/sync/glue/sync_backend_host.h virtual bool SetDecryptionPassphrase(const std::string& passphrase) SetDecryptionPassphrase 505 chrome/browser/sync/glue/sync_backend_host_core.cc sync_manager_->GetEncryptionHandler()->SetDecryptionPassphrase( SetDecryptionPassphrase 98 chrome/browser/sync/glue/sync_backend_host_impl.h virtual bool SetDecryptionPassphrase(const std::string& passphrase) SetDecryptionPassphrase 50 chrome/browser/sync/glue/sync_backend_host_mock.h virtual bool SetDecryptionPassphrase( SetDecryptionPassphrase 1959 chrome/browser/sync/profile_sync_service.cc if (SetDecryptionPassphrase(passphrase)) { SetDecryptionPassphrase 2029 chrome/browser/sync/profile_sync_service.cc return backend_->SetDecryptionPassphrase(passphrase); SetDecryptionPassphrase 641 chrome/browser/sync/profile_sync_service.h virtual bool SetDecryptionPassphrase(const std::string& passphrase) SetDecryptionPassphrase 265 chrome/browser/sync/profile_sync_service_android.cc return sync_service_->SetDecryptionPassphrase(key); SetDecryptionPassphrase 101 chrome/browser/sync/profile_sync_service_android.h jboolean SetDecryptionPassphrase(JNIEnv* env, SetDecryptionPassphrase 132 chrome/browser/sync/profile_sync_service_mock.h MOCK_METHOD1(SetDecryptionPassphrase, bool(const std::string& passphrase)); SetDecryptionPassphrase 119 chrome/browser/sync/test/integration/passwords_helper.cc test()->GetProfile(index))->SetDecryptionPassphrase(passphrase); SetDecryptionPassphrase 50 chrome/browser/sync/test/integration/passwords_helper.h bool SetDecryptionPassphrase(int index, const std::string& passphrase); SetDecryptionPassphrase 40 chrome/browser/sync/test/integration/two_client_bookmarks_sync_test.cc using passwords_helper::SetDecryptionPassphrase; SetDecryptionPassphrase 1872 chrome/browser/sync/test/integration/two_client_bookmarks_sync_test.cc ASSERT_TRUE(SetDecryptionPassphrase(1, kValidPassphrase)); SetDecryptionPassphrase 24 chrome/browser/sync/test/integration/two_client_passwords_sync_test.cc using passwords_helper::SetDecryptionPassphrase; SetDecryptionPassphrase 127 chrome/browser/sync/test/integration/two_client_passwords_sync_test.cc ASSERT_TRUE(SetDecryptionPassphrase(1, kValidPassphrase)); SetDecryptionPassphrase 141 chrome/browser/sync/test/integration/two_client_passwords_sync_test.cc ASSERT_TRUE(SetDecryptionPassphrase(1, kValidPassphrase)); SetDecryptionPassphrase 247 chrome/browser/sync/test/integration/two_client_passwords_sync_test.cc ASSERT_TRUE(SetDecryptionPassphrase(1, kValidPassphrase)); SetDecryptionPassphrase 277 chrome/browser/sync/test/integration/two_client_passwords_sync_test.cc ASSERT_FALSE(SetDecryptionPassphrase(1, kAnotherValidPassphrase)); SetDecryptionPassphrase 292 chrome/browser/sync/test/integration/two_client_passwords_sync_test.cc ASSERT_TRUE(SetDecryptionPassphrase(1, kValidPassphrase)); SetDecryptionPassphrase 13 chrome/browser/sync/test/integration/two_client_sessions_sync_test.cc using passwords_helper::SetDecryptionPassphrase; SetDecryptionPassphrase 673 chrome/browser/ui/webui/sync_setup_handler.cc !service->SetDecryptionPassphrase(configuration.passphrase); SetDecryptionPassphrase 726 chrome/browser/ui/webui/sync_setup_handler_unittest.cc EXPECT_CALL(*mock_pss_, SetDecryptionPassphrase("gaiaPassphrase")). SetDecryptionPassphrase 779 chrome/browser/ui/webui/sync_setup_handler_unittest.cc EXPECT_CALL(*mock_pss_, SetDecryptionPassphrase("invalid_passphrase")). SetDecryptionPassphrase 158 sync/internal_api/public/sync_encryption_handler.h virtual void SetDecryptionPassphrase(const std::string& passphrase) = 0; SetDecryptionPassphrase 62 sync/internal_api/sync_encryption_handler_impl.h virtual void SetDecryptionPassphrase(const std::string& passphrase) OVERRIDE; SetDecryptionPassphrase 765 sync/internal_api/sync_encryption_handler_impl_unittest.cc encryption_handler()->SetDecryptionPassphrase(kOtherKey); SetDecryptionPassphrase 824 sync/internal_api/sync_encryption_handler_impl_unittest.cc encryption_handler()->SetDecryptionPassphrase(kOtherKey); SetDecryptionPassphrase 1147 sync/internal_api/sync_encryption_handler_impl_unittest.cc encryption_handler()->SetDecryptionPassphrase(kCurKey); SetDecryptionPassphrase 1225 sync/internal_api/sync_encryption_handler_impl_unittest.cc encryption_handler()->SetDecryptionPassphrase(kCurKey); SetDecryptionPassphrase 1648 sync/internal_api/sync_encryption_handler_impl_unittest.cc encryption_handler()->SetDecryptionPassphrase(kOldKey); SetDecryptionPassphrase 1755 sync/internal_api/sync_encryption_handler_impl_unittest.cc encryption_handler()->SetDecryptionPassphrase(kOldKey); SetDecryptionPassphrase 1849 sync/internal_api/sync_encryption_handler_impl_unittest.cc encryption_handler()->SetDecryptionPassphrase(kCurKey); SetDecryptionPassphrase 2104 sync/internal_api/sync_encryption_handler_impl_unittest.cc encryption_handler()->SetDecryptionPassphrase(kOldGaiaKey); SetDecryptionPassphrase 2245 sync/internal_api/sync_encryption_handler_impl_unittest.cc encryption_handler()->SetDecryptionPassphrase(kCustomPass); SetDecryptionPassphrase 1320 sync/internal_api/sync_manager_impl_unittest.cc sync_manager_.GetEncryptionHandler()->SetDecryptionPassphrase("passphrase2"); SetDecryptionPassphrase 1458 sync/internal_api/sync_manager_impl_unittest.cc sync_manager_.GetEncryptionHandler()->SetDecryptionPassphrase("explicit"); SetDecryptionPassphrase 37 sync/test/fake_sync_encryption_handler.h virtual void SetDecryptionPassphrase(const std::string& passphrase) OVERRIDE;