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

  /external/chromium_org/components/autofill/core/browser/webdata/
autofill_profile_syncable_service.h 49 class AutofillProfileSyncableService
55 virtual ~AutofillProfileSyncableService();
57 // Creates a new AutofillProfileSyncableService and hangs it off of
65 // Retrieves the AutofillProfileSyncableService stored on |web_data_service|.
66 static AutofillProfileSyncableService* FromWebDataService(
94 AutofillProfileSyncableService(AutofillWebDataBackend* webdata_backend,
114 AutofillProfileSyncableService();
189 AutofillProfileSyncableService> scoped_observer_;
202 DISALLOW_COPY_AND_ASSIGN(AutofillProfileSyncableService);
206 struct AutofillProfileSyncableService::DataBundle
    [all...]
autofill_profile_syncable_service.cc 47 AutofillProfileSyncableService::AutofillProfileSyncableService(
58 AutofillProfileSyncableService::~AutofillProfileSyncableService() {
63 void AutofillProfileSyncableService::CreateForWebDataServiceAndBackend(
69 new AutofillProfileSyncableService(webdata_backend, app_locale));
73 AutofillProfileSyncableService*
74 AutofillProfileSyncableService::FromWebDataService(
76 return static_cast<AutofillProfileSyncableService*>(
80 AutofillProfileSyncableService::AutofillProfileSyncableService(
    [all...]
autofill_profile_syncable_service_unittest.cc 38 : public AutofillProfileSyncableService {
43 using AutofillProfileSyncableService::DataBundle;
44 using AutofillProfileSyncableService::set_sync_processor;
45 using AutofillProfileSyncableService::CreateData;
49 bool(const AutofillProfileSyncableService::DataBundle&));
235 // Wrapper around AutofillProfileSyncableService::MergeDataAndStartSyncing()
602 EXPECT_FALSE(AutofillProfileSyncableService::UpdateField(
605 EXPECT_TRUE(AutofillProfileSyncableService::UpdateField(
608 EXPECT_FALSE(AutofillProfileSyncableService::UpdateField(
625 EXPECT_TRUE(AutofillProfileSyncableService::UpdateMultivaluedField
    [all...]
  /external/chromium_org/chrome/browser/webdata/
web_data_service_factory.cc 34 using autofill::AutofillProfileSyncableService;
61 AutofillProfileSyncableService::CreateForWebDataServiceAndBackend(
63 AutofillProfileSyncableService::FromWebDataService(autofill_web_data.get())
  /external/chromium_org/chrome/browser/sync/
profile_sync_service_autofill_unittest.cc 75 using autofill::AutofillProfileSyncableService;
316 AutofillProfileSyncableService::CreateForWebDataServiceAndBackend(
322 AutofillProfileSyncableService::FromWebDataService(this);
337 AutofillProfileSyncableService* autofill_profile_syncable_service_;
372 return AutofillProfileSyncableService::FromWebDataService(wds)->AsWeakPtr();
625 AutofillProfileSyncableService::WriteAutofillProfile(profile, &specifics);
662 AutofillProfileSyncableService::OverwriteProfileWithServerData(
689 AutofillProfileSyncableService::OverwriteProfileWithServerData(
    [all...]
profile_sync_components_factory_impl.cc 473 return autofill::AutofillProfileSyncableService::FromWebDataService(

Completed in 1933 milliseconds