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

  /external/chromium_org/components/autofill/core/browser/webdata/
autofill_webdata_backend.h 15 // Sync, mostly), without fully exposing the AutofillWebDataBackend to clients.
16 class AutofillWebDataBackend {
18 virtual ~AutofillWebDataBackend() {}
autofill_profile_syncable_service.h 62 AutofillWebDataBackend* webdata_backend,
94 AutofillProfileSyncableService(AutofillWebDataBackend* webdata_backend,
186 AutofillWebDataBackend* webdata_backend_; // WEAK
188 ScopedObserver<AutofillWebDataBackend,
autofill_webdata_service.h 31 class AutofillWebDataBackend;
95 // |AutofillWebdataBackend|. This backend can be used to access or update the
98 const base::Callback<void(AutofillWebDataBackend*)>& callback);
autofill_webdata_backend_impl.h 42 public AutofillWebDataBackend {
56 // AutofillWebDataBackend implementation.
autofill_webdata_service.cc 210 const base::Callback<void(AutofillWebDataBackend*)>& callback) {
autofill_profile_syncable_service.cc 48 AutofillWebDataBackend* webdata_backend,
65 AutofillWebDataBackend* webdata_backend,
  /external/chromium_org/chrome/browser/webdata/
autocomplete_syncable_service.h 55 autofill::AutofillWebDataBackend* webdata_backend);
87 autofill::AutofillWebDataBackend* webdata_backend);
154 autofill::AutofillWebDataBackend* const webdata_backend_;
156 ScopedObserver<autofill::AutofillWebDataBackend, AutocompleteSyncableService>
autocomplete_syncable_service.cc 26 using autofill::AutofillWebDataBackend;
72 AutofillWebDataBackend* webdata_backend)
88 AutofillWebDataBackend* webdata_backend) {
web_data_service_factory.cc 49 autofill::AutofillWebDataBackend* autofill_backend) {
  /external/chromium_org/chrome/browser/sync/glue/
autofill_data_type_controller_unittest.cc 31 using autofill::AutofillWebDataBackend;
41 class NoOpAutofillBackend : public AutofillWebDataBackend {
  /external/chromium_org/chrome/browser/sync/
profile_sync_service_autofill_unittest.cc 157 class MockAutofillBackend : public autofill::AutofillWebDataBackend {
337 scoped_ptr<autofill::AutofillWebDataBackend> backend_;
    [all...]

Completed in 370 milliseconds