Home | History | Annotate | Download | only in websockets

Lines Matching full:channelstate

162   // Methods which return a value of type ChannelState may delete |this|. If the
165 typedef WebSocketEventInterface::ChannelState ChannelState;
227 ChannelState WriteFrames() WARN_UNUSED_RESULT;
234 ChannelState OnWriteDone(bool synchronous, int result) WARN_UNUSED_RESULT;
238 ChannelState ReadFrames() WARN_UNUSED_RESULT;
244 ChannelState OnReadDone(bool synchronous, int result) WARN_UNUSED_RESULT;
253 ChannelState HandleFrame(
258 ChannelState HandleFrameByState(
267 ChannelState HandleDataFrame(WebSocketFrameHeader::OpCode opcode,
277 ChannelState SendFrameFromIOBuffer(bool fin,
291 ChannelState FailChannel(const std::string& message,
299 ChannelState SendClose(uint16 code,
319 ChannelState DoDropChannel(bool was_clean,