/external/chromium_org/third_party/libaddressinput/chromium/cpp/src/ |
address_validator.cc | 40 void AddressValidator::LoadRules(const std::string& country_code) {}
|
/external/chromium_org/chrome/test/functional/ |
autofill.py | 73 for country_code in test_data: 74 page.Fill(country_code=country_code) 79 test_data[country_code]['postalCodeLabel'], 82 (actual_postal_label, country_code))) 87 test_data[country_code]['stateLabel'], 90 (actual_state_label, country_code)))
|
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/ |
phonenumberutil.cc | 691 int country_calling_code = it->country_code(); 1123 int country_code = number.country_code(); local 1356 int country_code = number.country_code(); local 1898 int country_code = temp_number.country_code(); local 2012 int country_code = number.country_code(); local 2086 int country_code = number.country_code(); local [all...] |
/external/chromium_org/chrome/browser/ui/webui/options/ |
autofill_options_handler.cc | 50 countries.front()->country_code()); 61 countries[i] ? countries[i]->country_code() : "separator"); 70 country_data->Set(countries[i]->country_code(), details.release()); 170 // Pulls the phone number |index|, |phone_number_list|, and |country_code| from 175 std::string* country_code) { 190 if (!args->GetString(2, country_code)) { 201 const std::string& country_code, 221 new_value, existing_value, country_code, app_locale); 230 std::string country_code; local 232 ExtractPhoneNumberInformation(args, &index, &extracted_list, &country_code); 522 std::string country_code; local [all...] |
/external/chromium_org/chrome/browser/spellchecker/ |
spellcheck_service.cc | 46 std::string country_code; local 50 &country_code); 52 context->GetRequestContext(), language_code, country_code)); 307 std::string country_code; local 309 dictionary, &language_code, &country_code); 310 feedback_sender_->OnLanguageCountryChange(language_code, country_code);
|
spelling_service_client.cc | 65 std::string country_code; local 69 &country_code); 91 country_code.c_str(),
|
/external/chromium_org/third_party/libaddressinput/chromium/cpp/include/libaddressinput/ |
address_data.h | 30 // address.country_code = "US"; 51 std::string country_code; member in struct:i18n::addressinput::AddressData
|
/external/chromium_org/components/test/data/autofill/merge/tools/ |
autofill_merge_common.py | 66 elif column_name == "country_code":
|
/external/chromium_org/components/test/data/web_database/ |
version_48.sql | 12 CREATE TABLE autofill_profiles ( guid VARCHAR PRIMARY KEY, company_name VARCHAR, address_line_1 VARCHAR, address_line_2 VARCHAR, city VARCHAR, state VARCHAR, zipcode VARCHAR, country VARCHAR, country_code VARCHAR, date_modified INTEGER NOT NULL DEFAULT 0);
|
version_37.sql | 15 CREATE TABLE autofill_profiles ( guid VARCHAR PRIMARY KEY, company_name VARCHAR, address_line_1 VARCHAR, address_line_2 VARCHAR, city VARCHAR, state VARCHAR, zipcode VARCHAR, country VARCHAR, country_code VARCHAR, date_modified INTEGER NOT NULL DEFAULT 0);
|
version_38.sql | 15 CREATE TABLE autofill_profiles ( guid VARCHAR PRIMARY KEY, company_name VARCHAR, address_line_1 VARCHAR, address_line_2 VARCHAR, city VARCHAR, state VARCHAR, zipcode VARCHAR, country VARCHAR, country_code VARCHAR, date_modified INTEGER NOT NULL DEFAULT 0);
|
version_39.sql | 15 CREATE TABLE autofill_profiles ( guid VARCHAR PRIMARY KEY, company_name VARCHAR, address_line_1 VARCHAR, address_line_2 VARCHAR, city VARCHAR, state VARCHAR, zipcode VARCHAR, country VARCHAR, country_code VARCHAR, date_modified INTEGER NOT NULL DEFAULT 0);
|
version_44.sql | 33 CREATE TABLE autofill_profiles ( guid VARCHAR PRIMARY KEY, company_name VARCHAR, address_line_1 VARCHAR, address_line_2 VARCHAR, city VARCHAR, state VARCHAR, zipcode VARCHAR, country VARCHAR, country_code VARCHAR, date_modified INTEGER NOT NULL DEFAULT 0);
|
version_45.sql | 13 CREATE TABLE autofill_profiles ( guid VARCHAR PRIMARY KEY, company_name VARCHAR, address_line_1 VARCHAR, address_line_2 VARCHAR, city VARCHAR, state VARCHAR, zipcode VARCHAR, country VARCHAR, country_code VARCHAR, date_modified INTEGER NOT NULL DEFAULT 0);
|
version_45_compatible.sql | 13 CREATE TABLE autofill_profiles ( guid VARCHAR PRIMARY KEY, company_name VARCHAR, address_line_1 VARCHAR, address_line_2 VARCHAR, city VARCHAR, state VARCHAR, zipcode VARCHAR, country VARCHAR, country_code VARCHAR, date_modified INTEGER NOT NULL DEFAULT 0);
|
version_45_invalid.sql | 13 CREATE TABLE autofill_profiles ( guid VARCHAR PRIMARY KEY, company_name VARCHAR, address_line_1 VARCHAR, address_line_2 VARCHAR, city VARCHAR, state VARCHAR, zipcode VARCHAR, country VARCHAR, country_code VARCHAR, date_modified INTEGER NOT NULL DEFAULT 0);
|
version_46.sql | 13 CREATE TABLE autofill_profiles ( guid VARCHAR PRIMARY KEY, company_name VARCHAR, address_line_1 VARCHAR, address_line_2 VARCHAR, city VARCHAR, state VARCHAR, zipcode VARCHAR, country VARCHAR, country_code VARCHAR, date_modified INTEGER NOT NULL DEFAULT 0);
|
version_47.sql | 34 CREATE TABLE autofill_profiles ( guid VARCHAR PRIMARY KEY, company_name VARCHAR, address_line_1 VARCHAR, address_line_2 VARCHAR, city VARCHAR, state VARCHAR, zipcode VARCHAR, country VARCHAR, country_code VARCHAR, date_modified INTEGER NOT NULL DEFAULT 0);
|
/external/chromium_org/chrome/common/ |
spellcheck_common.cc | 154 std::string* country_code) { 156 DCHECK(country_code); 168 *country_code = std::string(country);
|
spellcheck_common.h | 60 std::string* country_code);
|
/external/chromium_org/components/autofill/core/browser/ |
address.cc | 193 std::string country_code = AutofillCountry::GetCountryCode(text, app_locale); local 194 if (!country_code.empty() && country_code_ == country_code)
|
/external/chromium_org/components/autofill/content/browser/wallet/ |
wallet_address.cc | 163 std::string country_code; local 164 if (!dictionary.GetString("country_code", &country_code)) { 206 new Address(country_code,
|
/external/chromium_org/third_party/cld/encodings/ |
lang_enc.h | 194 // country_code. Otherwise, it returns false. 196 bool LangsFromCountryCode(const char* country_code, 211 // country_code. Otherwise, it returns false, and *enc is set to 214 bool EncFromCountryCode(const char* country_code, Encoding* enc);
|
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/geocoding/ |
area_code_map.cc | 51 safe_strto64(SimpleItoa(number.country_code()) + national_number,
|
/external/chromium/chrome/browser/webdata/ |
web_database_migration_unittest.cc | 1299 std::string country_code = s.ColumnString(0); local 1324 std::string country_code = s.ColumnString(0); local 1355 std::string country_code = s.ColumnString(0); local [all...] |