HomeSort by relevance Sort by last modified time
    Searched refs:ParseField (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/components/autofill/core/browser/
address_field.cc 48 } else if (ParseField(scanner, attention_ignored, NULL) ||
49 ParseField(scanner, region_ignored, NULL)) {
130 return ParseField(scanner, UTF8ToUTF16(autofill::kCompanyRe), &company_);
163 !ParseField(scanner, pattern, &address2_)) {
173 while (ParseField(scanner, pattern, NULL)) {
200 if (!ParseField(scanner, pattern, &zip_))
205 ParseField(scanner, UTF8ToUTF16(autofill::kZip4Re), &zip4_);
name_field.cc 81 bool should_ignore = ParseField(scanner,
91 if (ParseField(scanner, UTF8ToUTF16(autofill::kNameRe), &field))
112 if (ParseField(scanner,
155 ParseField(scanner, UTF8ToUTF16(autofill::kFirstNameRe),
166 ParseField(scanner, UTF8ToUTF16(autofill::kMiddleInitialRe),
173 ParseField(scanner, UTF8ToUTF16(autofill::kMiddleNameRe),
179 ParseField(scanner, UTF8ToUTF16(autofill::kLastNameRe),
credit_card_field.cc 40 if (ParseField(scanner, base::UTF8ToUTF16(autofill::kGiftCardRe), NULL))
58 if (ParseField(scanner, name_pattern, &credit_card_field->cardholder_))
67 if (ParseField(scanner, base::ASCIIToUTF16("^cfnm"), &first) &&
68 ParseField(scanner,
94 ParseField(scanner, pattern, &credit_card_field->verification_)) {
100 if (ParseField(scanner, pattern, &current_number_field)) {
188 if (ParseField(scanner, base::UTF8ToUTF16(autofill::kCardIgnoredRe), NULL))
form_field.h 60 static bool ParseField(AutofillScanner* scanner,
phone_field.cc 185 if (!ParseField(scanner, base::UTF8ToUTF16(autofill::kPhoneSuffixRe),
187 ParseField(scanner, base::UTF8ToUTF16(autofill::kPhoneSuffixSeparatorRe),
193 ParseField(scanner, base::UTF8ToUTF16(autofill::kPhoneExtensionRe),
form_field.cc 68 bool FormField::ParseField(AutofillScanner* scanner,
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
extension_set_heavy.cc 252 return ParseField(tag, input, &finder, &skipper);
257 return ParseField(tag, input, &finder, &skipper);
517 return ParseField(tag, input, extension_finder, field_skipper);
534 if (!ParseField(tag, input, extension_finder, field_skipper)) {
extension_set.h 161 // register known extensions. The registrations are used by ParseField()
163 // does not use ParseField(); only protocol-compiler-generated parsing
330 bool ParseField(uint32 tag, io::CodedInputStream* input,
340 bool ParseField(uint32 tag, io::CodedInputStream* input,
515 // ParseField() after field number is extracted from the wire tag and
522 // Like ParseField(), but this method may parse singular message extensions
    [all...]
extension_set.cc     [all...]
text_format.cc 231 bool ParseField(const FieldDescriptor* field, Message* output) {
    [all...]
descriptor.pb.cc     [all...]

Completed in 369 milliseconds