Searched defs:httpMethod (Results 1 – 12 of 12) sorted by relevance
/external/oauth/core/src/main/java/net/oauth/client/ |
D | OAuthClient.java | 115 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()
|
D | URLConnectionClient.java | 47 final String httpMethod = request.method; in execute() local
|
/external/webkit/Source/WebKit/chromium/src/ |
D | WebURLRequest.cpp | 139 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/ |
D | ResourceRequestBase.cpp | 193 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/ |
D | HistoryDelegate.cpp | 109 wstring httpMethod; in didNavigateWithNavigationData() local
|
D | ResourceLoadDelegate.cpp | 95 wstring httpMethod = wstringFromBSTR(httpMethodBSTR); in descriptionSuitableForTestResult() local
|
/external/webkit/Source/WebKit/win/ |
D | WebMutableURLRequest.cpp | 183 BString httpMethod = BString(m_request.httpMethod()); in HTTPMethod() local
|
D | WebHistory.cpp | 695 void WebHistory::visitedURL(const KURL& url, const String& title, const String& httpMethod, bool wa… in visitedURL()
|
/external/webkit/Source/WebCore/platform/network/qt/ |
D | QNetworkReplyHandler.cpp | 331 String QNetworkReplyHandler::httpMethod() const in httpMethod() function in WebCore::QNetworkReplyHandler
|
/external/webkit/Source/WebCore/platform/network/win/ |
D | ResourceHandleWin.cpp | 302 String httpMethod = firstRequest().httpMethod(); in start() local
|
/external/webkit/Source/WebCore/loader/ |
D | FrameLoader.cpp | 1379 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/ |
D | FrameLoaderClientQt.cpp | 137 QString httpMethod = request.httpMethod(); in drtDescriptionSuitableForTestResult() local
|