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

  /external/chromium_org/chrome/browser/webdata/
autocomplete_syncable_service.h 42 class AutocompleteSyncableService
48 virtual ~AutocompleteSyncableService();
50 // Creates a new AutocompleteSyncableService and hangs it off of
56 // Retrieves the AutocompleteSyncableService stored on |web_data|.
57 static AutocompleteSyncableService* FromWebDataService(
90 explicit AutocompleteSyncableService(
151 AutocompleteSyncableService();
156 // Lifetime of AutocompleteSyncableService object is shorter than
160 ScopedObserver<autofill::AutofillWebDataBackend, AutocompleteSyncableService>
177 DISALLOW_COPY_AND_ASSIGN(AutocompleteSyncableService);
    [all...]
autocomplete_syncable_service.cc 95 AutocompleteSyncableService::AutocompleteSyncableService(
106 AutocompleteSyncableService::~AutocompleteSyncableService() {
111 void AutocompleteSyncableService::CreateForWebDataServiceAndBackend(
115 UserDataKey(), new AutocompleteSyncableService(webdata_backend));
119 AutocompleteSyncableService* AutocompleteSyncableService::FromWebDataService(
121 return static_cast<AutocompleteSyncableService*>(
125 AutocompleteSyncableService::AutocompleteSyncableService(
    [all...]
web_data_service_factory.cc 53 AutocompleteSyncableService::CreateForWebDataServiceAndBackend(
55 AutocompleteSyncableService::FromWebDataService(autofill_web_data.get())
  /external/chromium_org/chrome/browser/sync/glue/
autofill_data_type_controller.cc 106 AutocompleteSyncableService* service =
107 AutocompleteSyncableService::FromWebDataService(web_data_service.get());
109 DVLOG(1) << "Can't update culling, no AutocompleteSyncableService.";
autofill_data_type_controller_unittest.cc 95 *result = AutocompleteSyncableService::FromWebDataService(
116 AutocompleteSyncableService::CreateForWebDataServiceAndBackend(
  /external/chromium_org/chrome/browser/sync/
profile_sync_service_autofill_unittest.cc 273 base::Bind(&AutocompleteSyncableService::AutofillEntriesChanged,
287 base::Bind(&AutocompleteSyncableService::AutofillProfileChanged,
305 AutocompleteSyncableService::CreateForWebDataServiceAndBackend(
311 AutocompleteSyncableService::FromWebDataService(this);
327 AutocompleteSyncableService* autocomplete_syncable_service_;
348 return AutocompleteSyncableService::FromWebDataService(wds)->AsWeakPtr();
626 std::string tag = AutocompleteSyncableService::KeyToTag(
634 AutocompleteSyncableService::WriteAutofillEntry(entry, &specifics);
847 std::string tag = AutocompleteSyncableService::KeyToTag(
    [all...]
profile_sync_components_factory_impl.cc 376 return AutocompleteSyncableService::FromWebDataService(

Completed in 64 milliseconds