HomeSort by relevance Sort by last modified time
    Searched refs:FailChannel (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/net/websockets/
websocket_channel.cc 194 AllowUnused(FailChannel(SEND_GOING_AWAY,
429 return FailChannel(SEND_REAL_ERROR,
453 return FailChannel(SEND_REAL_ERROR,
460 return FailChannel(SEND_REAL_ERROR,
504 // SEND_REAL_ERROR makes no difference here, as FailChannel() won't send
506 return FailChannel(SEND_REAL_ERROR,
581 return FailChannel(
614 ChannelState WebSocketChannel::FailChannel(ExposeError expose,
websocket_channel.h 128 // reason for failing to the remote server. This enum is used by FailChannel()
208 // FailChannel() always returns CHANNEL_DELETED. It is not valid to access any
209 // member variables or methods after calling FailChannel().
210 ChannelState FailChannel(ExposeError expose,

Completed in 2725 milliseconds