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

  /external/chromium_org/chromeos/cryptohome/
async_method_caller.h 54 virtual void AsyncMigrateKey(const std::string& user_email,
mock_async_method_caller.cc 32 ON_CALL(*this, AsyncMigrateKey(_, _, _, _))
mock_async_method_caller.h 33 MOCK_METHOD4(AsyncMigrateKey, void(const std::string& user_email,
async_method_caller.cc 49 virtual void AsyncMigrateKey(const std::string& user_email,
54 AsyncMigrateKey(user_email, old_hash, new_hash, base::Bind(
  /external/chromium_org/chromeos/dbus/
mock_cryptohome_client.h 34 MOCK_METHOD4(AsyncMigrateKey,
cryptohome_client.h 122 // Calls AsyncMigrateKey method. |callback| is called after the method call
124 virtual void AsyncMigrateKey(const std::string& username,
fake_cryptohome_client.h 33 virtual void AsyncMigrateKey(const std::string& username,
fake_cryptohome_client.cc 80 void FakeCryptohomeClient::AsyncMigrateKey(
cryptohome_client.cc 89 virtual void AsyncMigrateKey(const std::string& username,
    [all...]
  /external/chromium_org/chromeos/login/auth/
cryptohome_authenticator.cc 324 caller->AsyncMigrateKey(attempt->user_context.GetUserID(),
332 caller->AsyncMigrateKey(attempt->user_context.GetUserID(),
    [all...]
  /external/chromium_org/chrome/browser/chromeos/login/auth/
cryptohome_authenticator_unittest.cc 674 AsyncMigrateKey(
700 AsyncMigrateKey(
    [all...]

Completed in 1374 milliseconds