Home | History | Annotate | Download | only in webdata

Lines Matching full:autofilltable

390 bool AutofillTable::Init() {
397 bool AutofillTable::IsSyncable() {
401 bool AutofillTable::AddFormFieldValues(const std::vector<FormField>& elements,
406 bool AutofillTable::AddFormFieldValue(const FormField& element,
411 bool AutofillTable::GetFormValuesForElementName(const string16& name,
460 bool AutofillTable::RemoveFormElementsAddedBetween(
512 bool AutofillTable::RemoveFormElementForTimeRange(int64 pair_id,
535 bool AutofillTable::AddToCountOfFormElement(int64 pair_id,
556 bool AutofillTable::GetIDAndCountOfFormElement(
582 bool AutofillTable::GetCountOfFormElement(int64 pair_id, int* count) {
599 bool AutofillTable::SetCountOfFormElement(int64 pair_id, int count) {
617 bool AutofillTable::InsertFormElement(const FormField& element,
639 bool AutofillTable::InsertPairIDAndDate(int64 pair_id,
660 bool AutofillTable::AddFormFieldValuesTime(
683 bool AutofillTable::ClearAutofillEmptyValueElements() {
705 bool AutofillTable::GetAllAutofillEntries(std::vector<AutofillEntry>* entries) {
761 bool AutofillTable::GetAutofillTimestamps(const string16& name,
784 bool AutofillTable::UpdateAutofillEntries(
816 bool AutofillTable::InsertAutofillEntry(const AutofillEntry& entry) {
844 bool AutofillTable::AddFormFieldValueTime(const FormField& element,
871 bool AutofillTable::RemoveFormElement(const string16& name,
888 bool AutofillTable::AddAutofillProfile(const AutofillProfile& profile) {
915 bool AutofillTable::GetAutofillProfile(const std::string& guid,
954 bool AutofillTable::GetAutofillProfiles(
978 bool AutofillTable::UpdateAutofillProfile(const AutofillProfile& profile) {
1017 bool AutofillTable::UpdateAutofillProfileMulti(const AutofillProfile& profile) {
1059 bool AutofillTable::RemoveAutofillProfile(const std::string& guid) {
1092 bool AutofillTable::ClearAutofillProfiles() {
1136 bool AutofillTable
1158 bool AutofillTable::GetCreditCard(const std::string& guid,
1180 bool AutofillTable::GetCreditCards(
1204 bool AutofillTable::UpdateCreditCard(const CreditCard& credit_card) {
1233 bool AutofillTable::RemoveCreditCard(const std::string& guid) {
1246 bool AutofillTable::RemoveAutofillProfilesAndCreditCardsModifiedBetween(
1331 bool AutofillTable::GetAutofillProfilesInTrash(
1351 bool AutofillTable::EmptyAutofillProfilesTrash() {
1363 bool AutofillTable::RemoveFormElementForID(int64 pair_id) {
1378 bool AutofillTable::AddAutofillGUIDToTrash(const std::string& guid) {
1396 bool AutofillTable::IsAutofillProfilesTrashEmpty() {
1408 bool AutofillTable::IsAutofillGUIDInTrash(const std::string& guid) {
1422 bool AutofillTable::InitMainTable() {
1446 bool AutofillTable::InitCreditCardsTable() {
1463 bool AutofillTable::InitDatesTable() {
1480 bool AutofillTable::InitProfilesTable() {
1500 bool AutofillTable::InitProfileNamesTable() {
1514 bool AutofillTable::InitProfileEmailsTable() {
1526 bool AutofillTable::InitProfilePhonesTable() {
1539 bool AutofillTable::InitProfileTrashTable() {
1579 bool AutofillTable::MigrateToVersion23AddCardNumberEncryptedColumn() {
1607 bool AutofillTable::MigrateToVersion24CleanupOversizedStringFields() {
1668 bool AutofillTable::MigrateToVersion27UpdateLegacyCreditCards() {
1753 bool AutofillTable::MigrateToVersion30AddDateModifed() {
1793 bool AutofillTable::MigrateToVersion31AddGUIDToCreditCardsAndProfiles() {
1857 bool AutofillTable::MigrateToVersion32UpdateProfilesAndCreditCards() {
1931 bool AutofillTable::MigrateToVersion33ProfilesBasedOnFirstName() {
2043 bool AutofillTable::MigrateToVersion34ProfilesBasedOnCountryCode() {
2081 bool AutofillTable::MigrateToVersion35GreatBritainCountryCodes() {
2090 bool AutofillTable::MigrateToVersion37MergeAndCullOlderProfiles() {