Searched defs:send_ack (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/content/renderer/input/
H A Dinput_event_filter.cc168 const bool send_ack = !WebInputEventTraits::IgnoresAckDisposition(*event); local
175 &current_overscroll_params_, send_ack ? &overscroll_params : NULL);
193 if (!send_ack)
/external/chromium_org/content/child/
H A Dresource_dispatcher.cc427 bool send_ack = true; local
470 send_ack = false;
482 if (send_ack)
/external/mtpd/
H A Dl2tp.c174 static void send_ack() function
214 send_ack();
500 send_ack();
537 send_ack();
/external/chromium_org/net/quic/
H A Dquic_connection.cc1979 AckBundling send_ack)
1996 if (send_ack == SEND_ACK || (send_ack == BUNDLE_PENDING_ACK && ack_pending)) {
1977 ScopedPacketBundler( QuicConnection* connection, AckBundling send_ack) argument

Completed in 71 milliseconds