Home | History | Annotate | Download | only in input

Lines Matching defs:ack_result

52       scoped_ptr<InputEventAckState> ack_result = sync_ack_result_.Pass();
53 SendInputEventACK(event.event.type, *ack_result);
59 InputEventAckState ack_result) OVERRIDE {
148 void set_synchronous_ack(InputEventAckState ack_result) {
149 sync_ack_result_.reset(new InputEventAckState(ack_result));