HomeSort by relevance Sort by last modified time
    Searched full:form (Results 301 - 325 of 13064) sorted by null

<<11121314151617181920>>

  /external/tcpdump/
atime.awk 3 # in the form
stime.awk 3 # in the form
  /external/webkit/WebCore/WebCore.vcproj/
build-generated-files.sh 11 # 2. Redistributions in binary form must reproduce the above copyright
33 # Do a little dance to get the path into 8.3 form to make it safe for gnu make
42 # Do a little dance to get the path into 8.3 form to make it safe for gnu make
50 # Do a little dance to get the path into 8.3 form to make it safe for gnu make
  /external/webkit/WebCore/html/
HTMLIsIndexElement.idl 23 readonly attribute HTMLFormElement form;
HTMLFormCollection.h 33 // This class is just a big hack to find form elements even in malformed HTML elements.
34 // The famous <table><tr><form><td> problem.
  /external/webkit/WebCore/loader/
CrossOriginAccessControl.cpp 9 * 2. Redistributions in binary form must reproduce the above copyright
48 // Preflight is required for MIME types that can not be sent via form submission.
51 return equalIgnoringCase(mimeType, "application/x-www-form-urlencoded")
52 || equalIgnoringCase(mimeType, "multipart/form-data")
FormState.h 10 * 2. Redistributions in binary form must reproduce the above copyright
50 HTMLFormElement* form() const { return m_form.get(); } function in class:WebCore::FormState
  /external/webkit/WebCore/manual-tests/
remove-form-node-with-radio-buttons-crash.html 6 doc.innerHTML = "<form name=\"gaga\"><input type=\"radio\" name=\"asdf\" id=\"chk\" value=\"A\"> Checkbox 1" +
form-control-madness.html 5 <form>
44 </form>
  /external/webkit/WebKit/chromium/src/
WebPasswordFormUtils.cpp 58 // hands in the air and giving up with a given form.
61 void findPasswordFormFields(HTMLFormElement* form, PasswordFormFields* fields)
63 ASSERT(form);
68 const Vector<HTMLFormControlElement*>& formElements = form->formElements;
WebPasswordFormUtils.h 10 * * Redistributions in binary form must reproduce the above
52 void findPasswordFormFields(WebCore::HTMLFormElement* form,
  /external/webkit/WebKit/win/Interfaces/
IWebFormDelegate.idl 9 * 2. Redistributions in binary form must reproduce the above copyright
93 // Sent when a form is just about to be submitted (before the load is started)
95 //- (void)frame:(WebFrame *)frame sourceFrame:(WebFrame *)sourceFrame willSubmitForm:(DOMElement *)form withValues:(NSDictionary *)values submissionListener:(id <WebFormSubmissionListener>)listener;
96 HRESULT willSubmitForm([in] IWebFrame* frame, [in] IWebFrame* sourceFrame, [in] IDOMElement* form, [in] IPropertyBag* values, [in] IWebFormSubmissionListener* listener);
  /frameworks/base/tests/framework-tests/src/com/android/internal/http/multipart/
MultipartTest.java 55 StringBuffer contentType = new StringBuffer("multipart/form-data");
66 output.append("Content-Disposition: form-data; name=\"stringpart\"");
80 output.append("Content-Disposition: form-data; name=\"");
99 output.append("Content-Disposition: form-data; name=\"stringpart\"");
  /dalvik/libcore/security/src/main/java/java/security/
Key.java 54 * Returns the encoded form of this key, or {@code null} if encoding is not
57 * @return the encoded form of this key, or {@code null} if encoding is not
  /dalvik/libcore/security/src/main/java/org/apache/harmony/security/pkcs7/
AuthenticatedAttributes.java 49 * Returns ASN.1 encoded form of this authenticatedAttributes.
50 * @return a byte array containing ASN.1 encode form.
  /external/elfutils/libdw/
dwarf_formstring.c 32 if (attrp->form == DW_FORM_string)
38 if (unlikely (attrp->form != DW_FORM_strp)
  /external/ppp/pppd/
magic.h 13 * 2. Redistributions in binary form must reproduce the above copyright
29 * 4. Redistributions of any form whatsoever must retain the following
  /external/ppp/pppd/plugins/
minconn.c 13 * 2. Redistributions in binary form must reproduce the above copyright
22 * 4. Redistributions of any form whatsoever must retain the following
  /external/skia/include/core/
SkScalarCompare.h 30 to a 2's compliment form, and then treat them as signed 32bit integers. In
31 this form we lose a few subtlties (e.g. NaNs always comparing false) but
  /external/webkit/JavaScriptCore/tests/mozilla/
importList.html 53 <form name="foo">
60 </form>
  /external/webkit/WebCore/css/
quirks.css 50 /* Set margin-bottom for form element in quirks mode. */
52 form {
themeWinQuirks.css 10 * * Redistributions in binary form must reproduce the above
33 making our form elements match Firefox's. */
  /external/webkit/WebCore/platform/
SSLKeyGenerator.h 9 * 2. Redistributions in binary form must reproduce the above copyright
41 // This function handles the <keygen> tag in form elements.
  /external/webkit/WebCore/platform/graphics/chromium/
IconChromiumMac.cpp 10 * * Redistributions in binary form must reproduce the above
37 // may come in the form of IconChromium.cpp. The Windows Chromium
ImageChromiumMac.mm 10 * * Redistributions in binary form must reproduce the above
47 // may come in the form of ImageChromium.cpp. The Windows Chromium

Completed in 183 milliseconds

<<11121314151617181920>>