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

  /external/chromium_org/net/websockets/
websocket_channel.cc 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,
582 SEND_REAL_ERROR, kWebSocketErrorProtocolError, "Unknown opcode");
624 if (expose == SEND_REAL_ERROR) {
websocket_channel.h 131 SEND_REAL_ERROR,
205 // to the remote host. If |expose| is SEND_REAL_ERROR then the remote host is

Completed in 95 milliseconds