HomeSort by relevance Sort by last modified time
    Searched refs:GetAutofillProfiles (Results 1 - 9 of 9) sorted by null

  /external/chromium/chrome/browser/sync/
profile_sync_service_autofill_unittest.cc 107 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/
web_data_service_unittest.cc 273 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);
autofill_table.h 218 virtual bool GetAutofillProfiles(std::vector<AutofillProfile*>* profiles);
web_data_service.h 468 Handle GetAutofillProfiles(WebDataServiceConsumer* consumer);
web_data_service.cc 426 WebDataService::Handle WebDataService::GetAutofillProfiles(
    [all...]
autofill_table.cc 954 bool AutofillTable::GetAutofillProfiles(
    [all...]
  /external/chromium/chrome/browser/sync/glue/
autofill_model_associator.cc 129 if (!web_database_->GetAutofillTable()->GetAutofillProfiles(profiles))
autofill_profile_model_associator.cc 132 if (!web_database_->GetAutofillTable()->GetAutofillProfiles(profiles))
  /external/chromium/chrome/browser/autofill/
personal_data_manager.cc 794 pending_profiles_query_ = web_data_service->GetAutofillProfiles(this);

Completed in 214 milliseconds