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

  /external/chromium/chrome/browser/autofill/
autofill_type.cc 141 AutofillType::AutofillType(AutofillFieldType field_type) {
142 if ((field_type < NO_SERVER_DATA || field_type >= MAX_VALID_FIELD_TYPE) ||
143 (field_type >= 15 && field_type <= 19) ||
144 (field_type >= 25 && field_type <= 29) ||
145 (field_type >= 44 && field_type <= 50))
148 field_type_ = field_type;
161 AutofillFieldType AutofillType::field_type() const { function in class:AutofillType
    [all...]
autofill_xml_parser.cc 78 AutofillFieldType field_type = UNKNOWN_TYPE; local
84 field_type = static_cast<AutofillFieldType>(value);
85 if (field_type < 0 || field_type > MAX_VALID_FIELD_TYPE) {
86 field_type = NO_SERVER_DATA;
91 field_types_->push_back(field_type);
autofill_ie_toolbar_import_win.cc 88 AutofillFieldType field_type; member in struct:__anon2470::__anon2471
205 profile_reg_values[i].field_type;
autofill_merge_unittest.cc 176 string16 field_type = UTF8ToUTF16(line.substr(0, separator_pos)); local
179 webkit_glue::FormField field(field_type,
180 field_type,
form_structure.cc 116 if (autofill_type.field_type() != UNKNOWN_TYPE)
260 if (autofill_type.field_type() != UNKNOWN_TYPE)
388 AutofillFieldType field_type = UNKNOWN_TYPE; local
390 field_type = *collapsed_field_types.begin();
400 field_type, experiment_id);
403 field_type, experiment_id);
406 field_type, experiment_id);
411 field_type, experiment_id);
414 field_type, experiment_id);
417 field_type, experiment_id)
    [all...]
autofill_manager.cc 547 AutofillFieldType field_type = autofill_field->type(); local
550 AutofillType(field_type).group());
551 FillFormField(profile, field_type, profile_guid.second, &(*iter));
554 AutofillType(field_type).group());
555 FillCreditCardFormField(credit_card, field_type, &(*iter));
591 AutofillFieldType field_type = form_structure->field(k)->type(); local
592 FieldTypeGroup field_group_type = AutofillType(field_type).group();
600 FillFormField(profile, field_type, profile_guid.second,
603 FillFormField(profile, field_type, 0, &result.fields[j]);
607 FillCreditCardFormField(credit_card, field_type, &result.fields[j])
    [all...]
  /external/oprofile/libregex/
demangle_java_symbol.cpp 22 * field_type:
29 * [field_type
31 * ( field_type* ) return_descriptor
33 * field_type | V
71 bool field_type(string & result, function in namespace:__anon9151
94 if (field_type(result, begin, end)) {
111 if (!field_type(result, begin, end))
133 if (!field_type(temp, begin, end))
  /external/mesa3d/src/glsl/
glsl_types.cpp 443 glsl_type::field_type(const char *name) const function in class:glsl_type
ast_to_hir.cpp 3073 const struct glsl_type *field_type = decl_type; local
    [all...]
linker.cpp 994 const glsl_type *field_type = type->fields.structure[i].type; local
998 int firstIndex = add_uniform(mem_ctx, uniforms, ht, field_name, field_type,
    [all...]
  /external/e2fsprogs/ext2ed/
init.c 212 int field_type; member in struct:type_table
233 char field_type=FIELD_TYPE_INT; local
242 field_type = p->field_type;
249 field_type = FIELD_TYPE_CHAR;
257 ptr->field_types [ptr->fields_num] = field_type;
  /external/openssl/crypto/ec/
ec_lcl.h 90 int field_type; /* a NID */ member in struct:ec_method_st
ec_asn1.c 344 int field_type; local
358 field_type = EC_GROUP_get_basis_type(group);
360 if (field_type == 0)
366 if ((char_two->type = OBJ_nid2obj(field_type)) == NULL)
372 if (field_type == NID_X9_62_tpBasis)
392 else if (field_type == NID_X9_62_ppBasis)
411 else /* field_type == NID_X9_62_onBasis */
    [all...]
ec_curve.c 77 int field_type, /* either NID_X9_62_prime_field or member in struct:__anon8947
    [all...]
  /frameworks/base/core/jni/
android_hardware_Camera.cpp 878 const char *field_type; member in struct:field
892 jfieldID field = env->GetFieldID(clazz, f->field_name, f->field_type);
  /external/chromium/chrome/browser/webdata/
autofill_table.cc 302 AutofillFieldType field_type; local
304 field_type = PHONE_HOME_WHOLE_NUMBER;
306 field_type = PHONE_FAX_WHOLE_NUMBER;
313 profile.GetMultiInfo(field_type, &numbers);
    [all...]
  /external/protobuf/src/google/protobuf/
descriptor.cc 1685 string field_type; local
    [all...]

Completed in 1322 milliseconds