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

  /external/chromium_org/components/autofill/core/browser/webdata/
autofill_webdata.h 76 virtual WebDataServiceBase::Handle GetAutofillProfiles(
web_data_service_unittest.cc 306 WebDataServiceBase::Handle handle = wds_->GetAutofillProfiles(&consumer);
325 WebDataServiceBase::Handle handle = wds_->GetAutofillProfiles(&consumer);
344 WebDataServiceBase::Handle handle2 = wds_->GetAutofillProfiles(&consumer2);
369 WebDataServiceBase::Handle handle = wds_->GetAutofillProfiles(&consumer);
391 WebDataServiceBase::Handle handle2 = wds_->GetAutofillProfiles(&consumer2);
496 wds_->GetAutofillProfiles(&profile_consumer);
532 wds_->GetAutofillProfiles(&profile_consumer2);
autofill_webdata_service.h 71 virtual WebDataServiceBase::Handle GetAutofillProfiles(
autofill_webdata_service.cc 125 WebDataServiceBase::Handle AutofillWebDataService::GetAutofillProfiles(
128 Bind(&AutofillWebDataBackendImpl::GetAutofillProfiles, autofill_backend_),
autofill_table.h 213 virtual bool GetAutofillProfiles(std::vector<AutofillProfile*>* profiles);
autofill_webdata_backend_impl.h 114 scoped_ptr<WDTypedResult> GetAutofillProfiles(WebDatabase* db);
autofill_webdata_backend_impl.cc 235 scoped_ptr<WDTypedResult> AutofillWebDataBackendImpl::GetAutofillProfiles(
239 AutofillTable::FromWebDatabase(db)->GetAutofillProfiles(&profiles);
autofill_profile_syncable_service.cc 286 return GetAutofillTable()->GetAutofillProfiles(profiles);
autofill_table.cc 925 bool AutofillTable::GetAutofillProfiles(
    [all...]
  /external/chromium_org/chrome/browser/sync/
profile_sync_service_autofill_unittest.cc 137 MOCK_METHOD1(GetAutofillProfiles,
    [all...]
  /external/chromium_org/components/autofill/core/browser/
personal_data_manager.cc 926 pending_profiles_query_ = database_->GetAutofillProfiles(this);
    [all...]

Completed in 340 milliseconds