Searched refs:UpdateAutofillEntries (Results 1 - 6 of 6) sorted by relevance

/external/chromium/chrome/browser/webdata/
H A Dautofill_table.h198 virtual bool UpdateAutofillEntries(const std::vector<AutofillEntry>& entries);
H A Dautofill_table_unittest.cc437 ASSERT_TRUE(db.GetAutofillTable()->UpdateAutofillEntries(entries));
465 ASSERT_TRUE(db.GetAutofillTable()->UpdateAutofillEntries(entries));
493 ASSERT_TRUE(db.GetAutofillTable()->UpdateAutofillEntries(entries));
513 ASSERT_TRUE(db.GetAutofillTable()->UpdateAutofillEntries(entries));
558 ASSERT_TRUE(db.GetAutofillTable()->UpdateAutofillEntries(entries));
588 ASSERT_TRUE(db.GetAutofillTable()->UpdateAutofillEntries(entries));
H A Dautofill_table.cc784 bool AutofillTable::UpdateAutofillEntries( function in class:AutofillTable
/external/chromium/chrome/browser/sync/
H A Dprofile_sync_service_autofill_unittest.cc105 MOCK_METHOD1(UpdateAutofillEntries,
436 EXPECT_CALL(autofill_table_, UpdateAutofillEntries(_)).Times(0);
735 EXPECT_CALL(autofill_table_, UpdateAutofillEntries(ElementsAre(sync_entry))).
772 UpdateAutofillEntries(ElementsAre(merged_entry))).WillOnce(Return(true));
1060 EXPECT_CALL(autofill_table_, UpdateAutofillEntries(_)).
/external/chromium/chrome/browser/sync/glue/
H A Dautofill_change_processor.cc293 if (!web_database_->GetAutofillTable()->UpdateAutofillEntries(new_entries)) {
H A Dautofill_model_associator.cc209 !web_database_->GetAutofillTable()->UpdateAutofillEntries(

Completed in 110 milliseconds