Home
last modified time | relevance | path

Searched refs:autofill_table_ (Results 1 – 3 of 3) sorted by relevance

/external/chromium/chrome/browser/webdata/
Dweb_database.cc58 return autofill_table_.get(); in GetAutofillTable()
120 autofill_table_.reset(new AutofillTable(&db_, &meta_table_)); in Init()
127 if (!keyword_table_->Init() || !autofill_table_->Init() || in Init()
170 if (!autofill_table_->ClearAutofillEmptyValueElements()) in MigrateOldVersionsAsNeeded()
177 if (!autofill_table_->MigrateToVersion23AddCardNumberEncryptedColumn()) in MigrateOldVersionsAsNeeded()
184 if (!autofill_table_->MigrateToVersion24CleanupOversizedStringFields()) in MigrateOldVersionsAsNeeded()
205 if (!autofill_table_->MigrateToVersion27UpdateLegacyCreditCards()) in MigrateOldVersionsAsNeeded()
226 if (!autofill_table_->MigrateToVersion30AddDateModifed()) in MigrateOldVersionsAsNeeded()
233 if (!autofill_table_->MigrateToVersion31AddGUIDToCreditCardsAndProfiles()) in MigrateOldVersionsAsNeeded()
240 if (!autofill_table_->MigrateToVersion32UpdateProfilesAndCreditCards()) in MigrateOldVersionsAsNeeded()
[all …]
Dweb_database.h53 scoped_ptr<AutofillTable> autofill_table_; variable
/external/chromium/chrome/browser/sync/
Dprofile_sync_service_autofill_unittest.cc120 : autofill_table_(autofill_table) {} in WebDatabaseFake()
123 return autofill_table_; in GetAutofillTable()
127 AutofillTable* autofill_table_; member in WebDatabaseFake
272 web_database_.reset(new WebDatabaseFake(&autofill_table_)); in SetUp()
434 EXPECT_CALL(autofill_table_, RemoveFormElement(_, _)).Times(0); in SetIdleChangeProcessorExpectations()
435 EXPECT_CALL(autofill_table_, GetAutofillTimestamps(_, _, _)).Times(0); in SetIdleChangeProcessorExpectations()
436 EXPECT_CALL(autofill_table_, UpdateAutofillEntries(_)).Times(0); in SetIdleChangeProcessorExpectations()
466 AutofillTableMock autofill_table_; member in ProfileSyncServiceAutofillTest
638 EXPECT_CALL(autofill_table_, GetAllAutofillEntries(_)).WillOnce(Return(true)); in TEST_F()
639 EXPECT_CALL(autofill_table_, GetAutofillProfiles(_)).WillOnce(Return(true)); in TEST_F()
[all …]