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

  /external/chromium_org/chromeos/cryptohome/
async_method_caller.h 82 virtual void AsyncAddKey(const std::string& user_email,
mock_async_method_caller.cc 38 ON_CALL(*this, AsyncAddKey(_, _, _, _))
mock_async_method_caller.h 41 MOCK_METHOD4(AsyncAddKey, void(const std::string& user_email,
async_method_caller.cc 73 virtual void AsyncAddKey(const std::string& user_email,
78 AsyncAddKey(user_email, passhash, new_passhash, base::Bind(
  /external/chromium_org/chromeos/dbus/
mock_cryptohome_client.h 51 MOCK_METHOD4(AsyncAddKey, void(const std::string& username,
cryptohome_client.h 162 // Calls the AsyncAddKey method to asynchronously add another |new_key| for
165 virtual void AsyncAddKey(const std::string& username,
fake_cryptohome_client.h 49 virtual void AsyncAddKey(const std::string& username,
fake_cryptohome_client.cc 124 void FakeCryptohomeClient::AsyncAddKey(
cryptohome_client.cc 183 virtual void AsyncAddKey(const std::string& username,
    [all...]
  /external/chromium_org/chrome/browser/chromeos/login/supervised/
supervised_user_authenticator.cc 97 cryptohome::AsyncMethodCaller::GetInstance()->AsyncAddKey(

Completed in 80 milliseconds