HomeSort by relevance Sort by last modified time
    Searched defs:OnTcpWriteable (Results 1 - 3 of 3) sorted by null

  /external/chromium/third_party/libjingle/source/talk/session/tunnel/
pseudotcpchannel.cc 413 void PseudoTcpChannel::OnTcpWriteable(PseudoTcp* tcp) {
  /external/chromium_org/third_party/libjingle/source/talk/session/tunnel/
pseudotcpchannel.cc 422 void PseudoTcpChannel::OnTcpWriteable(PseudoTcp* tcp) {
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
pseudotcp_unittest.cc 135 // OnTcpWriteable isn't fired at open, so we trigger it now.
139 OnTcpWriteable(tcp);
244 // Sending will start from OnTcpWriteable and complete when all data has
278 virtual void OnTcpWriteable(PseudoTcp* tcp) {
363 // Sending will start from OnTcpWriteable and stop when the required
398 OnTcpWriteable(sender_);
401 virtual void OnTcpWriteable(PseudoTcp* tcp) {
522 virtual void OnTcpWriteable(PseudoTcp* tcp) {

Completed in 102 milliseconds