Searched refs:AsyncMountGuest (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/chromeos/cryptohome/
H A Dasync_method_caller.h89 virtual void AsyncMountGuest(Callback callback) = 0;
H A Dmock_async_method_caller.cc41 ON_CALL(*this, AsyncMountGuest(_))
H A Dmock_async_method_caller.h45 MOCK_METHOD1(AsyncMountGuest, void(Callback callback));
H A Dasync_method_caller.cc85 virtual void AsyncMountGuest(Callback callback) OVERRIDE {
87 AsyncMountGuest(base::Bind(
/external/chromium_org/chrome/browser/chromeos/login/auth/
H A Dcryptohome_authenticator_unittest.cc565 EXPECT_CALL(*mock_caller_, AsyncMountGuest(_)).Times(1).RetiresOnSaturation();
578 EXPECT_CALL(*mock_caller_, AsyncMountGuest(_)).Times(1).RetiresOnSaturation();
591 EXPECT_CALL(*mock_caller_, AsyncMountGuest(_)).Times(1).RetiresOnSaturation();
604 EXPECT_CALL(*mock_caller_, AsyncMountGuest(_)).Times(1).RetiresOnSaturation();
/external/chromium_org/chromeos/dbus/
H A Dmock_cryptohome_client.h55 MOCK_METHOD1(AsyncMountGuest,
H A Dcryptohome_client.h170 // Calls AsyncMountGuest method. |callback| is called after the method call
172 virtual void AsyncMountGuest(const AsyncMethodCallback& callback) = 0;
H A Dfake_cryptohome_client.h53 virtual void AsyncMountGuest(const AsyncMethodCallback& callback) OVERRIDE;
H A Dfake_cryptohome_client.cc132 void FakeCryptohomeClient::AsyncMountGuest( function in class:chromeos::FakeCryptohomeClient
H A Dcryptohome_client.cc200 virtual void AsyncMountGuest(const AsyncMethodCallback& callback) OVERRIDE {
/external/chromium_org/chromeos/login/auth/
H A Dcryptohome_authenticator.cc280 cryptohome::AsyncMethodCaller::GetInstance()->AsyncMountGuest(

Completed in 1295 milliseconds