Lines Matching refs:Response
239 // It's valid to say HANDLED here, and send a method response at a later
258 scoped_ptr<Response> response) {
266 base::Passed(&response),
269 OnMethodCompleted(std::move(method_call), std::move(response), start_time);
274 scoped_ptr<Response> response,
280 response ? 1 : 0,
288 if (!response) {
300 bus_->Send(response->raw_message(), NULL);