Home
last modified time | relevance | path

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

/external/webkit/WebCore/platform/network/cf/
DResourceRequestCFNet.cpp119 RetainPtr<CFStringRef> requestMethod(AdoptCF, httpMethod().createCFString()); in doUpdatePlatformRequest() local
/external/webkit/WebCore/inspector/
DInspectorResource.h101 String requestMethod() const { return m_requestMethod; } in requestMethod() function