Searched refs:GetFieldValue (Results 1 – 11 of 11) sorted by relevance
38 TEST(AddressDataTest, GetFieldValue) { in TEST() argument50 address.GetFieldValue(COUNTRY)); in TEST()52 address.GetFieldValue(ADMIN_AREA)); in TEST()54 address.GetFieldValue(LOCALITY)); in TEST()56 address.GetFieldValue(DEPENDENT_LOCALITY)); in TEST()58 address.GetFieldValue(SORTING_CODE)); in TEST()60 address.GetFieldValue(POSTAL_CODE)); in TEST()62 address.GetFieldValue(ORGANIZATION)); in TEST()64 address.GetFieldValue(RECIPIENT)); in TEST()199 ASSERT_DEATH(address.GetFieldValue(STREET_ADDRESS), "ssertion.*failed"); in TEST()
92 std::string GetFieldValue(const std::string& field_id) { in GetFieldValue() function in PasswordGenerationInteractiveTest163 EXPECT_FALSE(GetFieldValue("password_field").empty()); in IN_PROC_BROWSER_TEST_F()
77 const std::string& value = GetFieldValue(field); in IsFieldEmpty()87 const std::string& AddressData::GetFieldValue( in GetFieldValue() function in i18n::addressinput::AddressData
58 const std::string& field_value = address->GetFieldValue(field); in Normalize()
93 const std::string& value = address.GetFieldValue(field); in FromAddress()
107 parameters.push_back(address.GetFieldValue(field)); in GetErrorMessage()
205 line.append(address_data.GetFieldValue(field)); in GetFormattedNationalAddress()
70 const std::string& GetFieldValue(AddressField field) const;
312 const std::string& field_value = user_input.GetFieldValue(address_field); in BuildSuggestions()314 user_input.GetFieldValue(parent_address_field); in BuildSuggestions()
398 return base::UTF8ToUTF16(address_->GetFieldValue(field)); in GetInfo()
3426 i18n_validator_suggestions_[i].GetFieldValue(focused_field))); in GetI18nValidatorSuggestions()3434 i18n_validator_suggestions_[i].GetFieldValue( in GetI18nValidatorSuggestions()