Lines Matching full:callback
94 // |callback| must not be null. ERR_IO_PENDING is returned if the operation
96 // be passed to the callback when available.
105 CompletionCallback* callback,
109 // After a request is canceled, its completion callback will not be called.
188 // If a completion callback is pending when the verifier is destroyed, the
189 // certificate verification is canceled, and the completion callback will
199 CompletionCallback* callback);
202 // Callback for when the request to |cert_verifier_| completes, so we
203 // dispatch to the user's callback.
213 // Completion callback for when request to |cert_verifier_| completes.