Lines Matching refs:Response
29 class Response;
69 // Called when an error response is returned or no response is returned.
73 // Called when the response is returned. Used for CallMethod().
74 typedef base::Callback<void(Response*)> ResponseCallback;
96 // Calls the method of the remote object and blocks until the response
101 virtual std::unique_ptr<Response> CallMethodAndBlockWithErrorDetails(
106 // Calls the method of the remote object and blocks until the response
110 virtual std::unique_ptr<Response> CallMethodAndBlock(MethodCall* method_call,
118 // cases). If the caller is not interested in the response from the
122 // If the method call is successful, a pointer to Response object will
136 // UI thread in most cases). If the caller is not interested in the response
140 // If the method call is successful, a pointer to Response object will
229 // Runs the response callback with the given response object.
265 // Helper method for logging response errors appropriately.