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

  /external/chromium_org/chrome/browser/sync/
profile_sync_service_typed_url_unittest.cc 481 history::URLRows new_sync_entries; local
482 GetTypedUrlsFromSyncDB(&new_sync_entries);
484 EXPECT_TRUE(new_sync_entries.size() == expected.size());
485 for (history::URLRows::iterator entry = new_sync_entries.begin();
486 entry != new_sync_entries.end(); ++entry) {
541 history::URLRows new_sync_entries; local
542 GetTypedUrlsFromSyncDB(&new_sync_entries);
543 ASSERT_EQ(1U, new_sync_entries.size());
544 EXPECT_TRUE(URLsEqual(merged_entry, new_sync_entries[0]));
576 history::URLRows new_sync_entries; local
604 history::URLRows new_sync_entries; local
635 std::vector<history::URLRow> new_sync_entries; local
673 history::URLRows new_sync_entries; local
702 history::URLRows new_sync_entries; local
741 history::URLRows new_sync_entries; local
762 history::URLRows new_sync_entries; local
849 history::URLRows new_sync_entries; local
888 history::URLRows new_sync_entries; local
916 history::URLRows new_sync_entries; local
1047 history::URLRows new_sync_entries; local
1101 history::URLRows new_sync_entries; local
1130 history::URLRows new_sync_entries; local
    [all...]
profile_sync_service_autofill_unittest.cc 1023 std::vector<AutofillEntry> new_sync_entries; local
1053 std::vector<AutofillEntry> new_sync_entries; local
1212 std::vector<AutofillEntry> new_sync_entries; local
1269 std::vector<AutofillEntry> new_sync_entries; local
1295 std::vector<AutofillEntry> new_sync_entries; local
    [all...]
  /external/chromium_org/components/password_manager/core/browser/
password_syncable_service.cc 148 ScopedVector<autofill::PasswordForm> new_sync_entries; local
161 &new_sync_entries,
166 WriteToPasswordStore(new_sync_entries.get(),
171 merge_result.num_items_before_association() + new_sync_entries.size());
173 merge_result.set_num_items_added(new_sync_entries.size());
221 ScopedVector<autofill::PasswordForm> new_sync_entries; local
236 new_sync_entries.push_back(form.release());
255 WriteToPasswordStore(new_sync_entries.get(),
363 ScopedVector<autofill::PasswordForm>* new_sync_entries,
381 new_sync_entries->push_back(new_password.release())
    [all...]
password_syncable_service.h 89 // entry may be added to |new_sync_entries| or to |updated_sync_entries|. If
98 ScopedVector<autofill::PasswordForm>* new_sync_entries,

Completed in 60 milliseconds