HomeSort by relevance Sort by last modified time
    Searched refs:UpdateAutofillProfile (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/components/autofill/core/browser/webdata/
autofill_webdata.h 65 virtual void UpdateAutofillProfile(const AutofillProfile& profile) = 0;
autofill_table.h 203 virtual bool UpdateAutofillProfile(const AutofillProfile& profile);
315 FRIEND_TEST_ALL_PREFIXES(AutofillTableTest, UpdateAutofillProfile);
autofill_webdata_backend_impl.h 106 WebDatabase::State UpdateAutofillProfile(const AutofillProfile& profile,
autofill_webdata_service.h 68 virtual void UpdateAutofillProfile(const AutofillProfile& profile) OVERRIDE;
autofill_webdata_service.cc 111 void AutofillWebDataService::UpdateAutofillProfile(
114 Bind(&AutofillWebDataBackendImpl::UpdateAutofillProfile,
autofill_table_unittest.cc 702 EXPECT_TRUE(table_->UpdateAutofillProfile(billing_profile));
737 EXPECT_TRUE(table_->UpdateAutofillProfile(billing_profile));
780 EXPECT_TRUE(table_->UpdateAutofillProfile(p));
789 EXPECT_TRUE(table_->UpdateAutofillProfile(p));
    [all...]
autofill_webdata_backend_impl.cc 183 WebDatabase::State AutofillWebDataBackendImpl::UpdateAutofillProfile(
196 if (!AutofillTable::FromWebDatabase(db)->UpdateAutofillProfile(profile)) {
web_data_service_unittest.cc 383 wds_->UpdateAutofillProfile(profile1_changed);
autofill_profile_syncable_service.cc 307 if (!autofill_table->UpdateAutofillProfile(*bundle.profiles_to_update[i]))
autofill_table.cc 945 bool AutofillTable::UpdateAutofillProfile(const AutofillProfile& profile) {
    [all...]
  /external/chromium_org/components/autofill/core/browser/
personal_data_manager.cc 415 database_->UpdateAutofillProfile(profile);
836 database_->UpdateAutofillProfile(*iter);
    [all...]
  /external/chromium_org/chrome/browser/sync/
profile_sync_service_autofill_unittest.cc 138 MOCK_METHOD1(UpdateAutofillProfile,
    [all...]

Completed in 192 milliseconds