Searched defs:httpMethod (Results 1 – 4 of 4) sorted by relevance
168 const String& ResourceRequestBase::httpMethod() const in httpMethod() function in WebCore::ResourceRequestBase175 void ResourceRequestBase::setHTTPMethod(const String& httpMethod) in setHTTPMethod()
178 BString httpMethod = BString(m_request.httpMethod()); in HTTPMethod() local
683 void WebHistory::visitedURL(const KURL& url, const String& title, const String& httpMethod, bool wa… in visitedURL()
3752 HttpMethod httpMethod = HTTP_GET; in setParametersSync() local3868 HttpMethod &httpMethod, in GetHttpExtensionHeaderParams()