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

/external/chromium_org/components/autofill/core/browser/webdata/
H A Dautofill_webdata.h80 virtual void UpdateAutofillEntries(
H A Dautofill_webdata_service.cc132 void AutofillWebDataService::UpdateAutofillEntries( function in class:autofill::AutofillWebDataService
135 Bind(&AutofillWebDataBackendImpl::UpdateAutofillEntries,
H A Dautofill_webdata_backend_impl.h117 WebDatabase::State UpdateAutofillEntries(
H A Dautofill_webdata_service.h73 virtual void UpdateAutofillEntries(
H A Dautofill_webdata_backend_impl.cc248 WebDatabase::State AutofillWebDataBackendImpl::UpdateAutofillEntries( function in class:autofill::AutofillWebDataBackendImpl
253 ->UpdateAutofillEntries(autofill_entries))
H A Dautofill_table.h197 virtual bool UpdateAutofillEntries(const std::vector<AutofillEntry>& entries);
H A Dautofill_table_unittest.cc333 ASSERT_TRUE(table_->UpdateAutofillEntries(entries));
348 ASSERT_TRUE(table_->UpdateAutofillEntries(entries));
363 ASSERT_TRUE(table_->UpdateAutofillEntries(entries));
380 ASSERT_TRUE(table_->UpdateAutofillEntries(entries));
399 ASSERT_TRUE(table_->UpdateAutofillEntries(entries));
421 ASSERT_TRUE(table_->UpdateAutofillEntries(entries));
H A Dautofill_table.cc781 bool AutofillTable::UpdateAutofillEntries( function in class:autofill::AutofillTable
/external/chromium_org/chrome/browser/sync/
H A Dprofile_sync_service_autofill_unittest.cc135 MOCK_METHOD1(UpdateAutofillEntries,
513 // When UpdateAutofillEntries() is called with an empty list, the return
516 EXPECT_CALL(autofill_table_, UpdateAutofillEntries(empty))
701 // Only permit UpdateAutofillEntries() to be called with an empty list.
703 EXPECT_CALL(autofill_table_, UpdateAutofillEntries(Not(empty))).Times(0);
1018 EXPECT_CALL(autofill_table_, UpdateAutofillEntries(ElementsAre(sync_entry))).
1054 UpdateAutofillEntries(ElementsAre(merged_entry))).WillOnce(Return(true));
1351 EXPECT_CALL(autofill_table_, UpdateAutofillEntries(_)).
/external/chromium_org/chrome/browser/importer/
H A Dprofile_writer.cc340 web_data_service->UpdateAutofillEntries(autofill_entries);
/external/chromium_org/chrome/browser/webdata/
H A Dautocomplete_syncable_service.cc306 if (!GetAutofillTable()->UpdateAutofillEntries(new_entries))

Completed in 7693 milliseconds