Lines Matching refs:Response
26 class Response;
41 // Called to send a response from an exported method. |response| is the
42 // response message. Callers should pass NULL in the event of an error that
43 // prevents the sending of a response.
44 typedef base::Callback<void (scoped_ptr<Response> response)> ResponseSender;
47 // message. |sender| is the callback that's used to send a response.
144 // Callback invoked by service provider to send a response to a method call.
149 scoped_ptr<Response> response);
152 // Takes ownership of |method_call| and |response|.
154 scoped_ptr<Response> response,