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

  /external/chromium_org/chrome/browser/sync/glue/
autofill_data_type_controller.cc 88 bool cull_expired_entries = sync->current_experiments().autofill_culling; local
97 cull_expired_entries,
103 bool cull_expired_entries,
113 service->UpdateCullSetting(cull_expired_entries);
autofill_data_type_controller.h 54 void UpdateAutofillCullingSettings(bool cull_expired_entries,
autofill_data_type_controller_unittest.cc 96 this)->cull_expired_entries();
  /external/chromium_org/chrome/browser/webdata/
autocomplete_syncable_service.h 81 void UpdateCullSetting(bool cull_expired_entries);
82 bool cull_expired_entries() const { return cull_expired_entries_; } function in class:AutocompleteSyncableService
autocomplete_syncable_service.cc 475 bool cull_expired_entries) {
477 cull_expired_entries_ = cull_expired_entries;

Completed in 211 milliseconds