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

  /external/chromium_org/third_party/WebKit/public/platform/
WebSocketHandle.h 39 class WebSocketHandleClient;
46 // WebSocketHandle will be used together with WebSocketHandleClient.
48 // Once a WebSocketHandle is deleted there will be no notification to the corresponding WebSocketHandleClient.
49 // Once a WebSocketHandleClient receives DidClose, any method of the corresponding WebSocketHandle can't be called.
61 virtual void connect(const WebURL& /* url */, const WebVector<WebString>& protocols, const WebString& origin, WebSocketHandleClient*) = 0;
WebSocketHandleClient.h 45 class WebSocketHandleClient {
  /external/chromium_org/content/child/
websocket_bridge.h 33 blink::WebSocketHandleClient* client) OVERRIDE;
60 blink::WebSocketHandleClient* client_;
websocket_bridge.cc 22 #include "third_party/WebKit/public/platform/WebSocketHandleClient.h"
30 using blink::WebSocketHandleClient;
79 WebSocketHandleClient* client = client_;
128 WebSocketHandleClient* client = client_;
182 WebSocketHandleClient* client = client_;
196 WebSocketHandleClient* client) {
  /external/chromium_org/third_party/WebKit/Source/modules/websockets/
NewWebSocketChannelImpl.h 41 #include "public/platform/WebSocketHandleClient.h"
65 class NewWebSocketChannelImpl : public WebSocketChannel, public RefCounted<NewWebSocketChannelImpl>, public blink::WebSocketHandleClient, public ContextLifecycleObserver {
131 // WebSocketHandleClient functions.

Completed in 153 milliseconds