Searched refs:lastHTTPMethod (Results 1 – 5 of 5) sorted by relevance
147 … RetainPtr<CFStringRef> lastHTTPMethod(AdoptCF, handle->lastHTTPMethod().createCFString()); in willSendRequest() local149 …if (CFStringCompareWithOptions(lastHTTPMethod.get(), newMethod.get(), CFRangeMake(0, CFStringGetLe… in willSendRequest()151 CFURLRequestSetHTTPRequestMethod(mutableRequest.get(), lastHTTPMethod.get()); in willSendRequest()
120 const String& ResourceHandle::lastHTTPMethod() const in lastHTTPMethod() function in WebCore::ResourceHandle
193 const String& lastHTTPMethod() const;
786 String lastHTTPMethod = m_handle->lastHTTPMethod();787 if (!equalIgnoringCase(lastHTTPMethod, String([newRequest HTTPMethod]))) {789 [mutableRequest setHTTPMethod:lastHTTPMethod];792 if (!equalIgnoringCase(lastHTTPMethod, "GET") && body && !body->isEmpty())
44317 (WebCore::ResourceHandle::lastHTTPMethod):