Searched refs:postData (Results 1 - 15 of 15) sorted by relevance

/external/webkit/LayoutTests/http/tests/resources/
H A Dpost-and-verify.cgi7 read(STDIN, $postData, $ENV{'CONTENT_LENGTH'}) || die "Could not get post data\n";
9 $postData = "";
23 if ($postData eq $expectedData) {
H A Dpost-and-verify-hybrid.cgi9 read(STDIN, $postData, $ENV{'CONTENT_LENGTH'}) || die "Could not get post data\n";
11 $postData = "";
76 $postData =~ s/$nativeEnding/[NL]/g;
79 if ($postData eq $expectedData) {
/external/chromium/chrome/browser/resources/picasaweb_uploader/js/
H A Dpicasa_client.js342 var postData = '<entry xmlns="http://www.w3.org/2005/Atom"' + eol; variable
343 postData += 'xmlns:media="http://search.yahoo.com/mrss/"' + eol;
344 postData += 'xmlns:gphoto="http://schemas.google.com/photos/2007">' + eol;
345 postData += '<title type="text">' + escape(album.title) + '</title>' + eol;
346 postData += '<summary type="text">' + escape(album.description) +
348 postData += '<gphoto:location>' + escape(album.location) +
350 postData += '<gphoto:access>public</gphoto:access>';
351 postData += '<category scheme="http://schemas.google.com/g/2005#kind" ' +
353 postData += '</entry>' + eol;
357 this.userID_ + '?alt=json', headers, postData, postCallbac
[all...]
/external/webkit/Source/WebCore/inspector/front-end/
H A DHAREntry.js69 res.postData = this._buildPostData();
H A DNetworkManager.js83 resource.requestFormData = request.postData;
/external/webkit/Source/WebKit/mac/Plugins/
H A DWebNetscapePluginView.mm1807 NSData *postData = nil;
1822 postData = [NSData dataWithContentsOfFile:[path _webkit_fixedCarbonPOSIXPath]];
1824 if (!postData) {
1828 postData = [NSData dataWithBytes:buf length:len];
1831 if ([postData length] == 0) {
1839 if ([postData _web_startsWithBlankLine]) {
1840 postData = [postData subdataWithRange:NSMakeRange(1, [postData length] - 1)];
1842 NSInteger location = [postData _web_locationAfterFirstBlankLin
[all...]
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
H A DNetscapeBrowserFuncs.cpp297 Vector<uint8_t> postData; local
302 NPError error = parsePostBuffer(file, buf, len, parseHeaders, headerFields, postData);
307 plugin->loadURL("POST", makeURLString(url), target, headerFields, postData, false, 0);
399 Vector<uint8_t> postData; local
400 NPError error = parsePostBuffer(file, buf, len, true, headerFields, postData);
405 plugin->loadURL("POST", makeURLString(url), target, headerFields, postData, true, notifyData);
/external/webkit/Source/WebKit/mac/Plugins/Hosted/
H A DWebKitPluginClient.defs42 postData :data_t;
H A DNetscapePluginHostProxy.mm385 data_t postData, mach_msg_type_number_t postDataLength, uint32_t flags,
390 DataDeallocator postDataDeallocator(postData, postDataLength);
401 NPError result = instanceProxy->loadURL(url, target, postData, postDataLength, static_cast<LoadURLFlags>(flags), streamID);
H A DNetscapePluginInstanceProxy.h130 NPError loadURL(const char* url, const char* target, const char* postData, uint32_t postDataLength, LoadURLFlags, uint32_t& requestID);
H A DNetscapePluginInstanceProxy.mm546 NPError NetscapePluginInstanceProxy::loadURL(const char* url, const char* target, const char* postData, uint32_t postLen, LoadURLFlags flags, uint32_t& streamID)
558 if (!postData)
560 RetainPtr<CFStringRef> bufString(AdoptCF, CFStringCreateWithCString(kCFAllocatorDefault, postData, kCFStringEncodingWindowsLatin1));
574 httpBody = [NSData dataWithBytes:postData length:postLen];
587 // If the blank line is somewhere in the middle of postData, everything before is the header.
/external/webkit/Source/WebCore/plugins/
H A DPluginView.cpp1256 const char* postData = buffer.data(); local
1261 postData++;
1279 postData += location;
1288 frameLoadRequest.resourceRequest().setHTTPBody(FormData::create(postData, postDataLength));
/external/webkit/Source/WebKit/android/jni/
H A DWebCoreFrameBridge.cpp1257 static void PostUrl(JNIEnv *env, jobject obj, jstring url, jbyteArray postData) argument
1267 if (postData) {
1268 jsize size = env->GetArrayLength(postData);
1269 jbyte* bytes = env->GetByteArrayElements(postData, NULL);
1275 env->ReleaseByteArrayElements(postData, bytes, 0);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 1104 milliseconds