HomeSort by relevance Sort by last modified time
    Searched defs:cull_expired_entries (Results 1 - 2 of 2) 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);
  /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

Completed in 205 milliseconds