Searched refs:GetAutofillTable (Results 1 – 4 of 4) sorted by relevance
300 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
148 autofill::AutofillTable* GetAutofillTable() const;
164 AutofillTable* GetAutofillTable() const;
286 return GetAutofillTable()->GetAutofillProfiles(profiles); in LoadAutofillData()293 AutofillTable* autofill_table = GetAutofillTable(); in SaveChangesToWebData()658 AutofillTable* AutofillProfileSyncableService::GetAutofillTable() const { in GetAutofillTable() function in autofill::AutofillProfileSyncableService