Searched refs:country_ (Results 1 – 11 of 11) sorted by relevance
/external/chromium_org/components/autofill/core/browser/ |
D | address_field.cc | 85 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()
|
D | phone_number.cc | 194 country_ = value; in SetInfo() 234 country_, city_, phone_, GetRegion(profile, app_locale), value); in ParseNumber()
|
D | address_field.h | 60 AutofillField* country_; variable
|
D | phone_number.h | 73 base::string16 country_;
|
/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 __anon47d6e4a50111::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
|
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libwebm/ |
D | mkvmuxer.cpp | 1252 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()
|
D | mkvmuxer.hpp | 600 char* country_; member in mkvmuxer::Chapter::Display
|
/external/libvpx/libvpx/third_party/libwebm/ |
D | mkvmuxer.cpp | 1285 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()
|
D | mkvmuxer.hpp | 607 char* country_; member in mkvmuxer::Chapter::Display
|