Searched refs:update_callback (Results 1 – 9 of 9) sorted by relevance
/external/chromium_org/chrome/browser/chromeos/power/ |
D | power_prefs.cc | 243 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/ |
D | async_policy_loader.cc | 80 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()
|
D | async_policy_loader.h | 82 void Init(const UpdateCallback& update_callback);
|
/external/chromium_org/extensions/browser/updater/ |
D | safe_manifest_parser.cc | 23 const UpdateCallback& update_callback) in SafeManifestParser() argument 24 : xml_(xml), fetch_data_(fetch_data), update_callback_(update_callback) { in SafeManifestParser()
|
D | safe_manifest_parser.h | 29 const UpdateCallback& update_callback);
|
/external/chromium_org/chrome/browser/local_discovery/wifi/ |
D | bootstrapping_device_lister.cc | 99 const UpdateCallback& update_callback) in BootstrappingDeviceLister() argument 101 update_callback_(update_callback), in BootstrappingDeviceLister()
|
D | bootstrapping_device_lister.h | 44 const UpdateCallback& update_callback);
|
/external/chromium_org/chrome/browser/ui/webui/ |
D | policy_ui.cc | 573 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/ |
D | uds_daemon.c | 1156 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()
|