Searched refs:UpdateAutofillEntries (Results 1 – 6 of 6) sorted by relevance
105 MOCK_METHOD1(UpdateAutofillEntries,436 EXPECT_CALL(autofill_table_, UpdateAutofillEntries(_)).Times(0); in SetIdleChangeProcessorExpectations()735 EXPECT_CALL(autofill_table_, UpdateAutofillEntries(ElementsAre(sync_entry))). in TEST_F()772 UpdateAutofillEntries(ElementsAre(merged_entry))).WillOnce(Return(true)); in TEST_F()1060 EXPECT_CALL(autofill_table_, UpdateAutofillEntries(_)). in TEST_F()
198 virtual bool UpdateAutofillEntries(const std::vector<AutofillEntry>& entries);
437 ASSERT_TRUE(db.GetAutofillTable()->UpdateAutofillEntries(entries)); in TEST_F()465 ASSERT_TRUE(db.GetAutofillTable()->UpdateAutofillEntries(entries)); in TEST_F()493 ASSERT_TRUE(db.GetAutofillTable()->UpdateAutofillEntries(entries)); in TEST_F()513 ASSERT_TRUE(db.GetAutofillTable()->UpdateAutofillEntries(entries)); in TEST_F()558 ASSERT_TRUE(db.GetAutofillTable()->UpdateAutofillEntries(entries)); in TEST_F()588 ASSERT_TRUE(db.GetAutofillTable()->UpdateAutofillEntries(entries)); in TEST_F()
784 bool AutofillTable::UpdateAutofillEntries( in UpdateAutofillEntries() function in AutofillTable
293 if (!web_database_->GetAutofillTable()->UpdateAutofillEntries(new_entries)) { in CommitChangesFromSyncModel()
209 !web_database_->GetAutofillTable()->UpdateAutofillEntries( in SaveChangesToWebData()