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

  /external/chromium_org/components/autofill/core/browser/
address_field.cc 79 address_field->country_ != NULL) {
119 if (country_) {
120 base::string16 name = StringToLowerASCII(country_->name);
135 country_(NULL),
182 ok = ok && AddClassification(country_, address_country, map);
246 if (address_field->country_ && !address_field->country_->IsEmpty())
252 &address_field->country_);
address_field.h 79 const AutofillField* country_; // optional member in class:autofill::AddressField
phone_number.h 73 base::string16 country_; member in class:autofill::PhoneNumber::PhoneCombineHelper
phone_number.cc 200 country_ = value;
240 country_, city_, phone_, GetRegion(profile, app_locale), value);
  /external/chromium/chrome/browser/autofill/
address_field.cc 68 ok = ok && Add(field_type_map, country_, AutofillType(address_country));
135 address_field->country_ != NULL) {
169 country_(NULL),
262 if (address_field->country_ && !address_field->country_->IsEmpty())
271 if (!ParseText(iter, pattern, &address_field->country_))
address_field.h 64 AutofillField* country_; // optional member in class:AddressField
  /external/chromium_org/components/autofill/core/browser/android/
test_auxiliary_profile_loader_android.cc 60 return country_;
119 country_ = country;
test_auxiliary_profile_loader_android.h 63 base::string16 country_; member in class:autofill::TestAuxiliaryProfileLoader
  /external/chromium_org/chrome/browser/spellchecker/
feedback_sender.h 132 std::string country_; member in class:spellcheck::FeedbackSender
spelling_service_client_unittest.cc 74 ASSERT_TRUE(GetExpectedCountry(language, &country_));
77 EXPECT_EQ(country_, country);
109 std::string country_; member in class:__anon8176::TestSpellingURLFetcher
feedback_sender.cc 148 country_(country),
318 country_ = country;
383 country_)));

Completed in 496 milliseconds