Home
last modified time | relevance | path

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

/external/chromium_org/components/autofill/core/browser/
Daddress_field.cc85 address_field->country_) { in Parse()
106 country_(NULL) { in AddressField()
123 AddClassification(country_, ADDRESS_HOME_COUNTRY, map); in ClassifyField()
184 if (country_ && !country_->IsEmpty()) in ParseCountry()
190 &country_); in ParseCountry()
Dphone_number.cc187 country_ = value; in SetInfo()
227 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_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 __anond438a4b20111::TestSpellingURLFetcher
Dfeedback_sender.cc163 country_(country), in FeedbackSender()
306 country_ = country; in OnLanguageCountryChange()
402 country_), in SendFeedback()
Dfeedback_sender.h142 std::string country_; variable
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libwebm/
Dmkvmuxer.cpp1252 country_ = NULL; in Init()
1258 StrCpy(NULL, &country_); in Clear()
1270 return StrCpy(country, &country_); in set_country()
1279 if (country_) in WriteDisplay()
1280 payload_size += EbmlElementSize(kMkvChapCountry, country_); in WriteDisplay()
1301 if (country_) { in WriteDisplay()
1302 if (!WriteEbmlElement(writer, kMkvChapCountry, country_)) in WriteDisplay()
Dmkvmuxer.hpp600 char* country_; member in mkvmuxer::Chapter::Display
/external/libvpx/libvpx/third_party/libwebm/
Dmkvmuxer.cpp1285 country_ = NULL; in Init()
1291 StrCpy(NULL, &country_); in Clear()
1303 return StrCpy(country, &country_); in set_country()
1312 if (country_) in WriteDisplay()
1313 payload_size += EbmlElementSize(kMkvChapCountry, country_); in WriteDisplay()
1335 if (country_) { in WriteDisplay()
1336 if (!WriteEbmlElement(writer, kMkvChapCountry, country_)) in WriteDisplay()
Dmkvmuxer.hpp607 char* country_; member in mkvmuxer::Chapter::Display