Searched defs:multipart (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/extensions/api/webrtc_logging_private/
H A Dwebrtc_logging_private_apitest.cc36 // Tell the uploader to save the multipart to a buffer instead of uploading.
37 std::string multipart; local
39 OverrideUploadWithBufferForTesting(&multipart);
84 ASSERT_TRUE(multipart.empty());
90 // Tests WebRTC diagnostic logging. Sets up the browser to save the multipart
92 // Example of multipart contents:
128 // Tell the uploader to save the multipart to a buffer instead of uploading.
129 std::string multipart; local
131 OverrideUploadWithBufferForTesting(&multipart);
204 ASSERT_FALSE(multipart
[all...]
/external/libnl/lib/
H A Dnl.c508 int n, err = 0, multipart = 0; local
575 multipart = 1;
591 multipart = 0;
672 if (multipart) {
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLInputElement.cpp815 bool HTMLInputElement::appendFormData(FormDataList& encoding, bool multipart) argument
817 return m_inputType->isFormDataAppendable() && m_inputType->appendFormData(encoding, multipart);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.commons.httpclient_3.1.0.v201005080502.jar ... org/apache/commons/httpclient/methods/ org/apache/commons/httpclient/methods/multipart/ org/apache/commons/httpclient/params/ org/apache/commons/httpclient/protocol ...

Completed in 1352 milliseconds