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

  /external/chromium_org/net/websockets/
websocket_event_interface.h 25 class NET_EXPORT WebSocketEventInterface {
37 virtual ~WebSocketEventInterface() {}
132 WebSocketEventInterface() {}
135 DISALLOW_COPY_AND_ASSIGN(WebSocketEventInterface);
websocket_channel.h 59 WebSocketChannel(scoped_ptr<WebSocketEventInterface> event_interface,
165 typedef WebSocketEventInterface::ChannelState ChannelState;
211 scoped_ptr<WebSocketEventInterface::SSLErrorCallbacks>
331 const scoped_ptr<WebSocketEventInterface> event_interface_;
websocket_stream.h 85 scoped_ptr<WebSocketEventInterface::SSLErrorCallbacks>
websocket_channel.cc 51 typedef WebSocketEventInterface::ChannelState ChannelState;
52 const ChannelState CHANNEL_ALIVE = WebSocketEventInterface::CHANNEL_ALIVE;
53 const ChannelState CHANNEL_DELETED = WebSocketEventInterface::CHANNEL_DELETED;
180 scoped_ptr<WebSocketEventInterface::SSLErrorCallbacks>
206 ChannelState SendImmediately(WebSocketEventInterface* event_interface);
248 WebSocketEventInterface* event_interface) {
294 scoped_ptr<WebSocketEventInterface> event_interface,
594 scoped_ptr<WebSocketEventInterface::SSLErrorCallbacks> ssl_error_callbacks,
    [all...]
websocket_stream.cc 204 class SSLErrorCallbacks : public WebSocketEventInterface::SSLErrorCallbacks {
283 scoped_ptr<WebSocketEventInterface::SSLErrorCallbacks>(
websocket_handshake_stream_create_helper_test.cc 71 scoped_ptr<WebSocketEventInterface::SSLErrorCallbacks>
websocket_channel_test.cc 137 typedef WebSocketEventInterface::ChannelState ChannelState;
138 const ChannelState CHANNEL_ALIVE = WebSocketEventInterface::CHANNEL_ALIVE;
139 const ChannelState CHANNEL_DELETED = WebSocketEventInterface::CHANNEL_DELETED;
146 class MockWebSocketEventInterface : public WebSocketEventInterface {
192 // This fake EventInterface is for tests which need a WebSocketEventInterface
194 class FakeWebSocketEventInterface : public WebSocketEventInterface {
446 return WebSocketEventInterface::CHANNEL_DELETED;
731 // WebSocketEventInterface requires the vector<char> type.
737 : public WebSocketEventInterface::SSLErrorCallbacks {
771 // Returns a WebSocketEventInterface to be passed to the WebSocketChannel
    [all...]
websocket_stream_test.cc 226 scoped_ptr<WebSocketEventInterface::SSLErrorCallbacks>
248 scoped_ptr<WebSocketEventInterface::SSLErrorCallbacks> ssl_error_callbacks_;
    [all...]
  /external/chromium_org/mojo/services/network/
web_socket_impl.cc 61 typedef net::WebSocketEventInterface::ChannelState ChannelState;
63 struct WebSocketEventHandler : public net::WebSocketEventInterface {
71 // net::WebSocketEventInterface methods:
90 scoped_ptr<net::WebSocketEventInterface::SSLErrorCallbacks> callbacks,
117 return WebSocketEventInterface::CHANNEL_DELETED;
118 return WebSocketEventInterface::CHANNEL_ALIVE;
131 return WebSocketEventInterface::CHANNEL_ALIVE;
135 return WebSocketEventInterface::CHANNEL_ALIVE;
140 return WebSocketEventInterface::CHANNEL_ALIVE;
147 return WebSocketEventInterface::CHANNEL_DELETED
    [all...]
  /external/chromium_org/content/browser/renderer_host/
websocket_host.cc 31 typedef net::WebSocketEventInterface::ChannelState ChannelState;
75 net::WebSocketEventInterface::CHANNEL_ALIVE,
78 net::WebSocketEventInterface::CHANNEL_DELETED,
83 // Implementation of net::WebSocketEventInterface. Receives events from our
86 class WebSocketEventHandler : public net::WebSocketEventInterface {
93 // net::WebSocketEventInterface implementation
113 scoped_ptr<net::WebSocketEventInterface::SSLErrorCallbacks> callbacks,
122 scoped_ptr<net::WebSocketEventInterface::SSLErrorCallbacks> callbacks);
134 scoped_ptr<net::WebSocketEventInterface::SSLErrorCallbacks> callbacks_;
226 return WebSocketEventInterface::CHANNEL_ALIVE
    [all...]

Completed in 538 milliseconds