Searched refs:DoBrowserLaunch (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/login/
H A Dmock_login_utils.cc22 ON_CALL(*this, DoBrowserLaunch(_, _))
23 .WillByDefault(Invoke(fake, &FakeLoginUtils::DoBrowserLaunch));
H A Dfake_login_utils.h26 virtual void DoBrowserLaunch(Profile* profile,
H A Dmock_login_utils.h35 MOCK_METHOD2(DoBrowserLaunch, void(Profile*, LoginDisplayHost*));
H A Dtest_login_utils.h29 virtual void DoBrowserLaunch(Profile* profile,
H A Dlogin_utils.h64 virtual void DoBrowserLaunch(Profile* profile,
H A Dfake_login_utils.cc39 void FakeLoginUtils::DoBrowserLaunch(Profile* profile, function in class:chromeos::FakeLoginUtils
H A Dlogin_utils.cc196 virtual void DoBrowserLaunch(Profile* profile,
365 void LoginUtilsImpl::DoBrowserLaunch(Profile* profile, function in class:chromeos::LoginUtilsImpl
H A Dexisting_user_controller_browsertest.cc247 DoBrowserLaunch(testing_profile_.get(),
438 DoBrowserLaunch(testing_profile_.get(),
H A Dexisting_user_controller.cc940 LoginUtils::Get()->DoBrowserLaunch(profile, host_);
946 LoginUtils::Get()->DoBrowserLaunch(profile, host_);
H A Dwizard_controller.cc678 base::Bind(&chromeos::LoginUtils::DoBrowserLaunch,
/external/chromium_org/chrome/browser/notifications/
H A Dlogin_state_notification_blocker_chromeos_browsertest.cc90 EXPECT_CALL(login_utils(), DoBrowserLaunch(_, _)).Times(1);
125 EXPECT_CALL(login_utils(), DoBrowserLaunch(_, _)).Times(1);
/external/chromium_org/chrome/browser/chromeos/login/ui/
H A Duser_adding_screen_browsertest.cc94 EXPECT_CALL(login_utils(), DoBrowserLaunch(_, _)).Times(1);
139 EXPECT_CALL(login_utils(), DoBrowserLaunch(_, _)).Times(3);
/external/chromium_org/chrome/browser/chromeos/login/supervised/
H A Dsupervised_user_login_flow.cc248 LoginUtils::Get()->DoBrowserLaunch(profile_, host());
/external/chromium_org/chrome/browser/chromeos/login/session/
H A Duser_session_manager.cc582 LoginUtils::Get()->DoBrowserLaunch(profile, NULL); // host_, not needed here

Completed in 1939 milliseconds