Home
last modified time | relevance | path

Searched refs:update_callback_ (Results 1 – 4 of 4) sorted by relevance

/external/libchrome/components/policy/core/common/
Dasync_policy_loader.cc64 update_callback_.Run(std::move(bundle)); in Reload()
83 DCHECK(update_callback_.is_null()); in Init()
85 update_callback_ = update_callback; in Init()
Dpolicy_statistics_collector.cc88 update_callback_.Reset(base::Bind( in ScheduleUpdate()
91 task_runner_->PostDelayedTask(FROM_HERE, update_callback_.callback(), delay); in ScheduleUpdate()
Dpolicy_statistics_collector.h60 base::CancelableClosure update_callback_; variable
Dasync_policy_loader.h104 UpdateCallback update_callback_; variable