Home | History | Annotate | Download | only in shill

Lines Matching refs:Callback

24 #include <base/callback.h>
47 // callback.
72 // This callback could be called more than once as data arrives.
75 // the final status from the transaction. It is valid for the callback
86 const base::Callback<void(const ByteString&)>& read_event_callback,
87 const base::Callback<void(Result, const ByteString&)>& result_callback);
89 // Stop the current HTTPRequest. No callback is called as a side
95 // and before the result callback is called.
125 base::Callback<void(bool, int)> connect_completion_callback_;
126 base::Callback<void(const Error&, const IPAddress&)> dns_client_callback_;
127 base::Callback<void(InputData*)> read_server_callback_;
128 base::Callback<void(int)> write_server_callback_;
129 base::Callback<void(Result, const ByteString&)> result_callback_;
130 base::Callback<void(const ByteString&)> read_event_callback_;