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

  /external/chromium_org/chromeos/cryptohome/
async_method_caller.h 89 virtual void AsyncMountGuest(Callback callback) = 0;
mock_async_method_caller.cc 41 ON_CALL(*this, AsyncMountGuest(_))
mock_async_method_caller.h 45 MOCK_METHOD1(AsyncMountGuest, void(Callback callback));
async_method_caller.cc 85 virtual void AsyncMountGuest(Callback callback) OVERRIDE {
87 AsyncMountGuest(base::Bind(
  /external/chromium_org/chrome/browser/chromeos/login/auth/
cryptohome_authenticator_unittest.cc 565 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();
    [all...]
  /external/chromium_org/chromeos/dbus/
mock_cryptohome_client.h 55 MOCK_METHOD1(AsyncMountGuest,
cryptohome_client.h 170 // Calls AsyncMountGuest method. |callback| is called after the method call
172 virtual void AsyncMountGuest(const AsyncMethodCallback& callback) = 0;
fake_cryptohome_client.h 53 virtual void AsyncMountGuest(const AsyncMethodCallback& callback) OVERRIDE;
fake_cryptohome_client.cc 132 void FakeCryptohomeClient::AsyncMountGuest(
cryptohome_client.cc 200 virtual void AsyncMountGuest(const AsyncMethodCallback& callback) OVERRIDE {
    [all...]
  /external/chromium_org/chromeos/login/auth/
cryptohome_authenticator.cc 280 cryptohome::AsyncMethodCaller::GetInstance()->AsyncMountGuest(
    [all...]

Completed in 207 milliseconds