Home
last modified time | relevance | path

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

/external/oauth/core/src/main/java/net/oauth/client/
DOAuthClient.java115 public void getRequestToken(OAuthAccessor accessor, String httpMethod) in getRequestToken()
137 public void getRequestToken(OAuthAccessor accessor, String httpMethod, in getRequestToken()
183 public OAuthMessage getAccessToken(OAuthAccessor accessor, String httpMethod, in getAccessToken()
214 public OAuthMessage invoke(OAuthAccessor accessor, String httpMethod, in invoke()
DURLConnectionClient.java47 final String httpMethod = request.method; in execute() local
/external/webkit/Source/WebKit/chromium/src/
DWebURLRequest.cpp139 WebString WebURLRequest::httpMethod() const in httpMethod() function in WebKit::WebURLRequest
144 void WebURLRequest::setHTTPMethod(const WebString& httpMethod) in setHTTPMethod()
/external/webkit/Source/WebCore/platform/network/
DResourceRequestBase.cpp193 const String& ResourceRequestBase::httpMethod() const in httpMethod() function in WebCore::ResourceRequestBase
200 void ResourceRequestBase::setHTTPMethod(const String& httpMethod) in setHTTPMethod()
/external/webkit/Tools/DumpRenderTree/win/
DHistoryDelegate.cpp109 wstring httpMethod; in didNavigateWithNavigationData() local
DResourceLoadDelegate.cpp95 wstring httpMethod = wstringFromBSTR(httpMethodBSTR); in descriptionSuitableForTestResult() local
/external/webkit/Source/WebKit/win/
DWebMutableURLRequest.cpp183 BString httpMethod = BString(m_request.httpMethod()); in HTTPMethod() local
DWebHistory.cpp695 void WebHistory::visitedURL(const KURL& url, const String& title, const String& httpMethod, bool wa… in visitedURL()
/external/webkit/Source/WebCore/platform/network/qt/
DQNetworkReplyHandler.cpp331 String QNetworkReplyHandler::httpMethod() const in httpMethod() function in WebCore::QNetworkReplyHandler
/external/webkit/Source/WebCore/platform/network/win/
DResourceHandleWin.cpp302 String httpMethod = firstRequest().httpMethod(); in start() local
/external/webkit/Source/WebCore/loader/
DFrameLoader.cpp1379 const String& httpMethod = request.httpMethod(); in loadURL() local
1511 const String& httpMethod = loader->request().httpMethod(); in loadWithDocumentLoader() local
2916 bool FrameLoader::shouldScrollToAnchor(bool isFormSubmission, const String& httpMethod, FrameLoadTy… in shouldScrollToAnchor()
/external/webkit/Source/WebKit/qt/WebCoreSupport/
DFrameLoaderClientQt.cpp137 QString httpMethod = request.httpMethod(); in drtDescriptionSuitableForTestResult() local