HomeSort by relevance Sort by last modified time
    Searched full:update_callback (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/chrome/browser/chromeos/power/
power_prefs.cc 240 base::Closure update_callback(base::Bind(
245 pref_change_registrar_->Add(prefs::kPowerAcScreenDimDelayMs, update_callback);
246 pref_change_registrar_->Add(prefs::kPowerAcScreenOffDelayMs, update_callback);
248 update_callback);
250 update_callback);
251 pref_change_registrar_->Add(prefs::kPowerAcIdleDelayMs, update_callback);
253 update_callback);
255 update_callback);
257 update_callback);
259 update_callback);
    [all...]
  /external/chromium_org/components/policy/core/common/
async_policy_loader.cc 80 void AsyncPolicyLoader::Init(const UpdateCallback& update_callback) {
83 DCHECK(!update_callback.is_null());
84 update_callback_ = update_callback;
async_policy_loader.h 82 void Init(const UpdateCallback& update_callback);
  /external/chromium_org/chrome/browser/extensions/updater/
safe_manifest_parser.cc 23 const UpdateCallback& update_callback)
26 update_callback_(update_callback) {
safe_manifest_parser.h 28 const UpdateCallback& update_callback);
  /external/chromium_org/chrome/browser/ui/webui/
policy_ui.cc 540 base::Closure update_callback(base::Bind(&PolicyUIHandler::SendStatus,
542 user_status_provider_->SetStatusChangeCallback(update_callback);
543 device_status_provider_->SetStatusChangeCallback(update_callback);
  /external/mdnsresponder/mDNSShared/
uds_daemon.c 878 // If the record has been updated, we need to free the rdata. Everytime we call mDNS_Update, it calls update_callback
1156 mDNSlocal void update_callback(mDNS *const m, AuthRecord *const rr, RData *oldrd, mDNSu16 oldrdlen) function
    [all...]

Completed in 207 milliseconds