Lines Matching refs:SessionStartupPref

199   SessionStartupPref pref(SessionStartupPref::URLS);
201 SessionStartupPref::SetStartupPref(browser()->profile(), pref);
247 SessionStartupPref pref(SessionStartupPref::URLS);
249 SessionStartupPref::SetStartupPref(browser()->profile(), pref);
612 SessionStartupPref pref1(SessionStartupPref::URLS);
614 SessionStartupPref::SetStartupPref(default_profile, pref1);
615 SessionStartupPref pref2(SessionStartupPref::URLS);
617 SessionStartupPref::SetStartupPref(other_profile, pref2);
700 SessionStartupPref pref1(SessionStartupPref::URLS);
702 SessionStartupPref::SetStartupPref(profile1, pref1);
703 SessionStartupPref pref2(SessionStartupPref::URLS);
705 SessionStartupPref::SetStartupPref(profile2, pref2);
811 SessionStartupPref pref_home(SessionStartupPref::DEFAULT);
812 SessionStartupPref::SetStartupPref(profile_home1, pref_home);
813 SessionStartupPref::SetStartupPref(profile_home2, pref_home);
815 SessionStartupPref pref_last(SessionStartupPref::LAST);
816 SessionStartupPref::SetStartupPref(profile_last, pref_last);
823 SessionStartupPref pref_urls(SessionStartupPref::URLS);
825 SessionStartupPref::SetStartupPref(profile_urls, pref_urls);
921 SessionStartupPref pref_home(SessionStartupPref::DEFAULT);
922 SessionStartupPref::SetStartupPref(profile_home, pref_home);
924 SessionStartupPref pref_last(SessionStartupPref::LAST);
925 SessionStartupPref::SetStartupPref(profile_last, pref_last);
932 SessionStartupPref pref_urls(SessionStartupPref::URLS);
934 SessionStartupPref::SetStartupPref(profile_urls, pref_urls);
1412 new base::FundamentalValue(SessionStartupPref::kPrefValueURLs),