HomeSort by relevance Sort by last modified time
    Searched refs:history_url (Results 1 - 10 of 10) sorted by null

  /external/chromium/chrome/browser/sync/glue/
typed_url_model_associator_unittest.cc 25 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_org/chrome/browser/sync/glue/
typed_url_model_associator_unittest.cc 33 history::URLRow history_url(gurl);
34 history_url.set_title(UTF8ToUTF16(title));
35 history_url.set_typed_count(typed_count);
36 history_url.set_last_visit(
38 history_url.set_hidden(hidden);
40 history_url.id(), history_url.last_visit(), 0,
42 history_url.set_visit_count(visits->size());
43 return history_url;
188 history::URLRow history_url(MakeTypedUrlRow("http://pie.com/", "pie"
    [all...]
  /external/chromium/chrome/browser/sync/
profile_sync_service_typed_url_unittest.cc 266 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_org/chrome/browser/history/
typed_url_syncable_service_unittest.cc 187 URLRow history_url(gurl, ++unique_url_id);
188 history_url.set_title(UTF8ToUTF16(title));
189 history_url.set_typed_count(typed_count);
190 history_url.set_hidden(hidden);
193 history_url.set_last_visit(last_visit_time);
199 VisitRow(history_url.id(), last_visit_time, 0,
204 VisitRow(history_url.id(), last_visit_time, 0,
208 history_url.set_visit_count(visits->size());
209 return history_url;
history_browsertest.cc 485 GURL history_url(chrome::kChromeUIHistoryURL);
504 ASSERT_EQ(history_url, active_web_contents->GetURL());
508 ASSERT_NE(history_url, second_tab->GetURL());
  /external/chromium_org/chrome/common/extensions/docs/server2/
branch_utility.py 50 def __init__(self, fetch_url, history_url, fetcher, object_store_creator):
57 self._history_result = self._fetcher.FetchAsync(history_url)
  /external/chromium_org/chrome/browser/sync/
profile_sync_service_typed_url_unittest.cc 308 URLRow history_url(gurl, ++unique_url_id);
309 history_url.set_title(UTF8ToUTF16(title));
310 history_url.set_typed_count(typed_count);
311 history_url.set_last_visit(
313 history_url.set_hidden(hidden);
315 history_url.id(), history_url.last_visit(), 0,
317 history_url.set_visit_count(visits->size());
318 return history_url;
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/
bidi_checker_web_ui_test.cc 163 const GURL history_url = GURL(page_url); local
165 history_url, base::Time::Now(), history::SOURCE_BROWSED);
166 history_service->SetPageTitle(history_url, UTF8ToUTF16(page_title));
  /external/chromium/chrome/browser/
browser_browsertest.cc 381 GURL history_url(chrome::kChromeUIHistoryURL);
382 ui_test_utils::NavigateToURL(browser(), history_url); local
  /external/chromium_org/chrome/browser/ui/
browser_browsertest.cc 1099 ui_test_utils::NavigateToURL(browser(), history_url); local
    [all...]

Completed in 102 milliseconds