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

  /external/chromium_org/chrome/browser/sync/test/integration/
single_client_typed_urls_sync_test.cc 12 using typed_urls_helper::AddUrlToHistory;
35 AddUrlToHistory(0, new_url);
54 AddUrlToHistory(0, new_url);
55 AddUrlToHistory(0, new_url);
74 AddUrlToHistory(0, new_url);
75 AddUrlToHistory(0, new_url);
multiple_client_typed_urls_sync_test.cc 14 using typed_urls_helper::AddUrlToHistory;
35 AddUrlToHistory(0, new_url);
59 AddUrlToHistory(i, new_url);
two_client_typed_urls_sync_test.cc 15 using typed_urls_helper::AddUrlToHistory;
79 AddUrlToHistory(0, new_url);
149 AddUrlToHistory(0, new_url);
168 AddUrlToHistory(0, new_url);
202 AddUrlToHistory(0, url1);
203 AddUrlToHistory(1, url2);
229 AddUrlToHistory(0, new_url);
261 AddUrlToHistory(0, new_url);
285 AddUrlToHistory(0, new_url);
390 AddUrlToHistory(0, new_url)
    [all...]
typed_urls_helper.h 34 void AddUrlToHistory(int index, const GURL& url);
typed_urls_helper.cc 254 void AddUrlToHistory(int index, const GURL& url) {
  /external/chromium_org/chrome/browser/sync/test/integration/performance/
typed_urls_sync_perf_test.cc 13 using typed_urls_helper::AddUrlToHistory;
63 AddUrlToHistory(profile, NextURL());
71 AddUrlToHistory(profile, it->url());
  /external/chromium_org/chrome/browser/predictors/
resource_prefetch_predictor_unittest.cc 82 void AddUrlToHistory(const std::string& url, int visit_count) {
353 AddUrlToHistory("http://www.google.com/", 4);
354 AddUrlToHistory("http://www.yahoo.com/", 2);
376 AddUrlToHistory("http://www.google.com", 1);
434 AddUrlToHistory("http://www.google.com", 4);
518 AddUrlToHistory("http://www.google.com", 4);
642 AddUrlToHistory("http://www.nike.com/", 4);
    [all...]

Completed in 160 milliseconds