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

  /external/chromium_org/chrome/browser/chromeos/login/supervised/
supervised_user_creation_browsertest.cc 85 EXPECT_CALL(*mock_async_method_caller_, AsyncRemove(_, _)).Times(1);
supervised_user_test_base.cc 423 EXPECT_CALL(*mock_async_method_caller_, AsyncRemove(_, _)).Times(1);
  /external/chromium_org/chromeos/cryptohome/
async_method_caller.h 101 virtual void AsyncRemove(const std::string& user_email,
mock_async_method_caller.cc 44 ON_CALL(*this, AsyncRemove(_, _))
mock_async_method_caller.h 49 MOCK_METHOD2(AsyncRemove, void(const std::string& user_email,
async_method_caller.cc 105 virtual void AsyncRemove(const std::string& user_email,
108 AsyncRemove(user_email, base::Bind(
  /external/chromium_org/chromeos/dbus/
mock_cryptohome_client.h 39 MOCK_METHOD2(AsyncRemove, void(const std::string& username,
cryptohome_client.h 129 // Calls AsyncRemove method. |callback| is called after the method call
131 virtual void AsyncRemove(const std::string& username,
fake_cryptohome_client.h 37 virtual void AsyncRemove(const std::string& username,
fake_cryptohome_client.cc 88 void FakeCryptohomeClient::AsyncRemove(
cryptohome_client.cc 106 virtual void AsyncRemove(const std::string& username,
    [all...]
  /external/chromium_org/chrome/browser/chromeos/login/auth/
cryptohome_authenticator_unittest.cc 620 EXPECT_CALL(*mock_caller_, AsyncRemove(user_context_.GetUserID(), _))
642 EXPECT_CALL(*mock_caller_, AsyncRemove(user_context_.GetUserID(), _))
    [all...]
  /external/chromium_org/chrome/browser/chromeos/app_mode/
kiosk_app_manager.cc 540 cryptohome::AsyncMethodCaller::GetInstance()->AsyncRemove(
  /external/chromium_org/chromeos/login/auth/
cryptohome_authenticator.cc 347 cryptohome::AsyncMethodCaller::GetInstance()->AsyncRemove(
    [all...]
  /external/chromium_org/components/user_manager/
user_manager_base.cc 316 cryptohome::AsyncMethodCaller::GetInstance()->AsyncRemove(
    [all...]

Completed in 86 milliseconds