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

  /external/chromium/chrome/browser/webdata/
web_data_service_unittest.cc 268 wds_->AddAutofillProfile(profile);
288 wds_->AddAutofillProfile(profile);
332 wds_->AddAutofillProfile(profile1);
333 wds_->AddAutofillProfile(profile2);
501 wds_->AddAutofillProfile(profile);
autofill_table.h 201 virtual bool AddAutofillProfile(const AutofillProfile& profile);
autofill_table_unittest.cc 673 EXPECT_TRUE(db.GetAutofillTable()->AddAutofillProfile(home_profile));
700 EXPECT_TRUE(db.GetAutofillTable()->AddAutofillProfile(billing_profile));
790 EXPECT_TRUE(db.GetAutofillTable()->AddAutofillProfile(p));
831 EXPECT_TRUE(db.GetAutofillTable()->AddAutofillProfile(p));
869 EXPECT_TRUE(db.GetAutofillTable()->AddAutofillProfile(p));
910 EXPECT_TRUE(db.GetAutofillTable()->AddAutofillProfile(p));
    [all...]
web_data_service.h 455 void AddAutofillProfile(const AutofillProfile& profile);
web_data_service.cc 396 void WebDataService::AddAutofillProfile(const AutofillProfile& profile) {
    [all...]
autofill_table.cc 888 bool AutofillTable::AddAutofillProfile(const AutofillProfile& profile) {
    [all...]
  /external/chromium/chrome/browser/sync/glue/
autofill_profile_change_processor.cc 224 if (!web_database_->GetAutofillTable()->AddAutofillProfile(p)) {
autofill_change_processor.cc 353 if (!web_database_->GetAutofillTable()->AddAutofillProfile(*p.get())) {
autofill_model_associator.cc 217 if (!web_database_->GetAutofillTable()->AddAutofillProfile(
autofill_profile_model_associator.cc 429 if (!web_database_->GetAutofillTable()->AddAutofillProfile(
  /external/chromium/chrome/browser/sync/
profile_sync_service_autofill_unittest.cc 111 MOCK_METHOD1(AddAutofillProfile,
847 EXPECT_CALL(autofill_table_, AddAutofillProfile(_)).
    [all...]
  /external/chromium/chrome/browser/autofill/
personal_data_manager.cc 394 wds->AddAutofillProfile(*iter);
personal_data_manager_unittest.cc 478 wds->AddAutofillProfile(profile2);
    [all...]

Completed in 212 milliseconds