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

/external/chromium_org/chromeos/cryptohome/
H A Dasync_method_caller.h46 virtual void AsyncCheckKey(const std::string& user_email,
H A Dmock_async_method_caller.cc29 ON_CALL(*this, AsyncCheckKey(_, _, _))
H A Dmock_async_method_caller.h30 MOCK_METHOD3(AsyncCheckKey, void(const std::string& user_email,
H A Dasync_method_caller.cc38 virtual void AsyncCheckKey(const std::string& user_email,
42 AsyncCheckKey(user_email, passhash, base::Bind(
/external/chromium_org/chromeos/dbus/
H A Dmock_cryptohome_client.h30 MOCK_METHOD3(AsyncCheckKey,
H A Dcryptohome_client.h116 // Calls AsyncCheckKey method. |callback| is called after the method call
118 virtual void AsyncCheckKey(const std::string& username,
H A Dfake_cryptohome_client.h30 virtual void AsyncCheckKey(const std::string& username,
H A Dfake_cryptohome_client.cc73 void FakeCryptohomeClient::AsyncCheckKey( function in class:chromeos::FakeCryptohomeClient
H A Dcryptohome_client.cc74 virtual void AsyncCheckKey(const std::string& username,
/external/chromium_org/chromeos/login/auth/
H A Dcryptohome_authenticator.cc361 cryptohome::AsyncMethodCaller::GetInstance()->AsyncCheckKey(
/external/chromium_org/chrome/browser/chromeos/login/auth/
H A Dcryptohome_authenticator_unittest.cc790 EXPECT_CALL(*mock_caller_, AsyncCheckKey(user_context_.GetUserID(), _, _))

Completed in 827 milliseconds