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

  /external/chromium_org/components/autofill/core/browser/webdata/
autofill_webdata.h 65 virtual void UpdateAutofillProfile(const AutofillProfile& profile) = 0;
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_table.h 242 virtual bool UpdateAutofillProfile(const AutofillProfile& profile);
338 FRIEND_TEST_ALL_PREFIXES(AutofillTableTest, UpdateAutofillProfile);
autofill_webdata_service.cc 111 void AutofillWebDataService::UpdateAutofillProfile(
114 Bind(&AutofillWebDataBackendImpl::UpdateAutofillProfile,
autofill_table_unittest.cc 583 EXPECT_TRUE(table_->UpdateAutofillProfile(billing_profile));
618 EXPECT_TRUE(table_->UpdateAutofillProfile(billing_profile));
661 EXPECT_TRUE(table_->UpdateAutofillProfile(p));
670 EXPECT_TRUE(table_->UpdateAutofillProfile(p));
699 EXPECT_TRUE(table_->UpdateAutofillProfile(p));
708 EXPECT_TRUE(table_->UpdateAutofillProfile(p));
737 EXPECT_TRUE(table_->UpdateAutofillProfile(p));
746 EXPECT_TRUE(table_->UpdateAutofillProfile(p));
812 EXPECT_TRUE(table_->UpdateAutofillProfile(profile));
    [all...]
autofill_webdata_backend_impl.cc 183 WebDatabase::State AutofillWebDataBackendImpl::UpdateAutofillProfile(
196 if (!AutofillTable::FromWebDatabase(db)->UpdateAutofillProfile(profile)) {
web_data_service_unittest.cc 393 wds_->UpdateAutofillProfile(profile1_changed);
autofill_table.cc     [all...]
  /external/chromium/chrome/browser/webdata/
autofill_table.h 205 virtual bool UpdateAutofillProfile(const AutofillProfile& profile);
285 FRIEND_TEST_ALL_PREFIXES(AutofillTableTest, UpdateAutofillProfile);
web_data_service.h 458 void UpdateAutofillProfile(const AutofillProfile& profile);
web_data_service_unittest.cc 360 wds_->UpdateAutofillProfile(profile1_changed);
autofill_table_unittest.cc 846 EXPECT_TRUE(db.GetAutofillTable()->UpdateAutofillProfile(p));
    [all...]
web_data_service.cc 406 void WebDataService::UpdateAutofillProfile(const AutofillProfile& profile) {
    [all...]
autofill_table.cc 978 bool AutofillTable::UpdateAutofillProfile(const AutofillProfile& profile) {
    [all...]
  /external/chromium/chrome/browser/sync/glue/
autofill_profile_change_processor.cc 247 if (!web_database_->GetAutofillTable()->UpdateAutofillProfile(
autofill_change_processor.cc 379 if (!web_database_->GetAutofillTable()->UpdateAutofillProfile(
autofill_model_associator.cc 225 if (!web_database_->GetAutofillTable()->UpdateAutofillProfile(
autofill_profile_model_associator.cc 437 if (!web_database_->GetAutofillTable()->UpdateAutofillProfile(
  /external/chromium/chrome/browser/autofill/
personal_data_manager.cc 386 wds->UpdateAutofillProfile(*iter);
501 wds->UpdateAutofillProfile(profile);
  /external/chromium_org/components/autofill/core/browser/
personal_data_manager.cc 415 database_->UpdateAutofillProfile(profile);
789 database_->UpdateAutofillProfile(*iter);
    [all...]
  /external/chromium/chrome/browser/sync/
profile_sync_service_autofill_unittest.cc 109 MOCK_METHOD1(UpdateAutofillProfile,
808 EXPECT_CALL(autofill_table_, UpdateAutofillProfile(_)).
    [all...]
  /external/chromium_org/chrome/browser/sync/
profile_sync_service_autofill_unittest.cc 132 MOCK_METHOD1(UpdateAutofillProfile,
    [all...]
  /external/chromium_org/chrome/browser/webdata/
autofill_profile_syncable_service.cc 312 if (!autofill_table->UpdateAutofillProfile(*bundle.profiles_to_update[i]))

Completed in 768 milliseconds