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

  /external/chromium/chrome/browser/net/
predictor_api.cc 540 SessionStartupPref tab_start_pref = local
542 if (SessionStartupPref::URLS == tab_start_pref.type) {
543 for (size_t i = 0; i < tab_start_pref.urls.size(); i++) {
544 GURL gurl = tab_start_pref.urls[i];
  /external/chromium_org/chrome/browser/net/
predictor.cc 461 SessionStartupPref tab_start_pref = local
463 if (SessionStartupPref::URLS == tab_start_pref.type) {
464 for (size_t i = 0; i < tab_start_pref.urls.size(); i++) {
465 GURL gurl = tab_start_pref.urls[i];
    [all...]

Completed in 35 milliseconds