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

  /external/chromium_org/chrome/browser/sync/test/integration/
two_client_bookmarks_sync_test.cc 30 using bookmarks_helper::IndexedURLTitle;
230 std::wstring title = IndexedURLTitle(i);
248 std::wstring title = IndexedURLTitle(i);
257 std::wstring title = IndexedURLTitle(i);
266 std::wstring title = IndexedURLTitle(i);
294 std::wstring title0 = IndexedURLTitle(0);
295 std::wstring title1 = IndexedURLTitle(1);
307 std::wstring title = IndexedURLTitle(1);
313 std::wstring new_title = IndexedURLTitle(2);
343 std::wstring title = IndexedURLTitle(1)
    [all...]
bookmarks_helper.h 189 std::wstring IndexedURLTitle(int i);
migration_errors_test.cc 20 using bookmarks_helper::IndexedURLTitle;
119 ASSERT_TRUE(AddURL(0, IndexedURLTitle(0), GURL(IndexedURL(0))));
two_client_autofill_sync_test.cc 41 using bookmarks_helper::IndexedURLTitle;
52 AddURL(profile, IndexedURLTitle(count), GURL(IndexedURL(count))));
two_client_typed_urls_sync_test.cc 450 0, bookmarks_helper::IndexedURLTitle(0), bookmark_url);
bookmarks_helper.cc 751 std::wstring IndexedURLTitle(int i) {
  /external/chromium_org/chrome/browser/sync/test/integration/performance/
bookmarks_sync_perf_test.cc 14 using bookmarks_helper::IndexedURLTitle;
83 return IndexedURLTitle(url_title_number_++);
autofill_sync_perf_test.cc 166 bookmarks_helper::IndexedURLTitle(id),

Completed in 74 milliseconds