Home
last modified time | relevance | path

Searched refs:country_ (Results 1 – 11 of 11) sorted by relevance

/external/chromium_org/components/autofill/core/browser/
Daddress_field.cc83 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()
Dphone_number.cc193 country_ = value; in SetInfo()
233 country_, city_, phone_, GetRegion(profile, app_locale), value); in ParseNumber()
Daddress_field.h60 const AutofillField* country_; variable
Dphone_number.h73 base::string16 country_;
/external/chromium/chrome/browser/autofill/
Daddress_field.cc68 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()
Daddress_field.h64 AutofillField* country_; // optional variable
/external/chromium_org/components/autofill/core/browser/android/
Dtest_auxiliary_profile_loader_android.cc60 return country_; in GetCountry()
119 country_ = country; in SetCountry()
Dtest_auxiliary_profile_loader_android.h63 base::string16 country_; variable
/external/chromium_org/chrome/browser/spellchecker/
Dspelling_service_client_unittest.cc74 ASSERT_TRUE(GetExpectedCountry(language, &country_)); in SetUploadData()
77 EXPECT_EQ(country_, country); in SetUploadData()
109 std::string country_; member in __anonadae8ff80111::TestSpellingURLFetcher
Dfeedback_sender.cc163 country_(country), in FeedbackSender()
306 country_ = country; in OnLanguageCountryChange()
402 country_), in SendFeedback()
Dfeedback_sender.h142 std::string country_; variable