Home
last modified time | relevance | path

Searched refs:GetAutofillProfiles (Results 1 – 9 of 9) sorted by relevance

/external/chromium/chrome/browser/sync/
Dprofile_sync_service_autofill_unittest.cc107 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/
Dweb_data_service_unittest.cc273 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()
Dautofill_table.h218 virtual bool GetAutofillProfiles(std::vector<AutofillProfile*>* profiles);
Dweb_data_service.cc426 WebDataService::Handle WebDataService::GetAutofillProfiles( in GetAutofillProfiles() function in WebDataService
1101 db_->GetAutofillTable()->GetAutofillProfiles(&profiles); in GetAutofillProfilesImpl()
1136 db_->GetAutofillTable()->GetAutofillProfiles(&profiles); in EmptyMigrationTrashImpl()
Dweb_data_service.h468 Handle GetAutofillProfiles(WebDataServiceConsumer* consumer);
Dautofill_table.cc954 bool AutofillTable::GetAutofillProfiles( in GetAutofillProfiles() function in AutofillTable
/external/chromium/chrome/browser/sync/glue/
Dautofill_profile_model_associator.cc132 if (!web_database_->GetAutofillTable()->GetAutofillProfiles(profiles)) in LoadAutofillData()
Dautofill_model_associator.cc129 if (!web_database_->GetAutofillTable()->GetAutofillProfiles(profiles)) in LoadAutofillData()
/external/chromium/chrome/browser/autofill/
Dpersonal_data_manager.cc794 pending_profiles_query_ = web_data_service->GetAutofillProfiles(this); in LoadProfiles()