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

  /external/chromium_org/chrome/browser/sync/test/integration/
single_client_typed_urls_sync_test.cc 18 using typed_urls_helper::GetTypedUrlsFromClient;
33 history::URLRows urls = GetTypedUrlsFromClient(0);
39 urls = GetTypedUrlsFromClient(0);
51 history::URLRows urls = GetTypedUrlsFromClient(0);
59 urls = GetTypedUrlsFromClient(0);
71 history::URLRows urls = GetTypedUrlsFromClient(0);
79 urls = GetTypedUrlsFromClient(0);
91 urls = GetTypedUrlsFromClient(0);
98 history::URLRows urls = GetTypedUrlsFromClient(0);
106 urls = GetTypedUrlsFromClient(0)
    [all...]
multiple_client_typed_urls_sync_test.cc 16 using typed_urls_helper::GetTypedUrlsFromClient;
40 history::URLRows urls = GetTypedUrlsFromClient(0);
55 history::URLRows urls = GetTypedUrlsFromClient(i);
62 urls = GetTypedUrlsFromClient(i);
two_client_typed_urls_sync_test.cc 26 using typed_urls_helper::GetTypedUrlsFromClient;
37 history::URLRows urls = GetTypedUrlsFromClient(0);
38 history::URLRows urls2 = GetTypedUrlsFromClient(1);
53 history::URLRows urls = GetTypedUrlsFromClient(i);
64 history::URLRows urls = GetTypedUrlsFromClient(index);
84 history::URLRows urls = GetTypedUrlsFromClient(0);
106 history::URLRows urls = GetTypedUrlsFromClient(0);
114 urls = GetTypedUrlsFromClient(1);
138 std::vector<history::URLRow> urls = GetTypedUrlsFromClient(0);
146 urls = GetTypedUrlsFromClient(1)
    [all...]
typed_urls_helper.h 20 history::URLRows GetTypedUrlsFromClient(int index);
typed_urls_helper.cc 219 history::URLRows GetTypedUrlsFromClient(int index) {
374 history::URLRows urls = GetTypedUrlsFromClient(i);
  /external/chromium_org/chrome/browser/sync/test/integration/performance/
typed_urls_sync_perf_test.cc 15 using typed_urls_helper::GetTypedUrlsFromClient;
67 history::URLRows urls = GetTypedUrlsFromClient(profile);
75 const history::URLRows& urls = GetTypedUrlsFromClient(profile);
85 return GetTypedUrlsFromClient(profile).size();

Completed in 361 milliseconds