HomeSort by relevance Sort by last modified time
    Searched defs:FormField (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/components/autofill/core/browser/
form_field.h 23 class FormField {
25 virtual ~FormField() {}
56 FormField() {}
95 typedef FormField* ParseFunction(AutofillScanner* scanner);
124 DISALLOW_COPY_AND_ASSIGN(FormField);
  /external/smack/src/org/jivesoftware/smackx/
FormField.java 37 public class FormField {
59 * Creates a new FormField with the variable name that uniquely identifies the field
64 public FormField(String variable) {
69 * Creates a new FormField of type FIXED. The fields of type FIXED do not define a variable
72 public FormField() {
73 this.type = FormField.TYPE_FIXED;
308 if (!(obj instanceof FormField))
311 FormField other = (FormField) obj;
322 * Represents the available option of a given FormField
    [all...]

Completed in 602 milliseconds