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

  /external/chromium_org/net/websockets/
websocket_channel.cc 53 const ChannelState CHANNEL_DELETED = WebSocketEventInterface::CHANNEL_DELETED;
251 if (CHANNEL_DELETED == event_interface->OnStartOpeningHandshake(
253 return CHANNEL_DELETED;
257 if (CHANNEL_DELETED == event_interface->OnFinishOpeningHandshake(
259 return CHANNEL_DELETED;
441 CHANNEL_DELETED)
492 if (SendClose(kWebSocketErrorInternalServerError, "") != CHANNEL_DELETED) {
501 CHANNEL_DELETED)
556 CHANNEL_DELETED)
    [all...]
websocket_event_interface.h 34 CHANNEL_DELETED
42 // used and should be deleted, returning CHANNEL_DELETED.
80 // must delete the Channel and return CHANNEL_DELETED.
92 // must delete the Channel and return CHANNEL_DELETED.
websocket_channel_test.cc 139 const ChannelState CHANNEL_DELETED = WebSocketEventInterface::CHANNEL_DELETED;
199 return fail ? CHANNEL_DELETED : CHANNEL_ALIVE;
211 return CHANNEL_DELETED;
216 return CHANNEL_DELETED;
443 // A GoogleMock action to run a Closure and return CHANNEL_DELETED.
446 return WebSocketEventInterface::CHANNEL_DELETED;
835 return CHANNEL_DELETED;
    [all...]
  /external/chromium_org/content/browser/renderer_host/
websocket_host.cc 77 net::WebSocketEventInterface::CHANNEL_DELETED,

Completed in 1743 milliseconds