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

  /external/chromium_org/chrome/browser/webdata/
autofill_profile_syncable_service.h 44 class AutofillProfileSyncableService
50 virtual ~AutofillProfileSyncableService();
52 // Creates a new AutofillProfileSyncableService and hangs it off of
59 // Retrieves the AutofillProfileSyncableService stored on |web_data_service|.
60 static AutofillProfileSyncableService* FromWebDataService(
88 AutofillProfileSyncableService(
110 AutofillProfileSyncableService();
187 AutofillProfileSyncableService> scoped_observer_;
200 DISALLOW_COPY_AND_ASSIGN(AutofillProfileSyncableService);
204 struct AutofillProfileSyncableService::DataBundle
    [all...]
autofill_profile_syncable_service.cc 50 AutofillProfileSyncableService::AutofillProfileSyncableService(
62 AutofillProfileSyncableService::~AutofillProfileSyncableService() {
67 void AutofillProfileSyncableService::CreateForWebDataServiceAndBackend(
73 new AutofillProfileSyncableService(webdata_backend, app_locale));
77 AutofillProfileSyncableService*
78 AutofillProfileSyncableService::FromWebDataService(
80 return static_cast<AutofillProfileSyncableService*>(
84 AutofillProfileSyncableService::AutofillProfileSyncableService(
    [all...]

Completed in 349 milliseconds