Home
last modified time | relevance | path

Searched refs:postData (Results 1 – 18 of 18) sorted by relevance

/external/chromium/chrome/browser/resources/picasaweb_uploader/js/
Dpicasa_client.js342 var postData = '<entry xmlns="http://www.w3.org/2005/Atom"' + eol;
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, postCallback.bind(this));
[all …]
/external/webkit/LayoutTests/http/tests/resources/
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) {
Dpost-and-verify.cgi7 read(STDIN, $postData, $ENV{'CONTENT_LENGTH'}) || die "Could not get post data\n";
9 $postData = "";
23 if ($postData eq $expectedData) {
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
DNetscapeBrowserFuncs.cpp297 Vector<uint8_t> postData; in NPN_PostURL() local
302 NPError error = parsePostBuffer(file, buf, len, parseHeaders, headerFields, postData); in NPN_PostURL()
307 plugin->loadURL("POST", makeURLString(url), target, headerFields, postData, false, 0); in NPN_PostURL()
399 Vector<uint8_t> postData; in NPN_PostURLNotify() local
400 NPError error = parsePostBuffer(file, buf, len, true, headerFields, postData); in NPN_PostURLNotify()
405 plugin->loadURL("POST", makeURLString(url), target, headerFields, postData, true, notifyData); in NPN_PostURLNotify()
/external/webkit/Source/WebKit/mac/Plugins/
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_locationAfterFirstBlankLine];
1844 … // If the blank line is somewhere in the middle of postData, everything before is the header.
1845 NSData *headerData = [postData subdataWithRange:NSMakeRange(0, location)];
[all …]
/external/webkit/Source/WebCore/inspector/front-end/
DHAREntry.js69 res.postData = this._buildPostData();
DNetworkManager.js83 resource.requestFormData = request.postData;
/external/webkit/Source/WebCore/plugins/
DPluginView.cpp1256 const char* postData = buffer.data(); in handlePost() local
1261 postData++; in handlePost()
1279 postData += location; in handlePost()
1288 frameLoadRequest.resourceRequest().setHTTPBody(FormData::create(postData, postDataLength)); in handlePost()
/external/webkit/Source/WebKit/mac/Plugins/Hosted/
DWebKitPluginClient.defs42 postData :data_t;
DNetscapePluginInstanceProxy.h130 …NPError loadURL(const char* url, const char* target, const char* postData, uint32_t postDataLength…
DNetscapePluginInstanceProxy.mm546 …InstanceProxy::loadURL(const char* url, const char* target, const char* postData, uint32_t postLen…
558 if (!postData)
560 …gRef> bufString(AdoptCF, CFStringCreateWithCString(kCFAllocatorDefault, postData, kCFStringEncodin…
574 httpBody = [NSData dataWithBytes:postData length:postLen];
587 … // If the blank line is somewhere in the middle of postData, everything before is the header.
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<LoadURL…
/external/webkit/Source/WebKit/android/jni/
DWebCoreFrameBridge.cpp1257 static void PostUrl(JNIEnv *env, jobject obj, jstring url, jbyteArray postData) in PostUrl() argument
1267 if (postData) { in PostUrl()
1268 jsize size = env->GetArrayLength(postData); in PostUrl()
1269 jbyte* bytes = env->GetByteArrayElements(postData, NULL); in PostUrl()
1275 env->ReleaseByteArrayElements(postData, bytes, 0); in PostUrl()
/external/webkit/Source/WebKit/mac/
DChangeLog-2007-10-1413479 (-[WebFrameBridge startLoadingResource:withMethod:URL:customHeaders:postData:]):
13481 …(-[WebFrameBridge syncLoadResourceWithMethod:URL:customHeaders:postData:finalURL:responseHeaders:s…
14486 (-[WebFrameBridge startLoadingResource:withMethod:URL:customHeaders:postData:]):
14488 …(-[WebFrameBridge syncLoadResourceWithMethod:URL:customHeaders:postData:finalURL:responseHeaders:s…
14589 (-[WebFrameBridge startLoadingResource:withMethod:URL:customHeaders:postData:]):
17643 (-[WebFrameBridge startLoadingResource:withMethod:URL:customHeaders:postData:]):
17649 …(+[WebSubresourceLoader startLoadingResource:withMethod:URL:customHeaders:postData:referrer:forFra…
19252 …(-[WebFrameBridge syncLoadResourceWithMethod:URL:customHeaders:postData:finalURL:responseHeaders:s…
21999 …(-[WebFrameBridge syncLoadResourceWithMethod:URL:customHeaders:postData:finalURL:responseHeaders:s…
24009 …(-[WebFrameBridge syncLoadResourceWithMethod:URL:customHeaders:postData:finalURL:responseHeaders:s…
[all …]
DChangeLog-2006-02-09211 (-[WebFrameBridge startLoadingResource:withURL:customHeaders:postData:]):
212 …(-[WebFrameBridge syncLoadResourceWithURL:customHeaders:postData:finalURL:responseHeaders:statusCo…
3195 …(-[WebBridge syncLoadResourceWithURL:customHeaders:postData:finalURL:responseHeaders:statusCode:])…
5297 (-[WebBridge startLoadingResource:withURL:customHeaders:postData:]):
5307 …(+[WebSubresourceLoader startLoadingResource:withURL:customHeaders:postData:referrer:forDataSource…
5943 …(-[WebBridge syncLoadResourceWithURL:customHeaders:postData:finalURL:responseHeaders:statusCode:]):
5964 …(-[WebBridge syncLoadResourceWithURL:customHeaders:postData:finalURL:responseHeaders:statusCode:])…
6751 (-[WebBridge startLoadingResource:withURL:customHeaders:postData:]): Ditto.
6752 …(-[WebBridge syncLoadResourceWithURL:customHeaders:postData:finalURL:responseHeaders:statusCode:])…
6838 (-[WebBridge startLoadingResource:withURL:customHeaders:postData:]):
[all …]
/external/webkit/Source/WebCore/
DChangeLog-2006-12-3111374 (WebCore::ResourceHandle::postData):
11462 (WebCore::ResourceHandle::postData):
17516 (WebCore::ResourceHandle::postData):
17799 …(-[WebCoreFrameBridge syncLoadResourceWithMethod:URL:customHeaders:postData:finalURL:responseHeade…
18767 (-[WebCoreFrameBridge startLoadingResource:withMethod:URL:customHeaders:postData:]):
18768 …(-[WebCoreFrameBridge syncLoadResourceWithMethod:URL:customHeaders:postData:finalURL:responseHeade…
18940 …(-[WebCoreFrameBridge syncLoadResourceWithMethod:URL:customHeaders:postData:finalURL:responseHeade…
19286 (WebCore::ResourceLoader::postData):
19549 …(-[WebCoreFrameBridge syncLoadResourceWithMethod:URL:customHeaders:postData:finalURL:responseHeade…
19604 …(-[WebCoreFrameBridge syncLoadResourceWithMethod:URL:customHeaders:postData:finalURL:responseHeade…
[all …]
DChangeLog-2005-08-2337473 (KIO::TransferJob::postData): Ditto.
/external/webkit/Source/WebKit/qt/
DChangeLog-2011-02-1626122 (QWebNetworkRequest::postData):
26127 (QWebNetworkJob::postData):
27700 …e QWebPage::open(const QUrl &url, const QHttpRequestHeader &httpHeader, const QByteArray &postData)
27771 (QWebNetworkJob::postData):
27909 Moved the postData setup into QWebNetworkRequest::init.
27929 Started moving the code to separate a WebCore::ResourceRequest into a QUrl, postData
28230 (QWebNetworkJob::postData):