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

1 2

  /external/chromium_org/components/autofill/core/browser/
autofill_server_field_info.h 16 ServerFieldType field_type; member in struct:autofill::AutofillServerFieldInfo
autofill_merge_unittest.cc 160 ServerFieldType field_type = static_cast<ServerFieldType>(i); local
161 string_to_field_type_map_[AutofillType(field_type).ToString()] = field_type;
200 base::string16 field_type = UTF8ToUTF16(line.substr(0, separator_pos)); local
205 field.label = field_type;
206 field.name = field_type;
autofill_ie_toolbar_import_win.cc 102 ServerFieldType field_type; member in struct:autofill::__anon9840::__anon9841
256 profile_reg_values[i].field_type;
personal_data_manager.cc 110 // Return true if the |field_type| and |value| are valid within the context
113 ServerFieldType field_type,
120 if (types_seen.count(field_type) &&
121 field_type != PHONE_HOME_NUMBER &&
122 field_type != EMAIL_ADDRESS)
127 if (field_type != EMAIL_ADDRESS && IsValidEmailAddress(value))
261 AutofillType field_type = field->Type(); local
262 ServerFieldType server_field_type = field_type.GetStorableType();
263 FieldTypeGroup group(field_type.group());
276 // If the |field_type| and |value| don't pass basic validity checks the
    [all...]
  /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:__anon4282::__anon4283
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/libmtp/examples/
delfile.c 63 int field_type = 0; local
68 field_type = FILENAME;
71 field_type = ITEMID;
87 if (field_type == ITEMID) {
  /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:__anon26159
94 if (field_type(result, begin, end)) {
111 if (!field_type(result, begin, end))
133 if (!field_type(temp, begin, end))
  /external/chromium_org/chrome/browser/ui/autofill/
autofill_dialog_common.cc 18 // Returns true if |input| should be shown when |field_type| has been requested.
20 const AutofillType& field_type) {
23 ServerFieldType server_type = field_type.GetStorableType();
39 input_type.group() == field_type.group();
47 AutofillType field_type = field.Type(); local
50 if (field_type.GetStorableType() == CREDIT_CARD_NAME &&
55 return InputTypeMatchesFieldType(input, field_type);
  /external/chromium_org/third_party/mesa/src/src/glsl/
link_uniform_initializers.cpp 91 const glsl_type *field_type = type->fields.structure[i].type; local
95 field_type, field_constant);
glsl_types.cpp 560 glsl_type::field_type(const char *name) const function in class:glsl_type
727 const struct glsl_type *field_type = this->fields.structure[i].type; local
729 field_type->std140_base_alignment(row_major));
843 const struct glsl_type *field_type = this->fields.structure[i].type; local
844 unsigned align = field_type->std140_base_alignment(row_major);
846 size += field_type->std140_size(row_major);
  /external/mesa3d/src/glsl/
link_uniform_initializers.cpp 91 const glsl_type *field_type = type->fields.structure[i].type; local
95 field_type, field_constant);
glsl_types.cpp 560 glsl_type::field_type(const char *name) const function in class:glsl_type
727 const struct glsl_type *field_type = this->fields.structure[i].type; local
729 field_type->std140_base_alignment(row_major));
843 const struct glsl_type *field_type = this->fields.structure[i].type; local
844 unsigned align = field_type->std140_base_alignment(row_major);
846 size += field_type->std140_size(row_major);
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
extension_set_heavy.cc 109 inline WireFormatLite::FieldType field_type(FieldType type) { function in namespace:google::protobuf::internal
  /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;
  /frameworks/base/core/jni/
android_hardware_camera2_CameraMetadata.cpp 412 const char *field_type; member in struct:field
426 jfieldID field = env->GetFieldID(clazz, f->field_name, f->field_type);
  /external/chromium_org/components/autofill/content/browser/
autocheckout_manager_unittest.cc 230 const char* const field_type; member in struct:autofill::__anon9796::TestField
262 BuildFieldWithValue(kTestFields[i].field_type,
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/ec/
ec_lcl.h 95 int field_type; /* a NID */ member in struct:ec_method_st
ec_curve.c 78 int field_type, /* either NID_X9_62_prime_field or member in struct:__anon15472
    [all...]
  /external/openssl/crypto/ec/
ec_lcl.h 95 int field_type; /* a NID */ member in struct:ec_method_st
  /art/runtime/
class_linker_test.cc 276 mirror::Class* field_type = fh.GetType(); local
277 ASSERT_TRUE(field_type != NULL);
278 ASSERT_TRUE(!field_type->IsPrimitive());
283 mirror::Class* field_type = fh.GetType(); local
284 ASSERT_TRUE(field_type != NULL);
285 if (!fh.IsPrimitiveType() || !field_type->IsPrimitive()) {
    [all...]

Completed in 636 milliseconds

1 2