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

  /external/chromium_org/components/autofill/core/browser/webdata/
autofill_webdata_backend_impl.h 47 // |on_changed_callback| is a closure which can be used to notify the UI
54 const base::Closure& on_changed_callback);
autofill_webdata_service.cc 39 base::Closure on_changed_callback = Bind( local
44 wdbs_->GetBackend(), ui_thread_, db_thread_, on_changed_callback);
autofill_webdata_backend_impl.cc 31 const base::Closure& on_changed_callback)
37 on_changed_callback_(on_changed_callback) {
  /external/chromium_org/chrome/browser/sync/
profile_sync_service_autofill_unittest.cc 249 const base::Closure& on_changed_callback = base::Bind( local
256 on_changed_callback));
308 void CreateSyncableService(const base::Closure& on_changed_callback) {
312 GetDatabase(), on_changed_callback));
    [all...]

Completed in 89 milliseconds