Home | History | Annotate | Download | only in ui

Lines Matching full:pref

363   SessionStartupPref pref = SessionStartupPref::GetStartupPref(profile);
365 pref.type = SessionStartupPref::LAST;
367 pref.type == SessionStartupPref::LAST &&
372 pref.type = SessionStartupPref::DEFAULT;
374 return pref;
886 SessionStartupPref pref = GetSessionStartupPref(command_line_, profile_);
897 if (pref.type == SessionStartupPref::LAST) {
919 } else if (pref.type == SessionStartupPref::URLS && !pref.urls.empty()) {
923 AddUniqueURLs(pref.urls, &tabs);
924 } else if (pref.type == SessionStartupPref::DEFAULT && !tabs.empty()) {