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

  /external/chromium_org/chrome/browser/sync/
profile_sync_service_typed_url_unittest.cc 377 history::URLRows sync_entries; local
378 GetTypedUrlsFromSyncDB(&sync_entries);
379 EXPECT_EQ(0U, sync_entries.size());
397 history::URLRows sync_entries; local
398 GetTypedUrlsFromSyncDB(&sync_entries);
399 ASSERT_EQ(1U, sync_entries.size());
400 EXPECT_TRUE(URLsEqual(entries[0], sync_entries[0]));
425 history::URLRows sync_entries; local
426 GetTypedUrlsFromSyncDB(&sync_entries);
427 ASSERT_EQ(1U, sync_entries.size())
446 std::vector<history::URLRow> sync_entries; local
470 history::URLRows sync_entries; local
496 history::URLRows sync_entries; local
532 history::URLRows sync_entries; local
567 history::URLRows sync_entries; local
951 history::URLRows sync_entries; local
982 history::URLRows sync_entries; local
    [all...]
profile_sync_service_autofill_unittest.cc 927 std::vector<AutofillEntry> sync_entries; local
944 std::vector<AutofillEntry> sync_entries; local
991 std::vector<AutofillEntry> sync_entries; local
1007 std::vector<AutofillEntry> sync_entries; local
1043 std::vector<AutofillEntry> sync_entries; local
1374 std::vector<AutofillEntry> sync_entries; local
    [all...]

Completed in 73 milliseconds