Searched refs:AsyncMigrateKey (Results 1 - 6 of 6) sorted by relevance

/external/chromium/chrome/browser/chromeos/cros/
H A Dmock_cryptohome_library.h31 ON_CALL(*this, AsyncMigrateKey(_, _, _, _))
55 MOCK_METHOD4(AsyncMigrateKey, bool(const std::string& user_email,
H A Dcryptohome_library.h55 virtual bool AsyncMigrateKey(const std::string& user_email,
H A Dcryptohome_library.cc46 bool AsyncMigrateKey(const std::string& user_email, function in class:chromeos::CryptohomeLibraryImpl
279 bool AsyncMigrateKey(const std::string& user_email, function in class:chromeos::CryptohomeLibraryStubImpl
/external/chromium/chrome/browser/chromeos/login/
H A Dcryptohome_op.cc102 return lib->AsyncMigrateKey(attempt_->username,
107 return lib->AsyncMigrateKey(attempt_->username,
H A Dcryptohome_op_unittest.cc69 EXPECT_CALL(*(mock_library_.get()), AsyncMigrateKey(username_,
76 EXPECT_CALL(*(mock_library_.get()), AsyncMigrateKey(username_,
H A Dparallel_authenticator_unittest.cc405 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 82 milliseconds