HomeSort by relevance Sort by last modified time
    Searched refs:postData (Results 1 - 25 of 37) sorted by null

1 2

  /external/webkit/LayoutTests/http/tests/resources/
post-and-verify.cgi 7 read(STDIN, $postData, $ENV{'CONTENT_LENGTH'}) || die "Could not get post data\n";
9 $postData = "";
23 if ($postData eq $expectedData) {
post-and-verify-hybrid.cgi 9 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/
picasa_client.js 342 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...]
  /frameworks/av/include/camera/
Camera.h 41 virtual void postData(int32_t msgType, const sp<IMemory>& dataPtr,
  /hardware/ti/omap4xxx/test/CameraHal/
camera_test.h 70 virtual void postData(int32_t msgType,
camera_test_menu.cpp 687 void CameraHandler::postData(int32_t msgType,
    [all...]
  /external/webkit/Source/WebCore/inspector/front-end/
HAREntry.js 69 res.postData = this._buildPostData();
NetworkManager.js 83 resource.requestFormData = request.postData;
  /external/webkit/Source/WebKit/mac/Plugins/
WebNetscapePluginView.mm     [all...]
  /external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
NetscapeBrowserFuncs.cpp 297 Vector<uint8_t> postData;
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;
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/
WebKitPluginClient.defs 42 postData :data_t;
NetscapePluginHostProxy.mm 385 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);
    [all...]
NetscapePluginInstanceProxy.h 130 NPError loadURL(const char* url, const char* target, const char* postData, uint32_t postDataLength, LoadURLFlags, uint32_t& requestID);
NetscapePluginInstanceProxy.mm 546 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.
    [all...]
  /frameworks/av/camera/
Camera.cpp 274 listener->postData(msgType, dataPtr, metadata);
  /frameworks/base/core/java/android/webkit/
BrowserFrame.java 799 * @param postData The data about to be sent as the body of a POST request.
804 byte[] postData, String username, String password) {
805 if (postData == null
826 String postString = new String(postData);
    [all...]
WebViewProvider.java 109 public void postUrl(String url, byte[] postData);
WebView.java 776 * Loads the URL with postData using "POST" method into this WebView. If url
781 * @param postData the data will be passed to "POST" request
783 public void postUrl(String url, byte[] postData) {
785 mProvider.postUrl(url, postData);
    [all...]
WebViewClassic.java     [all...]
  /frameworks/av/media/libstagefright/
CameraSource.cpp 42 virtual void postData(int32_t msgType, const sp<IMemory> &dataPtr,
69 void CameraSourceListener::postData(int32_t msgType, const sp<IMemory> &dataPtr,
71 ALOGV("postData(%d, ptr:%p, size:%d)",
  /external/webkit/Source/WebCore/plugins/
PluginView.cpp     [all...]
  /frameworks/base/core/jni/
android_hardware_Camera.cpp 64 virtual void postData(int32_t msgType, const sp<IMemory>& dataPtr,
201 // Vector access should be protected by lock in postData()
277 void JNICameraContext::postData(int32_t msgType, const sp<IMemory>& dataPtr,
327 postData(msgType, dataPtr, NULL);
    [all...]
  /external/webkit/Source/WebKit/android/jni/
WebCoreFrameBridge.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 696 milliseconds

1 2