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

/external/chromium_org/chromeos/cryptohome/
H A Dasync_method_caller.h54 virtual void AsyncMigrateKey(const std::string& user_email,
H A Dmock_async_method_caller.cc32 ON_CALL(*this, AsyncMigrateKey(_, _, _, _))
H A Dmock_async_method_caller.h33 MOCK_METHOD4(AsyncMigrateKey, void(const std::string& user_email,
H A Dasync_method_caller.cc49 virtual void AsyncMigrateKey(const std::string& user_email,
54 AsyncMigrateKey(user_email, old_hash, new_hash, base::Bind(
/external/chromium_org/chromeos/dbus/
H A Dmock_cryptohome_client.h34 MOCK_METHOD4(AsyncMigrateKey,
H A Dcryptohome_client.h122 // Calls AsyncMigrateKey method. |callback| is called after the method call
124 virtual void AsyncMigrateKey(const std::string& username,
H A Dfake_cryptohome_client.h33 virtual void AsyncMigrateKey(const std::string& username,
H A Dfake_cryptohome_client.cc80 void FakeCryptohomeClient::AsyncMigrateKey( function in class:chromeos::FakeCryptohomeClient
H A Dcryptohome_client.cc89 virtual void AsyncMigrateKey(const std::string& username,
/external/chromium_org/chromeos/login/auth/
H A Dcryptohome_authenticator.cc324 caller->AsyncMigrateKey(attempt->user_context.GetUserID(),
332 caller->AsyncMigrateKey(attempt->user_context.GetUserID(),
/external/chromium_org/chrome/browser/chromeos/login/auth/
H A Dcryptohome_authenticator_unittest.cc674 AsyncMigrateKey(
700 AsyncMigrateKey(

Completed in 1019 milliseconds