Home
last modified time | relevance | path

Searched refs:bodyParts (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/platform/network/cf/
DFormDataStreamCFNet.cpp100 if (RetainPtr<CFArrayRef> bodyParts = wkCFURLRequestCopyHTTPRequestBodyParts(request)) { in httpBodyFromRequest() local
103 CFIndex count = CFArrayGetCount(bodyParts.get()); in httpBodyFromRequest()
105 CFTypeRef bodyPart = CFArrayGetValueAtIndex(bodyParts.get(), i); in httpBodyFromRequest()
/external/webkit/WebKitLibraries/win/include/WebKitSystemInterface/
DWebKitSystemInterface.h100 void wkCFURLRequestSetHTTPRequestBodyParts(CFMutableURLRequestRef, CFArrayRef bodyParts);