Home | History | Annotate | Download | only in websockets

Lines Matching full:channelstate

51 typedef WebSocketEventInterface::ChannelState ChannelState;
52 const ChannelState CHANNEL_ALIVE = WebSocketEventInterface::CHANNEL_ALIVE;
53 const ChannelState CHANNEL_DELETED = WebSocketEventInterface::CHANNEL_DELETED;
89 void AllowUnused(ChannelState ALLOW_UNUSED unused) {}
206 ChannelState SendImmediately(WebSocketEventInterface* event_interface);
247 ChannelState WebSocketChannel::HandshakeNotificationSender::SendImmediately(
628 ChannelState WebSocketChannel::WriteFrames() {
648 ChannelState WebSocketChannel::OnWriteDone(bool synchronous, int result) {
690 ChannelState WebSocketChannel::ReadFrames() {
710 ChannelState WebSocketChannel::OnReadDone(bool synchronous, int result) {
762 ChannelState WebSocketChannel::HandleFrame(scoped_ptr<WebSocketFrame> frame) {
792 ChannelState WebSocketChannel::HandleFrameByState(
880 ChannelState WebSocketChannel::HandleDataFrame(
958 ChannelState WebSocketChannel::SendFrameFromIOBuffer(
989 ChannelState WebSocketChannel::FailChannel(const std::string& message,
1010 ChannelState WebSocketChannel::SendClose(uint16 code,
1097 ChannelState WebSocketChannel::DoDropChannel(bool was_clean,
1103 ChannelState result =