Home
last modified time | relevance | path

Searched defs:requestMethod (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/websockets/
DWebSocketHandshakeRequest.cpp53 WebSocketHandshakeRequest::WebSocketHandshakeRequest(const String& requestMethod, const KURL& url) in WebSocketHandshakeRequest()
63 String WebSocketHandshakeRequest::requestMethod() const in requestMethod() function in WebCore::WebSocketHandshakeRequest
/external/webkit/Source/WebCore/platform/network/cf/
DResourceRequestCFNet.cpp130 RetainPtr<CFStringRef> requestMethod(AdoptCF, httpMethod().createCFString()); in doUpdatePlatformRequest() local