Home
last modified time | relevance | path

Searched refs:history_url (Results 1 – 3 of 3) sorted by relevance

/external/chromium/chrome/browser/sync/glue/
Dtyped_url_model_associator_unittest.cc25 history::URLRow history_url(gurl); in MakeTypedUrlRow() local
26 history_url.set_title(UTF8ToUTF16(title)); in MakeTypedUrlRow()
27 history_url.set_typed_count(typed_count); in MakeTypedUrlRow()
28 history_url.set_last_visit( in MakeTypedUrlRow()
30 history_url.set_hidden(hidden); in MakeTypedUrlRow()
32 history_url.id(), history_url.last_visit(), 0, 0, 0)); in MakeTypedUrlRow()
33 history_url.set_visit_count(visits->size()); in MakeTypedUrlRow()
34 return history_url; in MakeTypedUrlRow()
/external/chromium/chrome/browser/sync/
Dprofile_sync_service_typed_url_unittest.cc266 URLRow history_url(gurl); in MakeTypedUrlEntry() local
267 history_url.set_title(UTF8ToUTF16(title)); in MakeTypedUrlEntry()
268 history_url.set_typed_count(typed_count); in MakeTypedUrlEntry()
269 history_url.set_last_visit( in MakeTypedUrlEntry()
271 history_url.set_hidden(hidden); in MakeTypedUrlEntry()
273 history_url.id(), history_url.last_visit(), 0, 0, 0)); in MakeTypedUrlEntry()
274 history_url.set_visit_count(visits->size()); in MakeTypedUrlEntry()
275 return history_url; in MakeTypedUrlEntry()
/external/chromium/chrome/browser/
Dbrowser_browsertest.cc381 GURL history_url(chrome::kChromeUIHistoryURL); in IN_PROC_BROWSER_TEST_F() local
382 ui_test_utils::NavigateToURL(browser(), history_url); in IN_PROC_BROWSER_TEST_F()