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 40 class WebSocketHandleClient;
47 // WebSocketHandle will be used together with WebSocketHandleClient.
49 // Once a WebSocketHandle is deleted there will be no notification to the corresponding WebSocketHandleClient.
50 // Once a WebSocketHandleClient receives DidClose, any method of the corresponding WebSocketHandle can't be called.
62 virtual void connect(const WebURL& /* url */, const WebVector<WebString>& protocols, const WebSerializedOrigin& /* origin */, WebSocketHandleClient*) = 0;
WebSocketHandleClient.h 45 class WebSocketHandleClient {
  /external/chromium_org/content/child/
websocket_bridge.h 37 blink::WebSocketHandleClient* client) OVERRIDE;
70 blink::WebSocketHandleClient* client_;
websocket_bridge.cc 22 #include "third_party/WebKit/public/platform/WebSocketHandleClient.h"
33 using blink::WebSocketHandleClient;
86 WebSocketHandleClient* client = client_;
137 WebSocketHandleClient* client = client_;
191 WebSocketHandleClient* client = client_;
214 WebSocketHandleClient* client) {
  /external/chromium_org/third_party/WebKit/Source/modules/websockets/
NewWebSocketChannelImpl.h 41 #include "public/platform/WebSocketHandleClient.h"
66 class NewWebSocketChannelImpl FINAL : public WebSocketChannel, public blink::WebSocketHandleClient, public ContextLifecycleObserver {
133 // WebSocketHandleClient functions.

Completed in 89 milliseconds