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

  /external/chromium/chrome/browser/sync/
profile_sync_service_typed_url_unittest.cc 371 std::vector<history::URLRow> new_sync_entries; local
372 GetTypedUrlsFromSyncDB(&new_sync_entries);
374 EXPECT_TRUE(new_sync_entries.size() == expected.size());
375 for (std::vector<history::URLRow>::iterator entry = new_sync_entries.begin();
376 entry != new_sync_entries.end(); ++entry) {
414 std::vector<history::URLRow> new_sync_entries; local
415 GetTypedUrlsFromSyncDB(&new_sync_entries);
416 ASSERT_EQ(1U, new_sync_entries.size());
417 EXPECT_TRUE(URLsEqual(merged_entry, new_sync_entries[0]));
440 std::vector<history::URLRow> new_sync_entries; local
473 std::vector<history::URLRow> new_sync_entries; local
508 std::vector<history::URLRow> new_sync_entries; local
542 std::vector<history::URLRow> new_sync_entries; local
    [all...]
profile_sync_service_autofill_unittest.cc 746 std::vector<AutofillEntry> new_sync_entries; local
748 ASSERT_TRUE(GetAutofillEntriesFromSyncDB(&new_sync_entries,
750 std::set<AutofillEntry> new_sync_entries_set(new_sync_entries.begin(),
751 new_sync_entries.end());
777 std::vector<AutofillEntry> new_sync_entries; local
779 ASSERT_TRUE(GetAutofillEntriesFromSyncDB(&new_sync_entries,
781 ASSERT_EQ(1U, new_sync_entries.size());
782 EXPECT_TRUE(merged_entry == new_sync_entries[0]);
885 std::vector<AutofillEntry> new_sync_entries; local
948 std::vector<AutofillEntry> new_sync_entries; local
978 std::vector<AutofillEntry> new_sync_entries; local
    [all...]

Completed in 3575 milliseconds