HomeSort by relevance Sort by last modified time
    Searched defs:form (Results 176 - 200 of 261) sorted by null

1 2 3 4 5 6 78 91011

  /external/chromium_org/components/autofill/core/browser/
autofill_metrics_unittest.cc 157 explicit TestFormStructure(const FormData& form)
158 : FormStructure(form, std::string()) {}
214 void AddSeenForm(const FormData& form,
218 FormData empty_form = form;
230 void FormSubmitted(const FormData& form, const TimeTicks& timestamp) {
232 if (!OnFormSubmitted(form, timestamp))
334 // Set up our form data.
335 FormData form; local
336 form.name = ASCIIToUTF16("TestForm");
337 form.method = ASCIIToUTF16("POST")
480 FormData form; local
598 FormData form; local
754 FormData form; local
835 FormData form; local
874 FormData form; local
1026 FormData form; local
1207 FormData form; local
1343 FormData form; local
1450 FormData form; local
    [all...]
personal_data_manager_unittest.cc 577 FormData form; local
581 form.fields.push_back(field);
584 form.fields.push_back(field);
587 form.fields.push_back(field);
590 form.fields.push_back(field);
592 form.fields.push_back(field);
594 form.fields.push_back(field);
596 form.fields.push_back(field);
597 FormStructure form_structure(form, std::string());
619 FormData form; local
651 FormData form; local
682 FormData form; local
712 FormData form; local
739 FormData form; local
766 FormData form; local
793 FormData form; local
813 FormData form; local
1393 FormData form; local
1822 FormData form; local
1877 FormData form; local
1927 FormData form; local
1985 FormData form; local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLConstructionSite.h 10 * 2. Redistributions in binary form must reproduce the above copyright
155 HTMLFormElement* form() const { return m_form.get(); } function in class:WebCore::HTMLConstructionSite
HTMLConstructionSite.cpp 10 * 2. Redistributions in binary form must reproduce the above copyright
250 void HTMLConstructionSite::setForm(HTMLFormElement* form)
254 m_form = form;
645 // Only associate the element with the current form if we're creating the new element
647 HTMLFormElement* form = document->frame() ? m_form.get() : 0; local
649 // have to pass the current form element. We should rework form association
651 RefPtr<Element> element = HTMLElementFactory::createHTMLElement(tagName, document, form, true);
    [all...]
  /external/chromium_org/third_party/openssl/openssl/apps/
ecparam.c 15 * 2. Redistributions in binary form must reproduce the above copyright
34 * 6. Redistributions of any form whatsoever must retain the following
95 * -text - print the ec parameters in text form
100 * -conv_form arg - specifies the point conversion form
122 point_conversion_form_t form = POINT_CONVERSION_UNCOMPRESSED; local
196 form = POINT_CONVERSION_COMPRESSED;
198 form = POINT_CONVERSION_UNCOMPRESSED;
200 form = POINT_CONVERSION_HYBRID;
263 "parameters in text form\n");
273 "point conversion form \n")
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/genperf/
genperf.c 12 * 2. Redistributions in binary form must reproduce the above copyright
156 hashform form; local
171 form.mode = NORMAL_HM;
172 form.hashtype = STRING_HT;
173 form.perfect = MINIMAL_HP;
174 form.speed = SLOW_HS;
198 scramble, &smax, keys, nkeys, &form);
  /external/elfutils/libdw/
libdw.h 144 unsigned int form; member in struct:__anon19898
301 /* Check whether given attribute has specific form. */
307 /* Return form code of given attribute. */
331 /* Look up the DIE in a reference-form attribute. */
657 return attr == NULL ? 0 : attr->form;
  /external/jmonkeyengine/engine/src/desktop/jme3tools/navigation/
MapModel2D.java 324 DecimalFormat form = new DecimalFormat("#.####"); local
342 midLat = Double.valueOf(form.format(((low + high) / 2.0)));
356 DecimalFormat form = new DecimalFormat("#.#####"); local
357 mp = Double.parseDouble(form.format(mp));
361 guessMP = Double.parseDouble(form.format(guessMP));
MapModel3D.java 343 DecimalFormat form = new DecimalFormat("#.####"); local
361 midLat = Double.valueOf(form.format(((low + high) / 2.0)));
377 DecimalFormat form = new DecimalFormat("#.#####"); local
378 mp = Double.parseDouble(form.format(mp));
382 guessMP = Double.parseDouble(form.format(guessMP));
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfAccelTable.h 116 // The HeaderData describes the form of each set of data. In general this
118 // (AtomType type) of data, and an encoding form (form). In the case of
122 // When written to disk this will have the form:
129 eAtomTypeDIEOffset = 1u, // DIE offset, check form for encoding
151 uint16_t form; // DWARF DW_FORM_ defines member in struct:llvm::DwarfAccelTable::Atom
153 Atom(AtomType type, uint16_t form) : type(type), form(form) {}
158 << "Form: " << dwarf::FormEncodingString(form) << "\n"
    [all...]
  /external/llvm/lib/DebugInfo/
DWARFDebugInfoEntry.cpp 47 uint16_t form = AbbrevDecl->getFormByIndex(i); local
48 dumpAttribute(OS, cu, &offset, attr, form, indent);
72 uint16_t form,
81 const char *formString = FormEncodingString(form);
85 OS << format(" [DW_FORM_Unknown_%x]", form);
87 DWARFFormValue formValue(form);
114 uint16_t Form = AbbrevDecl->getFormByIndex(i);
120 (Form < DW_FORM_ref_sig8) ? FixedFormSizes[Form] : 0;
123 else if (!DWARFFormValue::skipValue(Form, DebugInfoData, OffsetPtr
    [all...]
  /external/openssl/apps/
ecparam.c 15 * 2. Redistributions in binary form must reproduce the above copyright
34 * 6. Redistributions of any form whatsoever must retain the following
95 * -text - print the ec parameters in text form
100 * -conv_form arg - specifies the point conversion form
122 point_conversion_form_t form = POINT_CONVERSION_UNCOMPRESSED; local
196 form = POINT_CONVERSION_COMPRESSED;
198 form = POINT_CONVERSION_UNCOMPRESSED;
200 form = POINT_CONVERSION_HYBRID;
263 "parameters in text form\n");
273 "point conversion form \n")
    [all...]
  /external/smack/src/org/jivesoftware/smackx/
Form.java 33 * Represents a Form for gathering data. The form could be of the following types:
35 * <li>form -> Indicates a form to fill out.</li>
36 * <li>submit -> The form is filled out, and this is the data that is being returned from
37 * the form.</li>
38 * <li>cancel -> The form was cancelled. Tell the asker that piece of information.</li>
42 * Depending of the form's type different operations are available. For example, it's only possible
43 * to set answers if the form is of type "submit".
49 public class Form {
527 Form form = new Form(TYPE_SUBMIT); local
    [all...]
  /external/smack/src/org/jivesoftware/smackx/commands/
AdHocCommand.java 24 import org.jivesoftware.smackx.Form;
35 * list and the result is stored as a form in the command instance, i.e. the
36 * <code>getForm</code> method retrieves a form with all the users.
74 // TODO: information related to the execution, e.g. the form to fill. Maybe this
178 * Returns the form of the current stage. Usually it is the form that must
184 * @return the form of the current stage to fill out or the result of the
187 public Form getForm() {
192 return new Form(data.getForm());
197 * Sets the form of the current stage. This should be used when setting a
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/pages/
OverviewPage.java 42 * Page for overview settings, part of the AndroidManifest form editor.
73 * Creates the content in the form hosted in this page.
75 * @param managedForm the form hosted in this page.
80 ScrolledForm form = managedForm.getForm(); local
81 form.setText("Android Manifest");
82 form.setImage(AdtPlugin.getAndroidLogo());
84 Composite body = form.getBody();
  /external/chromium/chrome/browser/autofill/
form_structure.cc 38 const char kXMLElementForm[] = "form";
41 // The number of fillable fields necessary for a form to be fillable.
52 FormStructure::FormStructure(const FormData& form)
53 : form_name_(form.name),
54 source_url_(form.origin),
55 target_url_(form.action),
60 // Copy the form fields.
62 for (field = form.fields.begin();
63 field != form.fields.end(); field++) {
64 // Add all supported form fields (including with empty names) to th
229 FormStructure* form = *iter; local
    [all...]
  /external/chromium/chrome/browser/password_manager/
native_backend_gnome_x.cc 161 PasswordForm* form = new PasswordForm();
162 form->origin = GURL(string_attr_map["origin_url"]);
163 form->action = GURL(string_attr_map["action_url"]);
164 form->username_element = UTF8ToUTF16(string_attr_map["username_element"]);
165 form->username_value = UTF8ToUTF16(string_attr_map["username_value"]);
166 form->password_element = UTF8ToUTF16(string_attr_map["password_element"]);
167 form->submit_element = UTF8ToUTF16(string_attr_map["submit_element"]);
168 form->signon_realm = string_attr_map["signon_realm"];
169 form->ssl_valid = uint_attr_map["ssl_valid"];
170 form->preferred = uint_attr_map["preferred"]
192 PasswordForm* form = FormFromAttributes(attrs); local
    [all...]
  /external/chromium_org/chrome/browser/password_manager/
native_backend_kwallet_x.cc 32 const char kKWalletFolder[] = "Chrome Form Data";
265 bool NativeBackendKWallet::AddLogin(const PasswordForm& form) {
271 GetLoginsList(&forms, form.signon_realm, wallet_handle);
280 if (CompareForms(form, *forms[i], false)) {
281 *forms[i] = form;
286 forms.push_back(new PasswordForm(form));
288 bool ok = SetLoginsList(forms, form.signon_realm, wallet_handle);
294 bool NativeBackendKWallet::UpdateLogin(const PasswordForm& form) {
300 GetLoginsList(&forms, form.signon_realm, wallet_handle);
303 if (CompareForms(form, *forms[i], true)
697 const PasswordForm* form = *it; local
    [all...]
native_backend_kwallet_x_unittest.cc 513 EXPECT_FALSE(wallet_.hasFolder("Chrome Form Data"));
519 CheckPasswordForms("Chrome Form Data (42)", expected);
547 EXPECT_FALSE(wallet_.hasFolder("Chrome Form Data"));
553 CheckPasswordForms("Chrome Form Data (42)", expected);
570 EXPECT_FALSE(wallet_.hasFolder("Chrome Form Data"));
576 CheckPasswordForms("Chrome Form Data (42)", expected);
586 CheckPasswordForms("Chrome Form Data (42)", expected);
604 EXPECT_FALSE(wallet_.hasFolder("Chrome Form Data"));
610 CheckPasswordForms("Chrome Form Data (42)", expected);
618 // Make sure we can still get the first form back
1053 PasswordForm form = form_google_; local
    [all...]
  /external/chromium_org/chrome/browser/ui/autofill/
autofill_dialog_controller_browsertest.cc 224 FormData form; local
225 form.name = ASCIIToUTF16("TestForm");
226 form.method = ASCIIToUTF16("POST");
227 form.origin = GURL("http://example.com/form.html");
228 form.action = GURL("http://example.com/submit.html");
229 form.user_submitted = true;
233 form.fields.push_back(field);
238 form,
257 // <form>|form_inner_html|</form>. After loading, emulates a click event o
    [all...]
  /external/chromium_org/components/autofill/content/browser/
autocheckout_manager_unittest.cc 60 FormData form; local
61 form.name = ASCIIToUTF16("MyForm");
62 form.method = ASCIIToUTF16("POST");
63 form.origin = GURL("https://myform.com/form.html");
64 form.action = GURL("https://myform.com/submit.html");
65 form.user_submitted = true;
70 form.fields.push_back(BuildField("SomeField"));
73 new FormStructure(form, std::string()));
116 FormData form; local
    [all...]
  /external/chromium_org/components/autofill/content/renderer/
autofill_agent.cc 254 const WebFormElement& form) {
256 if (WebFormElementToFormData(form,
299 FormData form;
302 if (!FindFormAndFieldForInputElement(element_, &form, &field, REQUIRE_NONE))
307 form,
316 const WebFormElement& form) {
324 !WebFormElementToFormData(form,
330 WebFormElement(form).finishRequestAutocomplete(
339 in_flight_request_form_ = form;
413 FormData form; local
688 FormData form; local
726 FormData form; local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/
FormController.cpp 37 // Assume controls with form attribute have no owners because we restore
38 // state during parsing and form owners of such controls might be
40 return control.fastHasAttribute(formAttr) ? 0 : control.form();
45 // Serilized form of FormControlState:
308 static inline void recordFormStructure(const HTMLFormElement& form, StringBuilder& builder)
312 const Vector<FormAssociatedElement*>& controls = form.associatedElements();
330 static inline String formSignature(const HTMLFormElement& form)
332 KURL actionURL = form.getURLAttribute(actionAttr);
340 recordFormStructure(form, builder);
346 HTMLFormElement* form = ownerFormForState(control) local
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
tchcfmt.cpp 46 ChoiceFormat* form = new ChoiceFormat(limits, monthNames, 7); local
61 res1 = form->format(i, str, fpos, status );
63 delete form;
66 //form->parse(res1, f, parse_pos);
75 if(*formnew == *form){
78 if(!(*form == *formequal)){
87 gotLimits=(double*)form->getLimits(count);
99 gotFormats=(UnicodeString*)form->getFormats(count);
110 delete form;
  /external/icu4c/test/intltest/
tchcfmt.cpp 46 ChoiceFormat* form = new ChoiceFormat(limits, monthNames, 7); local
61 res1 = form->format(i, str, fpos, status );
63 delete form;
66 //form->parse(res1, f, parse_pos);
75 if(*formnew == *form){
78 if(!(*form == *formequal)){
86 const double *gotLimits=form->getLimits(count);
91 const UnicodeString *gotFormats=form->getFormats(count);
95 const UBool *gotClosures=form->getClosures(count);
110 const UnicodeString *gotFormats=form->getFormats(count)
    [all...]

Completed in 1602 milliseconds

1 2 3 4 5 6 78 91011