Lines Matching full:callback
10 #include "base/callback.h"
61 // server, success or fail |callback| is called with the result.
62 // |callback| is called with the following values:
73 virtual void Start(net::CompletionCallback* callback,
81 // the operation is done invoke |callback| with number of bytes read or an
83 // |callback| is called with the following values:
91 uint8* buffer, net::CompletionCallback* callback);
198 // Done with read. Invokes the read callback and reset parameters for the
202 // Done with start. Invokes the start callback and reset it.
239 // Callback method that listens to network events.