Lines Matching refs:Response
49 void EmptyResponseCallbackBody(Response* /*response*/) {
72 scoped_ptr<Response> ObjectProxy::CallMethodAndBlockWithErrorDetails(
79 return scoped_ptr<Response>();
100 return scoped_ptr<Response>();
106 return Response::FromRawMessage(response_message);
109 scoped_ptr<Response> ObjectProxy::CallMethodAndBlock(MethodCall* method_call,
165 // Wait for the response in the D-Bus thread.
323 // The response is not received.
338 scoped_ptr<Response> response(Response::FromRawMessage(response_message));
339 // The response is successfully received.
340 response_callback.Run(response.get());
361 base::Bind(&base::DeletePointer<Response>, response.release()));