Searched refs:GetAutofillProfiles (Results 1 – 9 of 9) sorted by relevance
/external/chromium/chrome/browser/sync/ |
D | profile_sync_service_autofill_unittest.cc | 107 MOCK_METHOD1(GetAutofillProfiles, 639 EXPECT_CALL(autofill_table_, GetAutofillProfiles(_)).WillOnce(Return(true)); in TEST_F() 657 EXPECT_CALL(autofill_table_, GetAutofillProfiles(_)).WillOnce(Return(true)); in TEST_F() 684 EXPECT_CALL(autofill_table_, GetAutofillProfiles(_)). in TEST_F() 706 EXPECT_CALL(autofill_table_, GetAutofillProfiles(_)).WillOnce(Return(true)); in TEST_F() 728 EXPECT_CALL(autofill_table_, GetAutofillProfiles(_)).WillOnce(Return(true)); in TEST_F() 765 EXPECT_CALL(autofill_table_, GetAutofillProfiles(_)).WillOnce(Return(true)); in TEST_F() 801 EXPECT_CALL(autofill_table_, GetAutofillProfiles(_)). in TEST_F() 840 EXPECT_CALL(autofill_table_, GetAutofillProfiles(_)). in TEST_F() 865 EXPECT_CALL(autofill_table_, GetAutofillProfiles(_)).WillOnce(Return(true)); in TEST_F() [all …]
|
/external/chromium/chrome/browser/webdata/ |
D | web_data_service_unittest.cc | 273 WebDataService::Handle handle = wds_->GetAutofillProfiles(&consumer); in TEST_F() 293 WebDataService::Handle handle = wds_->GetAutofillProfiles(&consumer); in TEST_F() 317 WebDataService::Handle handle2 = wds_->GetAutofillProfiles(&consumer2); in TEST_F() 338 WebDataService::Handle handle = wds_->GetAutofillProfiles(&consumer); in TEST_F() 365 WebDataService::Handle handle2 = wds_->GetAutofillProfiles(&consumer2); in TEST_F() 507 WebDataService::Handle handle = wds_->GetAutofillProfiles(&profile_consumer); in TEST_F() 563 wds_->GetAutofillProfiles(&profile_consumer2); in TEST_F()
|
D | autofill_table.h | 218 virtual bool GetAutofillProfiles(std::vector<AutofillProfile*>* profiles);
|
D | web_data_service.cc | 426 WebDataService::Handle WebDataService::GetAutofillProfiles( in GetAutofillProfiles() function in WebDataService 1101 db_->GetAutofillTable()->GetAutofillProfiles(&profiles); in GetAutofillProfilesImpl() 1136 db_->GetAutofillTable()->GetAutofillProfiles(&profiles); in EmptyMigrationTrashImpl()
|
D | web_data_service.h | 468 Handle GetAutofillProfiles(WebDataServiceConsumer* consumer);
|
D | autofill_table.cc | 954 bool AutofillTable::GetAutofillProfiles( in GetAutofillProfiles() function in AutofillTable
|
/external/chromium/chrome/browser/sync/glue/ |
D | autofill_profile_model_associator.cc | 132 if (!web_database_->GetAutofillTable()->GetAutofillProfiles(profiles)) in LoadAutofillData()
|
D | autofill_model_associator.cc | 129 if (!web_database_->GetAutofillTable()->GetAutofillProfiles(profiles)) in LoadAutofillData()
|
/external/chromium/chrome/browser/autofill/ |
D | personal_data_manager.cc | 794 pending_profiles_query_ = web_data_service->GetAutofillProfiles(this); in LoadProfiles()
|