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

  /external/chromium_org/chrome/browser/chromeos/login/
login_utils.h 67 // Also see DelegateDeleted method.
79 virtual void DelegateDeleted(Delegate* delegate) = 0;
mock_login_utils.h 37 MOCK_METHOD1(DelegateDeleted, void(LoginUtils::Delegate*));
test_login_utils.cc 33 void TestLoginUtils::DelegateDeleted(Delegate* delegate) {
test_login_utils.h 37 virtual void DelegateDeleted(Delegate* delegate) OVERRIDE;
fake_login_utils.h 31 virtual void DelegateDeleted(LoginUtils::Delegate* delegate) OVERRIDE;
fake_login_utils.cc 67 void FakeLoginUtils::DelegateDeleted(LoginUtils::Delegate* delegate) {
existing_user_controller_auto_login_unittest.cc 66 EXPECT_CALL(*mock_login_utils_, DelegateDeleted(_)).Times(AnyNumber());
login_utils.cc 129 virtual void DelegateDeleted(LoginUtils::Delegate* delegate) OVERRIDE;
351 void LoginUtilsImpl::DelegateDeleted(LoginUtils::Delegate* delegate) {
existing_user_controller_browsertest.cc 104 EXPECT_CALL(*mock_login_utils_, DelegateDeleted(_))
existing_user_controller.cc 294 LoginUtils::Get()->DelegateDeleted(this);
    [all...]
  /external/chromium_org/chrome/browser/chromeos/app_mode/
kiosk_app_launcher.cc 116 LoginUtils::Get()->DelegateDeleted(this);
  /external/chromium_org/chrome/browser/chromeos/
chrome_browser_main_chromeos.cc 159 LoginUtils::Get()->DelegateDeleted(this);
    [all...]

Completed in 1245 milliseconds