/external/chromium/chrome/browser/webdata/ |
web_database.cc | 58 return autofill_table_.get(); 120 autofill_table_.reset(new AutofillTable(&db_, &meta_table_)); 127 if (!keyword_table_->Init() || !autofill_table_->Init() || 170 if (!autofill_table_->ClearAutofillEmptyValueElements()) 177 if (!autofill_table_->MigrateToVersion23AddCardNumberEncryptedColumn()) 184 if (!autofill_table_->MigrateToVersion24CleanupOversizedStringFields()) 205 if (!autofill_table_->MigrateToVersion27UpdateLegacyCreditCards()) 226 if (!autofill_table_->MigrateToVersion30AddDateModifed()) 233 if (!autofill_table_->MigrateToVersion31AddGUIDToCreditCardsAndProfiles()) 240 if (!autofill_table_->MigrateToVersion32UpdateProfilesAndCreditCards() [all...] |
web_database.h | 53 scoped_ptr<AutofillTable> autofill_table_; member in class:WebDatabase
|
/external/chromium/chrome/browser/sync/ |
profile_sync_service_autofill_unittest.cc | 120 : autofill_table_(autofill_table) {} 123 return autofill_table_; 127 AutofillTable* autofill_table_; member in class:WebDatabaseFake 272 web_database_.reset(new WebDatabaseFake(&autofill_table_)); 434 EXPECT_CALL(autofill_table_, RemoveFormElement(_, _)).Times(0); 435 EXPECT_CALL(autofill_table_, GetAutofillTimestamps(_, _, _)).Times(0); 436 EXPECT_CALL(autofill_table_, UpdateAutofillEntries(_)).Times(0); 466 AutofillTableMock autofill_table_; member in class:ProfileSyncServiceAutofillTest 638 EXPECT_CALL(autofill_table_, GetAllAutofillEntries(_)).WillOnce(Return(true)); 639 EXPECT_CALL(autofill_table_, GetAutofillProfiles(_)).WillOnce(Return(true)) [all...] |
/external/chromium_org/chrome/browser/sync/ |
profile_sync_service_autofill_unittest.cc | 514 web_database_.reset(new WebDatabaseFake(&autofill_table_)); 732 EXPECT_CALL(autofill_table_, RemoveFormElement(_, _)).Times(0); 733 EXPECT_CALL(autofill_table_, GetAutofillTimestamps(_, _, _)).Times(0); 734 EXPECT_CALL(autofill_table_, UpdateAutofillEntries(_)).Times(0); 765 AutofillTableMock autofill_table_; member in class:ProfileSyncServiceAutofillTest [all...] |