Home
last modified time | relevance | path

Searched refs:AsyncRemove (Results 1 – 7 of 7) sorted by relevance

/external/chromium/chrome/browser/chromeos/cros/
Dmock_cryptohome_library.h40 ON_CALL(*this, AsyncRemove(_, _)) in SetUp()
70 MOCK_METHOD2(AsyncRemove, bool(const std::string& user_email, Delegate* d));
Dcryptohome_library.cc98 bool AsyncRemove(const std::string& user_email, Delegate* d) { in AsyncRemove() function in chromeos::CryptohomeLibraryImpl
332 bool AsyncRemove(const std::string& user_email, Delegate* callback) { in AsyncRemove() function in chromeos::CryptohomeLibraryStubImpl
Dcryptohome_library.h98 virtual bool AsyncRemove(const std::string& user_email,
/external/chromium/chrome/browser/chromeos/login/
Dcryptohome_op.cc133 return lib->AsyncRemove(attempt_->username, this); in Initiate()
Dcryptohome_op_unittest.cc99 EXPECT_CALL(*(mock_library_.get()), AsyncRemove(username_, _)) in ExpectRemove()
Dparallel_authenticator_unittest.cc357 EXPECT_CALL(*mock_library_, AsyncRemove(username_, _)) in TEST_F()
377 EXPECT_CALL(*mock_library_, AsyncRemove(username_, _)) in TEST_F()
Duser_manager.cc174 CrosLibrary::Get()->GetCryptohomeLibrary()->AsyncRemove(user_email_, in RemoveUserCryptohome()