Home
last modified time | relevance | path

Searched refs:update_callback (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/power/
Dpower_prefs.cc243 base::Closure update_callback(base::Bind( in SetProfile() local
248 pref_change_registrar_->Add(prefs::kPowerAcScreenDimDelayMs, update_callback); in SetProfile()
249 pref_change_registrar_->Add(prefs::kPowerAcScreenOffDelayMs, update_callback); in SetProfile()
251 update_callback); in SetProfile()
253 update_callback); in SetProfile()
254 pref_change_registrar_->Add(prefs::kPowerAcIdleDelayMs, update_callback); in SetProfile()
256 update_callback); in SetProfile()
258 update_callback); in SetProfile()
260 update_callback); in SetProfile()
262 update_callback); in SetProfile()
[all …]
/external/chromium_org/components/policy/core/common/
Dasync_policy_loader.cc80 void AsyncPolicyLoader::Init(const UpdateCallback& update_callback) { in Init() argument
83 DCHECK(!update_callback.is_null()); in Init()
84 update_callback_ = update_callback; in Init()
Dasync_policy_loader.h82 void Init(const UpdateCallback& update_callback);
/external/chromium_org/extensions/browser/updater/
Dsafe_manifest_parser.cc23 const UpdateCallback& update_callback) in SafeManifestParser() argument
24 : xml_(xml), fetch_data_(fetch_data), update_callback_(update_callback) { in SafeManifestParser()
Dsafe_manifest_parser.h29 const UpdateCallback& update_callback);
/external/chromium_org/chrome/browser/local_discovery/wifi/
Dbootstrapping_device_lister.cc99 const UpdateCallback& update_callback) in BootstrappingDeviceLister() argument
101 update_callback_(update_callback), in BootstrappingDeviceLister()
Dbootstrapping_device_lister.h44 const UpdateCallback& update_callback);
/external/chromium_org/chrome/browser/ui/webui/
Dpolicy_ui.cc573 base::Closure update_callback(base::Bind(&PolicyUIHandler::SendStatus, in RegisterMessages() local
575 user_status_provider_->SetStatusChangeCallback(update_callback); in RegisterMessages()
576 device_status_provider_->SetStatusChangeCallback(update_callback); in RegisterMessages()
/external/mdnsresponder/mDNSShared/
Duds_daemon.c1156 mDNSlocal void update_callback(mDNS *const m, AuthRecord *const rr, RData *oldrd, mDNSu16 oldrdlen) in update_callback() function
1199 result = mDNS_Update(&mDNSStorage, rr, ttl, rdlen, newrd, update_callback); in update_record()