Lines Matching refs:GetAutofillTable
929 if (!db_->GetAutofillTable()->AddFormFieldValues(form_fields, &changes)) { in AddFormElementsImpl()
954 db_->GetAutofillTable()->GetFormValuesForElementName( in GetFormValuesForElementNameImpl()
967 if (db_->GetAutofillTable()->RemoveFormElementsAddedBetween( in RemoveFormElementsAddedBetweenImpl()
994 if (db_->GetAutofillTable()->RemoveFormElement(name, value)) { in RemoveFormValueForElementNameImpl()
1017 if (!db_->GetAutofillTable()->AddAutofillProfile(profile)) { in AddAutofillProfileImpl()
1044 if (!db_->GetAutofillTable()->GetAutofillProfile(profile.guid(), in UpdateAutofillProfileImpl()
1051 if (!db_->GetAutofillTable()->UpdateAutofillProfileMulti(profile)) { in UpdateAutofillProfileImpl()
1075 if (!db_->GetAutofillTable()->GetAutofillProfile(guid, &profile)) { in RemoveAutofillProfileImpl()
1081 if (!db_->GetAutofillTable()->RemoveAutofillProfile(guid)) { in RemoveAutofillProfileImpl()
1101 db_->GetAutofillTable()->GetAutofillProfiles(&profiles); in GetAutofillProfilesImpl()
1116 if (!db_->GetAutofillTable()->GetAutofillProfilesInTrash(&guids)) { in EmptyMigrationTrashImpl()
1136 db_->GetAutofillTable()->GetAutofillProfiles(&profiles); in EmptyMigrationTrashImpl()
1151 if (!db_->GetAutofillTable()->EmptyAutofillProfilesTrash()) { in EmptyMigrationTrashImpl()
1165 if (!db_->GetAutofillTable()->AddCreditCard(credit_card)) { in AddCreditCardImpl()
1191 if (!db_->GetAutofillTable()->GetCreditCard(credit_card.guid(), in UpdateCreditCardImpl()
1198 if (!db_->GetAutofillTable()->UpdateCreditCard(credit_card)) { in UpdateCreditCardImpl()
1220 if (!db_->GetAutofillTable()->RemoveCreditCard(guid)) { in RemoveCreditCardImpl()
1241 db_->GetAutofillTable()->GetCreditCards(&credit_cards); in GetCreditCardsImpl()
1255 if (db_->GetAutofillTable()-> in RemoveAutofillProfilesAndCreditCardsModifiedBetweenImpl()