Searched defs:requestMethod (Results 1 – 2 of 2) sorted by relevance
53 WebSocketHandshakeRequest::WebSocketHandshakeRequest(const String& requestMethod, const KURL& url) in WebSocketHandshakeRequest()63 String WebSocketHandshakeRequest::requestMethod() const in requestMethod() function in WebCore::WebSocketHandshakeRequest
130 RetainPtr<CFStringRef> requestMethod(AdoptCF, httpMethod().createCFString()); in doUpdatePlatformRequest() local