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

  /external/chromium_org/chrome/browser/chromeos/login/
mock_login_utils.cc 20 ON_CALL(*this, DoBrowserLaunch(_, _))
21 .WillByDefault(Invoke(fake, &FakeLoginUtils::DoBrowserLaunch));
login_utils.h 59 virtual void DoBrowserLaunch(Profile* profile,
mock_login_utils.h 33 MOCK_METHOD2(DoBrowserLaunch, void(Profile*, LoginDisplayHost*));
test_login_utils.h 28 virtual void DoBrowserLaunch(Profile* profile,
user_adding_screen_browsertest.cc 68 EXPECT_CALL(login_utils(), DoBrowserLaunch(_, _)).Times(1);
96 EXPECT_CALL(login_utils(), DoBrowserLaunch(_, _)).Times(3);
fake_login_utils.h 23 virtual void DoBrowserLaunch(Profile* profile,
fake_login_utils.cc 26 void FakeLoginUtils::DoBrowserLaunch(Profile* profile,
existing_user_controller_browsertest.cc 248 DoBrowserLaunch(testing_profile_.get(),
441 DoBrowserLaunch(testing_profile_.get(),
login_utils.cc 120 virtual void DoBrowserLaunch(Profile* profile,
249 void LoginUtilsImpl::DoBrowserLaunch(Profile* profile,
existing_user_controller.cc 833 LoginUtils::Get()->DoBrowserLaunch(profile, host_);
    [all...]
wizard_controller.cc 541 base::Bind(&chromeos::LoginUtils::DoBrowserLaunch,
user_manager_impl.cc     [all...]
  /external/chromium/chrome/browser/chromeos/login/
login_utils.h 45 static void DoBrowserLaunch(Profile* profile);
existing_user_controller.cc 368 LoginUtils::DoBrowserLaunch(profile);
login_utils.cc 580 void LoginUtils::DoBrowserLaunch(Profile* profile) {
wizard_controller.cc 528 NewRunnableFunction(&chromeos::LoginUtils::DoBrowserLaunch,
  /external/chromium_org/chrome/browser/chromeos/login/managed/
locally_managed_user_login_flow.cc 81 LoginUtils::Get()->DoBrowserLaunch(profile_, host());
  /external/chromium_org/chrome/browser/chromeos/
chrome_browser_main_chromeos.cc 187 LoginUtils::Get()->DoBrowserLaunch(profile, NULL);
    [all...]
  /external/chromium/chrome/browser/
browser_main.cc     [all...]

Completed in 189 milliseconds