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

/external/chromium/chrome/browser/sync/
H A Dprofile_sync_service_autofill_unittest.cc107 MOCK_METHOD1(GetAutofillProfiles,
639 EXPECT_CALL(autofill_table_, GetAutofillProfiles(_)).WillOnce(Return(true));
657 EXPECT_CALL(autofill_table_, GetAutofillProfiles(_)).WillOnce(Return(true));
675 // Owned by GetAutofillProfiles caller.
684 EXPECT_CALL(autofill_table_, GetAutofillProfiles(_)).
706 EXPECT_CALL(autofill_table_, GetAutofillProfiles(_)).WillOnce(Return(true));
728 EXPECT_CALL(autofill_table_, GetAutofillProfiles(_)).WillOnce(Return(true));
765 EXPECT_CALL(autofill_table_, GetAutofillProfiles(_)).WillOnce(Return(true));
801 EXPECT_CALL(autofill_table_, GetAutofillProfiles(_)).
840 EXPECT_CALL(autofill_table_, GetAutofillProfiles(
[all...]
/external/chromium/chrome/browser/webdata/
H A Dweb_data_service_unittest.cc273 WebDataService::Handle handle = wds_->GetAutofillProfiles(&consumer);
293 WebDataService::Handle handle = wds_->GetAutofillProfiles(&consumer);
317 WebDataService::Handle handle2 = wds_->GetAutofillProfiles(&consumer2);
338 WebDataService::Handle handle = wds_->GetAutofillProfiles(&consumer);
365 WebDataService::Handle handle2 = wds_->GetAutofillProfiles(&consumer2);
507 WebDataService::Handle handle = wds_->GetAutofillProfiles(&profile_consumer);
563 wds_->GetAutofillProfiles(&profile_consumer2);
H A Dautofill_table.h218 virtual bool GetAutofillProfiles(std::vector<AutofillProfile*>* profiles);
H A Dweb_data_service.cc426 WebDataService::Handle WebDataService::GetAutofillProfiles( function in class:WebDataService
1101 db_->GetAutofillTable()->GetAutofillProfiles(&profiles);
1136 db_->GetAutofillTable()->GetAutofillProfiles(&profiles);
H A Dweb_data_service.h468 Handle GetAutofillProfiles(WebDataServiceConsumer* consumer);
H A Dautofill_table.cc954 bool AutofillTable::GetAutofillProfiles( function in class:AutofillTable
/external/chromium/chrome/browser/sync/glue/
H A Dautofill_model_associator.cc129 if (!web_database_->GetAutofillTable()->GetAutofillProfiles(profiles))
H A Dautofill_profile_model_associator.cc132 if (!web_database_->GetAutofillTable()->GetAutofillProfiles(profiles))
/external/chromium/chrome/browser/autofill/
H A Dpersonal_data_manager.cc794 pending_profiles_query_ = web_data_service->GetAutofillProfiles(this);

Completed in 207 milliseconds