Home | History | Annotate | Download | only in startup

Lines Matching defs:profile1

651   Profile* profile1 = profile_manager->GetProfile(
653 ASSERT_TRUE(profile1);
672 SessionStartupPref::SetStartupPref(profile1, pref1);
677 profile1->GetPrefs()->CommitPendingWrite();
698 Profile* profile1 = profile_manager->GetProfile(
700 ASSERT_TRUE(profile1);
711 last_opened_profiles.push_back(profile1);
713 browser_creator.Start(dummy, profile_manager->user_data_dir(), profile1,
716 while (SessionRestore::IsRestoring(profile1) ||
722 EXPECT_TRUE(profile1->restored_last_session());
726 ASSERT_EQ(1u, chrome::GetBrowserCount(profile1,
728 new_browser = FindOneOtherBrowserForProfile(profile1, NULL);