Searched refs:no_quota (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/net/websockets/
H A Dwebsocket_channel.cc933 const bool no_quota = (current_receive_quota_ == 0); local
934 DCHECK(no_quota || pending_received_frames_.empty());
938 no_quota ? opcode_to_send : WebSocketFrameHeader::kOpCodeContinuation;
941 if (no_quota)

Completed in 2020 milliseconds