AutofillTable      34 android_webview/browser/aw_form_database_service.cc       scoped_ptr<WebDatabaseTable>(new autofill::AutofillTable(
AutofillTable      79 chrome/browser/sync/profile_sync_service_autofill_unittest.cc using autofill::AutofillTable;
AutofillTable     125 chrome/browser/sync/profile_sync_service_autofill_unittest.cc class AutofillTableMock : public AutofillTable {
AutofillTable     127 chrome/browser/sync/profile_sync_service_autofill_unittest.cc   AutofillTableMock() : AutofillTable("en-US") {}
AutofillTable     156 chrome/browser/sync/profile_sync_service_autofill_unittest.cc   explicit WebDatabaseFake(AutofillTable* autofill_table) {
AutofillTable      30 chrome/browser/sync/test/integration/autofill_helper.cc using autofill::AutofillTable;
AutofillTable     104 chrome/browser/sync/test/integration/autofill_helper.cc   AutofillTable::FromWebDatabase(
AutofillTable      18 chrome/browser/sync/test/integration/two_client_autofill_sync_test.cc using autofill::AutofillTable;
AutofillTable     408 chrome/browser/sync/test/integration/two_client_autofill_sync_test.cc   base::string16 max_length_string(AutofillTable::kMaxDataLength, '.');
AutofillTable     441 chrome/browser/sync/test/integration/two_client_autofill_sync_test.cc       AutofillTable::kMaxDataLength + 1, '.');
AutofillTable      24 chrome/browser/webdata/autocomplete_syncable_service.cc using autofill::AutofillTable;
AutofillTable     303 chrome/browser/webdata/autocomplete_syncable_service.cc   return AutofillTable::FromWebDatabase(
AutofillTable     312 chrome/browser/webdata/autocomplete_syncable_service.cc       !AutofillTable::FromWebDatabase(
AutofillTable     378 chrome/browser/webdata/autocomplete_syncable_service.cc   if (!AutofillTable::FromWebDatabase(
AutofillTable     400 chrome/browser/webdata/autocomplete_syncable_service.cc         if (!AutofillTable::FromWebDatabase(db)->GetAutofillTimestamps(
AutofillTable      83 chrome/browser/webdata/web_data_service_factory.cc       scoped_ptr<WebDatabaseTable>(new autofill::AutofillTable(
AutofillTable      71 components/autofill/core/browser/personal_data_manager_unittest.cc         scoped_ptr<WebDatabaseTable>(new AutofillTable("en-US")));
AutofillTable      31 components/autofill/core/browser/webdata/autofill_profile_syncable_service.cc   if (sanitized_value.length() > AutofillTable::kMaxDataLength)
AutofillTable      32 components/autofill/core/browser/webdata/autofill_profile_syncable_service.cc     sanitized_value.resize(AutofillTable::kMaxDataLength);
AutofillTable     293 components/autofill/core/browser/webdata/autofill_profile_syncable_service.cc   AutofillTable* autofill_table = GetAutofillTable();
AutofillTable     633 components/autofill/core/browser/webdata/autofill_profile_syncable_service.cc AutofillTable* AutofillProfileSyncableService::GetAutofillTable() const {
AutofillTable     634 components/autofill/core/browser/webdata/autofill_profile_syncable_service.cc   return AutofillTable::FromWebDatabase(webdata_backend_->GetDatabase());
AutofillTable      39 components/autofill/core/browser/webdata/autofill_profile_syncable_service.h class AutofillTable;
AutofillTable     164 components/autofill/core/browser/webdata/autofill_profile_syncable_service.h   AutofillTable* GetAutofillTable() const;
AutofillTable      72 components/autofill/core/browser/webdata/autofill_table.cc   if (data.size() > AutofillTable::kMaxDataLength)
AutofillTable      73 components/autofill/core/browser/webdata/autofill_table.cc     return data.substr(0, AutofillTable::kMaxDataLength);
AutofillTable     366 components/autofill/core/browser/webdata/autofill_table.cc const size_t AutofillTable::kMaxDataLength = 1024;
AutofillTable     368 components/autofill/core/browser/webdata/autofill_table.cc AutofillTable::AutofillTable(const std::string& app_locale)
AutofillTable     372 components/autofill/core/browser/webdata/autofill_table.cc AutofillTable::~AutofillTable() {
AutofillTable     375 components/autofill/core/browser/webdata/autofill_table.cc AutofillTable* AutofillTable::FromWebDatabase(WebDatabase* db) {
AutofillTable     376 components/autofill/core/browser/webdata/autofill_table.cc   return static_cast<AutofillTable*>(db->GetTable(GetKey()));
AutofillTable     379 components/autofill/core/browser/webdata/autofill_table.cc WebDatabaseTable::TypeKey AutofillTable::GetTypeKey() const {
AutofillTable     383 components/autofill/core/browser/webdata/autofill_table.cc bool AutofillTable::CreateTablesIfNecessary() {
AutofillTable     389 components/autofill/core/browser/webdata/autofill_table.cc bool AutofillTable::IsSyncable() {
AutofillTable     393 components/autofill/core/browser/webdata/autofill_table.cc bool AutofillTable::MigrateToVersion(int version,
AutofillTable     449 components/autofill/core/browser/webdata/autofill_table.cc bool AutofillTable::AddFormFieldValues(
AutofillTable     455 components/autofill/core/browser/webdata/autofill_table.cc bool AutofillTable::AddFormFieldValue(const FormFieldData& element,
AutofillTable     460 components/autofill/core/browser/webdata/autofill_table.cc bool AutofillTable::GetFormValuesForElementName(
AutofillTable     500 components/autofill/core/browser/webdata/autofill_table.cc bool AutofillTable::HasFormElements() {
AutofillTable     509 components/autofill/core/browser/webdata/autofill_table.cc bool AutofillTable::RemoveFormElementsAddedBetween(
AutofillTable     616 components/autofill/core/browser/webdata/autofill_table.cc bool AutofillTable::RemoveExpiredFormElements(
AutofillTable     647 components/autofill/core/browser/webdata/autofill_table.cc bool AutofillTable::AddFormFieldValuesTime(
AutofillTable     668 components/autofill/core/browser/webdata/autofill_table.cc bool AutofillTable::GetAllAutofillEntries(std::vector<AutofillEntry>* entries) {
AutofillTable     684 components/autofill/core/browser/webdata/autofill_table.cc bool AutofillTable::GetAutofillTimestamps(const base::string16& name,
AutofillTable     703 components/autofill/core/browser/webdata/autofill_table.cc bool AutofillTable::UpdateAutofillEntries(
AutofillTable     727 components/autofill/core/browser/webdata/autofill_table.cc bool AutofillTable::InsertAutofillEntry(const AutofillEntry& entry) {
AutofillTable     746 components/autofill/core/browser/webdata/autofill_table.cc bool AutofillTable::AddFormFieldValueTime(const FormFieldData& element,
AutofillTable     790 components/autofill/core/browser/webdata/autofill_table.cc bool AutofillTable::RemoveFormElement(const base::string16& name,
AutofillTable     799 components/autofill/core/browser/webdata/autofill_table.cc bool AutofillTable::AddAutofillProfile(const AutofillProfile& profile) {
AutofillTable     816 components/autofill/core/browser/webdata/autofill_table.cc bool AutofillTable::GetAutofillProfile(const std::string& guid,
AutofillTable     845 components/autofill/core/browser/webdata/autofill_table.cc bool AutofillTable::GetAutofillProfiles(
AutofillTable     865 components/autofill/core/browser/webdata/autofill_table.cc bool AutofillTable::UpdateAutofillProfile(const AutofillProfile& profile) {
AutofillTable     904 components/autofill/core/browser/webdata/autofill_table.cc bool AutofillTable::RemoveAutofillProfile(const std::string& guid) {
AutofillTable     927 components/autofill/core/browser/webdata/autofill_table.cc bool AutofillTable::ClearAutofillProfiles() {
AutofillTable     952 components/autofill/core/browser/webdata/autofill_table.cc bool AutofillTable::AddCreditCard(const CreditCard& credit_card) {
AutofillTable     967 components/autofill/core/browser/webdata/autofill_table.cc bool AutofillTable::GetCreditCard(const std::string& guid,
AutofillTable     984 components/autofill/core/browser/webdata/autofill_table.cc bool AutofillTable::GetCreditCards(
AutofillTable    1004 components/autofill/core/browser/webdata/autofill_table.cc bool AutofillTable::UpdateCreditCard(const CreditCard& credit_card) {
AutofillTable    1030 components/autofill/core/browser/webdata/autofill_table.cc bool AutofillTable::RemoveCreditCard(const std::string& guid) {
AutofillTable    1039 components/autofill/core/browser/webdata/autofill_table.cc bool AutofillTable::RemoveAutofillDataModifiedBetween(
AutofillTable    1099 components/autofill/core/browser/webdata/autofill_table.cc bool AutofillTable::RemoveOriginURLsModifiedBetween(
AutofillTable    1171 components/autofill/core/browser/webdata/autofill_table.cc bool AutofillTable::GetAutofillProfilesInTrash(
AutofillTable    1187 components/autofill/core/browser/webdata/autofill_table.cc bool AutofillTable::EmptyAutofillProfilesTrash() {
AutofillTable    1195 components/autofill/core/browser/webdata/autofill_table.cc bool AutofillTable::AddAutofillGUIDToTrash(const std::string& guid) {
AutofillTable    1205 components/autofill/core/browser/webdata/autofill_table.cc bool AutofillTable::IsAutofillProfilesTrashEmpty() {
AutofillTable    1213 components/autofill/core/browser/webdata/autofill_table.cc bool AutofillTable::IsAutofillGUIDInTrash(const std::string& guid) {
AutofillTable    1223 components/autofill/core/browser/webdata/autofill_table.cc bool AutofillTable::InitMainTable() {
AutofillTable    1243 components/autofill/core/browser/webdata/autofill_table.cc bool AutofillTable::InitCreditCardsTable() {
AutofillTable    1261 components/autofill/core/browser/webdata/autofill_table.cc bool AutofillTable::InitProfilesTable() {
AutofillTable    1282 components/autofill/core/browser/webdata/autofill_table.cc bool AutofillTable::InitProfileNamesTable() {
AutofillTable    1296 components/autofill/core/browser/webdata/autofill_table.cc bool AutofillTable::InitProfileEmailsTable() {
AutofillTable    1308 components/autofill/core/browser/webdata/autofill_table.cc bool AutofillTable::InitProfilePhonesTable() {
AutofillTable    1320 components/autofill/core/browser/webdata/autofill_table.cc bool AutofillTable::InitProfileTrashTable() {
AutofillTable    1331 components/autofill/core/browser/webdata/autofill_table.cc bool AutofillTable::MigrateToVersion22ClearAutofillEmptyValueElements() {
AutofillTable    1405 components/autofill/core/browser/webdata/autofill_table.cc bool AutofillTable::MigrateToVersion23AddCardNumberEncryptedColumn() {
AutofillTable    1466 components/autofill/core/browser/webdata/autofill_table.cc bool AutofillTable::MigrateToVersion24CleanupOversizedStringFields() {
AutofillTable    1526 components/autofill/core/browser/webdata/autofill_table.cc bool AutofillTable::MigrateToVersion27UpdateLegacyCreditCards() {
AutofillTable    1608 components/autofill/core/browser/webdata/autofill_table.cc bool AutofillTable::MigrateToVersion30AddDateModifed() {
AutofillTable    1642 components/autofill/core/browser/webdata/autofill_table.cc bool AutofillTable::MigrateToVersion31AddGUIDToCreditCardsAndProfiles() {
AutofillTable    1702 components/autofill/core/browser/webdata/autofill_table.cc bool AutofillTable::MigrateToVersion32UpdateProfilesAndCreditCards() {
AutofillTable    1775 components/autofill/core/browser/webdata/autofill_table.cc bool AutofillTable::MigrateToVersion33ProfilesBasedOnFirstName() {
AutofillTable    1910 components/autofill/core/browser/webdata/autofill_table.cc bool AutofillTable::MigrateToVersion34ProfilesBasedOnCountryCode() {
AutofillTable    1944 components/autofill/core/browser/webdata/autofill_table.cc bool AutofillTable::MigrateToVersion35GreatBritainCountryCodes() {
AutofillTable    1953 components/autofill/core/browser/webdata/autofill_table.cc bool AutofillTable::MigrateToVersion37MergeAndCullOlderProfiles() {
AutofillTable    2076 components/autofill/core/browser/webdata/autofill_table.cc bool AutofillTable::MigrateToVersion51AddOriginColumn() {
AutofillTable    2098 components/autofill/core/browser/webdata/autofill_table.cc bool AutofillTable::MigrateToVersion54AddI18nFieldsAndRemoveDeprecatedFields() {
AutofillTable    2202 components/autofill/core/browser/webdata/autofill_table.cc bool AutofillTable::MigrateToVersion55MergeAutofillDatesTable() {
AutofillTable     122 components/autofill/core/browser/webdata/autofill_table.h class AutofillTable : public WebDatabaseTable {
AutofillTable     124 components/autofill/core/browser/webdata/autofill_table.h   explicit AutofillTable(const std::string& app_locale);
AutofillTable     125 components/autofill/core/browser/webdata/autofill_table.h   virtual ~AutofillTable();
AutofillTable     128 components/autofill/core/browser/webdata/autofill_table.h   static AutofillTable* FromWebDatabase(WebDatabase* db);
AutofillTable     355 components/autofill/core/browser/webdata/autofill_table.h   DISALLOW_COPY_AND_ASSIGN(AutofillTable);
AutofillTable     128 components/autofill/core/browser/webdata/autofill_table_unittest.cc     table_.reset(new AutofillTable("en-US"));
AutofillTable     136 components/autofill/core/browser/webdata/autofill_table_unittest.cc   scoped_ptr<AutofillTable> table_;
AutofillTable      87 components/autofill/core/browser/webdata/autofill_webdata_backend_impl.cc   if (!AutofillTable::FromWebDatabase(db)->AddFormFieldValues(
AutofillTable     109 components/autofill/core/browser/webdata/autofill_webdata_backend_impl.cc   AutofillTable::FromWebDatabase(db)->GetFormValuesForElementName(
AutofillTable     119 components/autofill/core/browser/webdata/autofill_webdata_backend_impl.cc   bool value = AutofillTable::FromWebDatabase(db)->HasFormElements();
AutofillTable     131 components/autofill/core/browser/webdata/autofill_webdata_backend_impl.cc   if (AutofillTable::FromWebDatabase(db)->RemoveFormElementsAddedBetween(
AutofillTable     150 components/autofill/core/browser/webdata/autofill_webdata_backend_impl.cc   if (AutofillTable::FromWebDatabase(db)->RemoveFormElement(name, value)) {
AutofillTable     168 components/autofill/core/browser/webdata/autofill_webdata_backend_impl.cc   if (!AutofillTable::FromWebDatabase(db)->AddAutofillProfile(profile)) {
AutofillTable     190 components/autofill/core/browser/webdata/autofill_webdata_backend_impl.cc   if (!AutofillTable::FromWebDatabase(db)->GetAutofillProfile(profile.guid(),
AutofillTable     196 components/autofill/core/browser/webdata/autofill_webdata_backend_impl.cc   if (!AutofillTable::FromWebDatabase(db)->UpdateAutofillProfile(profile)) {
AutofillTable     215 components/autofill/core/browser/webdata/autofill_webdata_backend_impl.cc   if (!AutofillTable::FromWebDatabase(db)->GetAutofillProfile(guid, &profile)) {
AutofillTable     221 components/autofill/core/browser/webdata/autofill_webdata_backend_impl.cc   if (!AutofillTable::FromWebDatabase(db)->RemoveAutofillProfile(guid)) {
AutofillTable     239 components/autofill/core/browser/webdata/autofill_webdata_backend_impl.cc   AutofillTable::FromWebDatabase(db)->GetAutofillProfiles(&profiles);
AutofillTable     251 components/autofill/core/browser/webdata/autofill_webdata_backend_impl.cc   if (!AutofillTable::FromWebDatabase(db)->AddCreditCard(credit_card)) {
AutofillTable     265 components/autofill/core/browser/webdata/autofill_webdata_backend_impl.cc   if (!AutofillTable::FromWebDatabase(db)->GetCreditCard(credit_card.guid(),
AutofillTable     271 components/autofill/core/browser/webdata/autofill_webdata_backend_impl.cc   if (!AutofillTable::FromWebDatabase(db)->UpdateCreditCard(credit_card)) {
AutofillTable     281 components/autofill/core/browser/webdata/autofill_webdata_backend_impl.cc   if (!AutofillTable::FromWebDatabase(db)->RemoveCreditCard(guid)) {
AutofillTable     292 components/autofill/core/browser/webdata/autofill_webdata_backend_impl.cc   AutofillTable::FromWebDatabase(db)->GetCreditCards(&credit_cards);
AutofillTable     309 components/autofill/core/browser/webdata/autofill_webdata_backend_impl.cc   if (AutofillTable::FromWebDatabase(db)->RemoveAutofillDataModifiedBetween(
AutofillTable     334 components/autofill/core/browser/webdata/autofill_webdata_backend_impl.cc   if (AutofillTable::FromWebDatabase(db)->RemoveOriginURLsModifiedBetween(
AutofillTable     356 components/autofill/core/browser/webdata/autofill_webdata_backend_impl.cc   if (AutofillTable::FromWebDatabase(db)->RemoveExpiredFormElements(&changes)) {
AutofillTable     108 components/autofill/core/browser/webdata/web_data_service_unittest.cc     wdbs_->AddTable(scoped_ptr<WebDatabaseTable>(new AutofillTable("en-US")));
AutofillTable      36 components/webdata/common/web_database_migration_unittest.cc using autofill::AutofillTable;
AutofillTable     189 components/webdata/common/web_database_migration_unittest.cc     AutofillTable autofill_table("en-US");