Lines Matching full:callback
42 // completed. Otherwise it returns ERR_IO_PENDING and will call |callback| on
45 // Only a single callback can be outstanding at a given time and, in the
47 // to delete |callback|.
49 // |callback| may be NULL, in which case ERR_IO_PENDING may still be returned
50 // but, obviously, a callback will never be made.
51 virtual int WaitForDataReady(CompletionCallback* callback) = 0;
57 // callback.
88 // callback to be called when the verification completes. If the verification
91 int WaitForCertVerification(CompletionCallback* callback);
112 // This is the callback function which the CertVerifier calls via |callback_|.