Home | History | Annotate | Download | only in update_manager

Lines Matching refs:Callback

25 #include <base/callback.h>
72 std::unique_ptr<base::Callback<void(EvaluationContext*)>> unregister_cb);
77 std::unique_ptr<base::Callback<void(EvaluationContext*)>>()) {}
111 // Schedules the passed |callback| closure to be called when a cached
118 bool RunOnValueChangeOrTimeout(base::Closure callback);
140 // then executes the scheduled callback.
158 // A callback used for triggering re-evaluation upon a value change or poll
164 // The TaskId returned by the message loop identifying the timeout callback.
165 // Used for canceling the timeout callback.
208 // A callback for unregistering the context upon destruction.
209 std::unique_ptr<base::Callback<void(EvaluationContext*)>> unregister_cb_;