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

  /external/chromium/chrome/browser/chromeos/cros/
mock_cryptohome_library.h 31 ON_CALL(*this, AsyncMigrateKey(_, _, _, _))
55 MOCK_METHOD4(AsyncMigrateKey, bool(const std::string& user_email,
cryptohome_library.h 55 virtual bool AsyncMigrateKey(const std::string& user_email,
cryptohome_library.cc 46 bool AsyncMigrateKey(const std::string& user_email,
279 bool AsyncMigrateKey(const std::string& user_email,
  /external/chromium/chrome/browser/chromeos/login/
cryptohome_op.cc 102 return lib->AsyncMigrateKey(attempt_->username,
107 return lib->AsyncMigrateKey(attempt_->username,
cryptohome_op_unittest.cc 69 EXPECT_CALL(*(mock_library_.get()), AsyncMigrateKey(username_,
76 EXPECT_CALL(*(mock_library_.get()), AsyncMigrateKey(username_,
parallel_authenticator_unittest.cc 405 EXPECT_CALL(*mock_library_, AsyncMigrateKey(username_, _, hash_ascii_, _))
429 EXPECT_CALL(*mock_library_, AsyncMigrateKey(username_, _, hash_ascii_, _))
538 EXPECT_CALL(*mock_library_, AsyncMigrateKey(username_,

Completed in 696 milliseconds