Searched refs:URLS (Results 1 - 5 of 5) sorted by relevance

/external/chromium/chrome/browser/prefs/
H A Dsession_startup_pref.h28 URLS enumerator in enum:SessionStartupPref::Type
53 // The URLs to restore. Only used if type == URLS.
H A Dsession_startup_pref.cc30 case SessionStartupPref::URLS: return kPrefValueURLs;
39 case kPrefValueURLs: return SessionStartupPref::URLS;
96 // Always load the urls, even if the pref type isn't URLS. This way the
H A Dsession_startup_pref_unittest.cc52 SessionStartupPref(SessionStartupPref::URLS);
/external/chromium/chrome/browser/net/
H A Dpredictor_api.cc542 if (SessionStartupPref::URLS == tab_start_pref.type) {
/external/chromium/chrome/browser/ui/
H A Dbrowser_init.cc919 } else if (pref.type == SessionStartupPref::URLS && !pref.urls.empty()) {

Completed in 83 milliseconds