Home
last modified time | relevance | path

Searched refs:InClosingState (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/net/websockets/
Dwebsocket_channel.h224 bool InClosingState() const;
Dwebsocket_channel.cc345 bool WebSocketChannel::InClosingState() const { in InClosingState() function in net::WebSocketChannel
366 if (InClosingState()) { in SendFrame()
467 if (InClosingState()) { in StartClosingHandshake()