Home
last modified time | relevance | path

Searched refs:url_entry (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/chrome/installer/util/
Dmaster_preferences.cc43 std::string url_entry; in GetNamedList() local
44 if (!value_list->Get(i, &entry) || !GetURLFromValue(entry, &url_entry)) { in GetNamedList()
48 list.push_back(url_entry); in GetNamedList()
/external/chromium_org/chrome/browser/sync/
Dprofile_sync_service_typed_url_unittest.cc1018 history::URLRow url_entry(MakeTypedUrlEntry("http://yey.com", in TEST_F() local
1026 original_entries.push_back(url_entry); in TEST_F()
1071 history::URLRow url_entry(MakeTypedUrlEntry("http://yey.com", in TEST_F() local
1079 original_entries.push_back(url_entry); in TEST_F()