HomeSort by relevance Sort by last modified time
    Searched refs:AsyncCheckKey (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/chromeos/cryptohome/
async_method_caller.h 46 virtual void AsyncCheckKey(const std::string& user_email,
mock_async_method_caller.cc 29 ON_CALL(*this, AsyncCheckKey(_, _, _))
mock_async_method_caller.h 30 MOCK_METHOD3(AsyncCheckKey, void(const std::string& user_email,
async_method_caller.cc 38 virtual void AsyncCheckKey(const std::string& user_email,
42 AsyncCheckKey(user_email, passhash, base::Bind(
  /external/chromium_org/chromeos/dbus/
mock_cryptohome_client.h 30 MOCK_METHOD3(AsyncCheckKey,
cryptohome_client.h 116 // Calls AsyncCheckKey method. |callback| is called after the method call
118 virtual void AsyncCheckKey(const std::string& username,
fake_cryptohome_client.h 30 virtual void AsyncCheckKey(const std::string& username,
fake_cryptohome_client.cc 73 void FakeCryptohomeClient::AsyncCheckKey(
cryptohome_client.cc 74 virtual void AsyncCheckKey(const std::string& username,
    [all...]
  /external/chromium_org/chromeos/login/auth/
cryptohome_authenticator.cc 361 cryptohome::AsyncMethodCaller::GetInstance()->AsyncCheckKey(
    [all...]
  /external/chromium_org/chrome/browser/chromeos/login/auth/
cryptohome_authenticator_unittest.cc 790 EXPECT_CALL(*mock_caller_, AsyncCheckKey(user_context_.GetUserID(), _, _))
    [all...]

Completed in 296 milliseconds