Searched refs:country_ (Results 1 – 11 of 11) sorted by relevance
/external/chromium_org/components/autofill/core/browser/ |
D | address_field.cc | 83 address_field->country_) { in Parse() 104 country_(NULL) { in AddressField() 121 AddClassification(country_, ADDRESS_HOME_COUNTRY, map); in ClassifyField() 182 if (country_ && !country_->IsEmpty()) in ParseCountry() 188 &country_); in ParseCountry()
|
D | phone_number.cc | 193 country_ = value; in SetInfo() 233 country_, city_, phone_, GetRegion(profile, app_locale), value); in ParseNumber()
|
D | address_field.h | 60 const AutofillField* country_; variable
|
D | phone_number.h | 73 base::string16 country_;
|
/external/chromium/chrome/browser/autofill/ |
D | address_field.cc | 68 ok = ok && Add(field_type_map, country_, AutofillType(address_country)); in GetFieldInfo() 135 address_field->country_ != NULL) { in Parse() 169 country_(NULL), in AddressField() 262 if (address_field->country_ && !address_field->country_->IsEmpty()) in ParseCountry() 271 if (!ParseText(iter, pattern, &address_field->country_)) in ParseCountry()
|
D | address_field.h | 64 AutofillField* country_; // optional variable
|
/external/chromium_org/components/autofill/core/browser/android/ |
D | test_auxiliary_profile_loader_android.cc | 60 return country_; in GetCountry() 119 country_ = country; in SetCountry()
|
D | test_auxiliary_profile_loader_android.h | 63 base::string16 country_; variable
|
/external/chromium_org/chrome/browser/spellchecker/ |
D | spelling_service_client_unittest.cc | 74 ASSERT_TRUE(GetExpectedCountry(language, &country_)); in SetUploadData() 77 EXPECT_EQ(country_, country); in SetUploadData() 109 std::string country_; member in __anonadae8ff80111::TestSpellingURLFetcher
|
D | feedback_sender.cc | 163 country_(country), in FeedbackSender() 306 country_ = country; in OnLanguageCountryChange() 402 country_), in SendFeedback()
|
D | feedback_sender.h | 142 std::string country_; variable
|