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

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

Completed in 236 milliseconds