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

  /external/chromium_org/third_party/WebKit/Source/modules/websockets/
WebSocketHandshakeRequest.cpp 33 #include "modules/websockets/WebSocketHandshakeRequest.h"
41 WebSocketHandshakeRequest::WebSocketHandshakeRequest(const String& requestMethod, const KURL& url)
46 WebSocketHandshakeRequest::~WebSocketHandshakeRequest()
WebSocketHandshakeRequest.h 38 class WebSocketHandshakeRequest : public HTTPRequest {
40 static PassRefPtr<WebSocketHandshakeRequest> create(const String& requestMethod, const KURL& url) { return adoptRef(new WebSocketHandshakeRequest(requestMethod, url)); }
41 ~WebSocketHandshakeRequest();
44 WebSocketHandshakeRequest(const String& requestMethod, const KURL&);
WebSocketHandshake.h 36 #include "modules/websockets/WebSocketHandshakeRequest.h"
71 PassRefPtr<WebSocketHandshakeRequest> clientHandshakeRequest() const;
WebSocketHandshake.cpp 238 PassRefPtr<WebSocketHandshakeRequest> WebSocketHandshake::clientHandshakeRequest() const
242 // m_key3 in WebSocketHandshakeRequest?
243 RefPtr<WebSocketHandshakeRequest> request = WebSocketHandshakeRequest::create("GET", m_url);
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorResourceAgent.h 71 class WebSocketHandshakeRequest;
121 void willSendWebSocketHandshakeRequest(Document*, unsigned long identifier, const WebSocketHandshakeRequest&);
InspectorTimelineAgent.h 74 class WebSocketHandshakeRequest;
203 void willSendWebSocketHandshakeRequest(Document*, unsigned long identifier, const WebSocketHandshakeRequest&);
InspectorInstrumentation.idl 388 void willSendWebSocketHandshakeRequest([Keep] Document*, unsigned long identifier, const WebSocketHandshakeRequest& request);
InspectorResourceAgent.cpp 65 #include "modules/websockets/WebSocketHandshakeRequest.h"
534 void InspectorResourceAgent::willSendWebSocketHandshakeRequest(Document*, unsigned long identifier, const WebSocketHandshakeRequest& request)
InspectorTimelineAgent.cpp 624 void InspectorTimelineAgent::willSendWebSocketHandshakeRequest(Document* document, unsigned long identifier, const WebSocketHandshakeRequest&)
  /external/chromium_org/third_party/WebKit/Source/modules/
modules.target.darwin-arm.mk 270 third_party/WebKit/Source/modules/websockets/WebSocketHandshakeRequest.cpp \
modules.target.darwin-mips.mk 270 third_party/WebKit/Source/modules/websockets/WebSocketHandshakeRequest.cpp \
modules.target.darwin-x86.mk 270 third_party/WebKit/Source/modules/websockets/WebSocketHandshakeRequest.cpp \
modules.target.linux-arm.mk 270 third_party/WebKit/Source/modules/websockets/WebSocketHandshakeRequest.cpp \
modules.target.linux-mips.mk 270 third_party/WebKit/Source/modules/websockets/WebSocketHandshakeRequest.cpp \
modules.target.linux-x86.mk 270 third_party/WebKit/Source/modules/websockets/WebSocketHandshakeRequest.cpp \

Completed in 171 milliseconds