Lines Matching refs:Callback
23 #include <base/callback.h>
46 const base::Callback<void(bool, int)>& callback);
50 // When the connection completes, |callback| will be called with the
53 // passed to the caller on execution of the callback.
56 // or if the connection has immediately succeeded (the callback will be
57 // called in this case). On success the callback may be called before
59 // this function returns false, but does not execute the callback.
83 base::Callback<void(bool, int)> callback_;
86 base::Callback<void(int)> connect_completion_callback_;