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

  /external/chromium_org/chrome/browser/chromeos/power/
power_prefs.cc 243 base::Closure update_callback(base::Bind(
248 pref_change_registrar_->Add(prefs::kPowerAcScreenDimDelayMs, update_callback);
249 pref_change_registrar_->Add(prefs::kPowerAcScreenOffDelayMs, update_callback);
251 update_callback);
253 update_callback);
254 pref_change_registrar_->Add(prefs::kPowerAcIdleDelayMs, update_callback);
256 update_callback);
258 update_callback);
260 update_callback);
262 update_callback);
    [all...]
  /external/chromium_org/extensions/browser/updater/
safe_manifest_parser.h 29 const UpdateCallback& update_callback);
safe_manifest_parser.cc 23 const UpdateCallback& update_callback)
24 : xml_(xml), fetch_data_(fetch_data), update_callback_(update_callback) {
  /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/local_discovery/wifi/
bootstrapping_device_lister.h 44 const UpdateCallback& update_callback);
bootstrapping_device_lister.cc 99 const UpdateCallback& update_callback)
101 update_callback_(update_callback),
  /external/chromium_org/chrome/browser/ui/webui/
policy_ui.cc 573 base::Closure update_callback(base::Bind(&PolicyUIHandler::SendStatus,
575 user_status_provider_->SetStatusChangeCallback(update_callback);
576 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 131 milliseconds