Home
last modified time | relevance | path

Searched refs:GetAutofillTable (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/webdata/
Dautocomplete_syncable_service.cc300 return GetAutofillTable()->GetAllAutofillEntries(entries); in LoadAutofillData()
306 if (!GetAutofillTable()->UpdateAutofillEntries(new_entries)) in SaveChangesToWebData()
371 if (!GetAutofillTable()->RemoveFormElement( in AutofillEntryDelete()
391 bool success = GetAutofillTable()->GetAutofillTimestamps( in ActOnChanges()
433 AutofillTable* AutocompleteSyncableService::GetAutofillTable() const { in GetAutofillTable() function in AutocompleteSyncableService
Dautocomplete_syncable_service.h148 autofill::AutofillTable* GetAutofillTable() const;
/external/chromium_org/components/autofill/core/browser/webdata/
Dautofill_profile_syncable_service.h164 AutofillTable* GetAutofillTable() const;
Dautofill_profile_syncable_service.cc286 return GetAutofillTable()->GetAutofillProfiles(profiles); in LoadAutofillData()
293 AutofillTable* autofill_table = GetAutofillTable(); in SaveChangesToWebData()
658 AutofillTable* AutofillProfileSyncableService::GetAutofillTable() const { in GetAutofillTable() function in autofill::AutofillProfileSyncableService