Searched defs:autofill_table (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/webdata/
H A Dautofill_profile_syncable_service.cc14 #include "components/autofill/core/browser/webdata/autofill_table.h"
298 autofill::AutofillTable* autofill_table = GetAutofillTable(); local
302 if (!autofill_table->RemoveAutofillProfile(bundle.profiles_to_delete[i]))
307 if (!autofill_table->AddAutofillProfile(*bundle.profiles_to_add[i]))
312 if (!autofill_table->UpdateAutofillProfile(*bundle.profiles_to_update[i]))
/external/chromium/chrome/browser/sync/
H A Dprofile_sync_service_autofill_unittest.cc42 #include "chrome/browser/webdata/autofill_table.h"
119 explicit WebDatabaseFake(AutofillTable* autofill_table) argument
120 : autofill_table_(autofill_table) {}
/external/chromium_org/chrome/browser/sync/
H A Dprofile_sync_service_autofill_unittest.cc45 #include "components/autofill/core/browser/webdata/autofill_table.h"
143 explicit WebDatabaseFake(AutofillTable* autofill_table) { argument
144 AddTable(autofill_table);

Completed in 178 milliseconds