/external/chromium_org/components/autofill/core/browser/ |
address_field.cc | 46 } else if (ParseField(scanner, attention_ignored, NULL) || 47 ParseField(scanner, region_ignored, NULL)) { 128 return ParseField(scanner, UTF8ToUTF16(autofill::kCompanyRe), &company_); 161 !ParseField(scanner, pattern, &address2_)) { 171 while (ParseField(scanner, pattern, NULL)) { 198 if (!ParseField(scanner, pattern, &zip_)) 203 ParseField(scanner, UTF8ToUTF16(autofill::kZip4Re), &zip4_);
|
credit_card_field.cc | 35 if (ParseField(scanner, UTF8ToUTF16(autofill::kGiftCardRe), NULL)) 53 if (ParseField(scanner, name_pattern, &credit_card_field->cardholder_)) 62 if (ParseField(scanner, ASCIIToUTF16("^cfnm"), &first) && 63 ParseField(scanner, ASCIIToUTF16("^clnm"), 87 ParseField(scanner, pattern, &credit_card_field->verification_)) { 93 ParseField(scanner, pattern, &credit_card_field->number_)) { 151 if (ParseField(scanner, UTF8ToUTF16(autofill::kCardIgnoredRe), NULL))
|
name_field.cc | 79 bool should_ignore = ParseField(scanner, 89 if (ParseField(scanner, UTF8ToUTF16(autofill::kNameRe), &field)) 111 if (ParseField(scanner, 154 ParseField(scanner, UTF8ToUTF16(autofill::kFirstNameRe), 165 ParseField(scanner, UTF8ToUTF16(autofill::kMiddleInitialRe), 172 ParseField(scanner, UTF8ToUTF16(autofill::kMiddleNameRe), 178 ParseField(scanner, UTF8ToUTF16(autofill::kLastNameRe),
|
form_field.h | 60 static bool ParseField(AutofillScanner* scanner,
|
phone_field.cc | 185 if (!ParseField(scanner, UTF8ToUTF16(autofill::kPhoneSuffixRe), 187 ParseField(scanner, UTF8ToUTF16(autofill::kPhoneSuffixSeparatorRe), 193 ParseField(scanner, UTF8ToUTF16(autofill::kPhoneExtensionRe),
|
form_field.cc | 68 bool FormField::ParseField(AutofillScanner* scanner,
|
/external/protobuf/src/google/protobuf/ |
extension_set_heavy.cc | 205 bool ExtensionSet::ParseField(uint32 tag, io::CodedInputStream* input, 211 return ParseField(tag, input, &finder, &skipper); 216 return ParseField(tag, input, &finder, &skipper);
|
extension_set.cc | 706 bool ExtensionSet::ParseField(uint32 tag, io::CodedInputStream* input, [all...] |
extension_set.h | 161 // register known extensions. The registrations are used by ParseField() 163 // does not use ParseField(); only protocol-compiler-generated parsing 320 bool ParseField(uint32 tag, io::CodedInputStream* input, 326 bool ParseField(uint32 tag, io::CodedInputStream* input, 328 bool ParseField(uint32 tag, io::CodedInputStream* input, [all...] |
text_format.cc | 155 bool ParseField(const FieldDescriptor* field, Message* output) { 822 return parser.ParseField(field, output); [all...] |
descriptor.pb.cc | [all...] |
/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...] |