HomeSort by relevance Sort by last modified time
    Searched full:kprepopulatepageids (Results 1 - 1 of 1) sorted by null

  /external/chromium/chrome/browser/history/
top_sites.cc 57 static const int kPrepopulatePageIDs[] =
630 urls.resize(arraysize(kPrepopulatePageIDs));
631 for (size_t i = 0; i < arraysize(kPrepopulatePageIDs); ++i) {
633 url.url = GURL(l10n_util::GetStringUTF8(kPrepopulatePageIDs[i]));
    [all...]

Completed in 59 milliseconds