Searched defs:WebSocketImpl (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/mojo/services/network/
H A Dweb_socket_impl.h23 class WebSocketImpl : public InterfaceImpl<WebSocket> { class in namespace:mojo
25 explicit WebSocketImpl(NetworkContext* context);
26 virtual ~WebSocketImpl();
H A Dweb_socket_impl.cc185 WebSocketImpl::WebSocketImpl(NetworkContext* context) : context_(context) { function in class:mojo::WebSocketImpl
188 WebSocketImpl::~WebSocketImpl() {
191 void WebSocketImpl::Connect(const String& url,
208 void WebSocketImpl::Send(bool fin,
213 base::Bind(&WebSocketImpl::DidReadFromSendStream,
218 void WebSocketImpl::FlowControl(int64_t quota) {
223 void WebSocketImpl::Close(uint16_t code, const String& reason) {
228 void WebSocketImpl
[all...]
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebSocketImpl.cpp32 #include "web/WebSocketImpl.h"
51 WebSocketImpl::WebSocketImpl(const WebDocument& document, WebSocketClient* client) function in class:blink::WebSocketImpl
67 WebSocketImpl::~WebSocketImpl()
72 WebSocket::BinaryType WebSocketImpl::binaryType() const
77 bool WebSocketImpl::setBinaryType(BinaryType binaryType)
85 void WebSocketImpl::connect(const WebURL& url, const WebString& protocol)
90 WebString WebSocketImpl::subprotocol()
95 WebString WebSocketImpl
[all...]
/external/chromium_org/chrome/browser/devtools/device/
H A Dandroid_web_socket.cc22 class WebSocketImpl { class in namespace:__anon3536
26 WebSocketImpl(Delegate* delegate,
41 DISALLOW_COPY_AND_ASSIGN(WebSocketImpl);
105 WebSocketImpl* connection_;
135 base::Bind(&WebSocketImpl::SendFrame,
139 void WebSocketImpl::SendFrame(const std::string& message) {
156 WebSocketImpl::WebSocketImpl(Delegate* delegate, function in class:__anon3536::WebSocketImpl
172 connection_ = new WebSocketImpl(delegate_wrapper_, socket.Pass());
175 base::Bind(&WebSocketImpl
[all...]

Completed in 145 milliseconds