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

  /external/chromium_org/components/autofill/core/browser/webdata/
autofill_webdata.h 75 virtual WebDataServiceBase::Handle GetAutofillProfiles(
autofill_webdata_service.h 73 virtual WebDataServiceBase::Handle GetAutofillProfiles(
web_data_service_unittest.cc 341 WebDataService::Handle handle = wds_->GetAutofillProfiles(&consumer);
360 WebDataService::Handle handle = wds_->GetAutofillProfiles(&consumer);
379 WebDataService::Handle handle2 = wds_->GetAutofillProfiles(&consumer2);
401 WebDataService::Handle handle = wds_->GetAutofillProfiles(&consumer);
423 WebDataService::Handle handle2 = wds_->GetAutofillProfiles(&consumer2);
525 WebDataService::Handle handle = wds_->GetAutofillProfiles(&profile_consumer);
561 wds_->GetAutofillProfiles(&profile_consumer2);
autofill_webdata_backend_impl.h 106 scoped_ptr<WDTypedResult> GetAutofillProfiles(WebDatabase* db);
autofill_webdata_service.cc 116 WebDataServiceBase::Handle AutofillWebDataService::GetAutofillProfiles(
119 Bind(&AutofillWebDataBackendImpl::GetAutofillProfiles, autofill_backend_),
autofill_webdata_backend_impl.cc 230 scoped_ptr<WDTypedResult> AutofillWebDataBackendImpl::GetAutofillProfiles(
234 AutofillTable::FromWebDatabase(db)->GetAutofillProfiles(&profiles);
autofill_table.h 250 virtual bool GetAutofillProfiles(std::vector<AutofillProfile*>* profiles);
autofill_table.cc 1007 bool AutofillTable::GetAutofillProfiles(
    [all...]
  /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_org/chrome/browser/sync/
profile_sync_service_autofill_unittest.cc 127 MOCK_METHOD1(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);
  /external/chromium_org/chrome/browser/webdata/
autofill_profile_syncable_service.cc 291 return GetAutofillTable()->GetAutofillProfiles(profiles);
  /external/chromium_org/components/autofill/core/browser/
personal_data_manager.cc 892 pending_profiles_query_ = autofill_data->GetAutofillProfiles(this);
    [all...]

Completed in 633 milliseconds