Home
last modified time | relevance | path

Searched defs:httpMethod (Results 1 – 4 of 4) sorted by relevance

/external/webkit/WebCore/platform/network/
DResourceRequestBase.cpp168 const String& ResourceRequestBase::httpMethod() const in httpMethod() function in WebCore::ResourceRequestBase
175 void ResourceRequestBase::setHTTPMethod(const String& httpMethod) in setHTTPMethod()
/external/webkit/WebKit/win/
DWebMutableURLRequest.cpp178 BString httpMethod = BString(m_request.httpMethod()); in HTTPMethod() local
DWebHistory.cpp683 void WebHistory::visitedURL(const KURL& url, const String& title, const String& httpMethod, bool wa… in visitedURL()
/external/opencore/nodes/pvdownloadmanagernode/src/
Dpvmf_downloadmanager_node.cpp3752 HttpMethod httpMethod = HTTP_GET; in setParametersSync() local
3868 HttpMethod &httpMethod, in GetHttpExtensionHeaderParams()