Searched refs:history_url (Results 1 – 3 of 3) sorted by relevance
25 history::URLRow history_url(gurl); in MakeTypedUrlRow() local26 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()
266 URLRow history_url(gurl); in MakeTypedUrlEntry() local267 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()
381 GURL history_url(chrome::kChromeUIHistoryURL); in IN_PROC_BROWSER_TEST_F() local382 ui_test_utils::NavigateToURL(browser(), history_url); in IN_PROC_BROWSER_TEST_F()