Home
last modified time | relevance | path

Searched refs:GetAutofillProfile (Results 1 – 8 of 8) sorted by relevance

/external/chromium/chrome/browser/webdata/
Dautofill_table_unittest.cc678 ASSERT_TRUE(db.GetAutofillTable()->GetAutofillProfile( in TEST_F()
704 ASSERT_TRUE(db.GetAutofillTable()->GetAutofillProfile( in TEST_F()
723 ASSERT_TRUE(db.GetAutofillTable()->GetAutofillProfile( in TEST_F()
756 ASSERT_TRUE(db.GetAutofillTable()->GetAutofillProfile( in TEST_F()
774 EXPECT_FALSE(db.GetAutofillTable()->GetAutofillProfile( in TEST_F()
793 ASSERT_TRUE(db.GetAutofillTable()->GetAutofillProfile(p.guid(), &db_profile)); in TEST_F()
803 ASSERT_TRUE(db.GetAutofillTable()->GetAutofillProfile(p.guid(), &db_profile)); in TEST_F()
812 ASSERT_TRUE(db.GetAutofillTable()->GetAutofillProfile(p.guid(), &db_profile)); in TEST_F()
834 ASSERT_TRUE(db.GetAutofillTable()->GetAutofillProfile(p.guid(), &db_profile)); in TEST_F()
847 ASSERT_TRUE(db.GetAutofillTable()->GetAutofillProfile(p.guid(), &db_profile)); in TEST_F()
[all …]
Dautofill_table.h215 bool GetAutofillProfile(const std::string& guid, AutofillProfile** profile);
Dautofill_table.cc915 bool AutofillTable::GetAutofillProfile(const std::string& guid, in GetAutofillProfile() function in AutofillTable
970 if (!GetAutofillProfile(guid, &profile)) in GetAutofillProfiles()
987 if (!GetAutofillProfile(profile.guid(), &tmp_profile)) in UpdateAutofillProfile()
1026 if (!GetAutofillProfile(profile.guid(), &tmp_profile)) in UpdateAutofillProfileMulti()
2106 if (!GetAutofillProfile(guid, &profile)) in MigrateToVersion37MergeAndCullOlderProfiles()
Dweb_data_service.cc1044 if (!db_->GetAutofillTable()->GetAutofillProfile(profile.guid(), in UpdateAutofillProfileImpl()
1075 if (!db_->GetAutofillTable()->GetAutofillProfile(guid, &profile)) { in RemoveAutofillProfileImpl()
/external/chromium/chrome/browser/sync/glue/
Dautofill_profile_change_processor.cc236 if (!web_database_->GetAutofillTable()->GetAutofillProfile( in ApplyAutofillProfileChange()
Dautofill_change_processor.cc370 if (!web_database_->GetAutofillTable()->GetAutofillProfile( in ApplySyncAutofillProfileChange()
/external/chromium/chrome/browser/automation/
Dtesting_automation_provider.h635 void GetAutofillProfile(Browser* browser,
Dtesting_automation_provider.cc2229 &TestingAutomationProvider::GetAutofillProfile; in SendJSONRequest()
3954 void TestingAutomationProvider::GetAutofillProfile( in GetAutofillProfile() function in TestingAutomationProvider