Home | History | Annotate | Download | only in system

Lines Matching refs:Callback

8 #include "base/callback.h"
23 // callback, but the callback needs to be deferred until all EDK locks are
25 // |MojoCancelWatch()| and it is not OK for the callback to be invoked after
32 using WatchCallback = base::Callback<void(MojoResult,
37 // handle and which invokes |callback| either when one such signal is
39 Watcher(MojoHandleSignals signals, const WatchCallback& callback);
41 // Runs the Watcher's callback with the given arguments if it hasn't been
48 // adding a finalizer to the current RequestContext to invoke its callback,
53 // adding a finalizer to the current RequestContext to invoke its callback,
57 // Explicitly cancels the watch, guaranteeing that its callback will never be
69 // The callback to invoke with a result and signal state any time signals in
78 // RequestContext finalizer. In such cases the callback must not be invoked,