Searched refs:GetAutofillProfile (Results 1 – 8 of 8) sorted by relevance
/external/chromium/chrome/browser/webdata/ |
D | autofill_table_unittest.cc | 678 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 …]
|
D | autofill_table.h | 215 bool GetAutofillProfile(const std::string& guid, AutofillProfile** profile);
|
D | autofill_table.cc | 915 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()
|
D | web_data_service.cc | 1044 if (!db_->GetAutofillTable()->GetAutofillProfile(profile.guid(), in UpdateAutofillProfileImpl() 1075 if (!db_->GetAutofillTable()->GetAutofillProfile(guid, &profile)) { in RemoveAutofillProfileImpl()
|
/external/chromium/chrome/browser/sync/glue/ |
D | autofill_profile_change_processor.cc | 236 if (!web_database_->GetAutofillTable()->GetAutofillProfile( in ApplyAutofillProfileChange()
|
D | autofill_change_processor.cc | 370 if (!web_database_->GetAutofillTable()->GetAutofillProfile( in ApplySyncAutofillProfileChange()
|
/external/chromium/chrome/browser/automation/ |
D | testing_automation_provider.h | 635 void GetAutofillProfile(Browser* browser,
|
D | testing_automation_provider.cc | 2229 &TestingAutomationProvider::GetAutofillProfile; in SendJSONRequest() 3954 void TestingAutomationProvider::GetAutofillProfile( in GetAutofillProfile() function in TestingAutomationProvider
|