Searched defs:app_locale (Results 1 - 25 of 41) sorted by relevance

12

/external/chromium_org/chrome/browser/ui/webui/translate_internals/
H A Dtranslate_internals_ui.cc32 const std::string app_locale = g_browser_process->GetApplicationLocale(); local
34 l10n_util::GetAcceptLanguagesForLocale(app_locale, &language_codes);
40 l10n_util::GetDisplayNameForLocale(lang_code, app_locale, false);
/external/chromium_org/components/autofill/core/browser/
H A Daddress_i18n.cc22 const std::string& app_locale,
24 return profile.GetInfo(type, app_locale);
61 const std::string& app_locale) {
63 i18n::CreateAddressData(base::Bind(&GetInfoHelper, profile, app_locale));
21 GetInfoHelper(const AutofillProfile& profile, const std::string& app_locale, const AutofillType& type) argument
60 CreateAddressDataFromAutofillProfile(const AutofillProfile& profile, const std::string& app_locale) argument
H A Dform_group.cc12 const std::string& app_locale,
23 if (GetInfo(AutofillType(*type), app_locale) == text)
28 void FormGroup::GetNonEmptyTypes(const std::string& app_locale, argument
34 if (!GetInfo(AutofillType(*type), app_locale).empty())
40 const std::string& app_locale) const {
46 const std::string& app_locale) {
11 GetMatchingTypes(const base::string16& text, const std::string& app_locale, ServerFieldTypeSet* matching_types) const argument
44 SetInfo(const AutofillType& type, const base::string16& value, const std::string& app_locale) argument
H A Daddress.cc142 const std::string& app_locale) const {
148 return AutofillCountry(country_code_, app_locale).name();
155 const std::string& app_locale) {
171 country_code_ = AutofillCountry::GetCountryCode(value, app_locale);
191 const std::string& app_locale,
193 FormGroup::GetMatchingTypes(text, app_locale, matching_types);
196 std::string country_code = AutofillCountry::GetCountryCode(text, app_locale);
153 SetInfo(const AutofillType& type, const base::string16& value, const std::string& app_locale) argument
190 GetMatchingTypes(const base::string16& text, const std::string& app_locale, ServerFieldTypeSet* matching_types) const argument
H A Dpersonal_data_manager.h55 explicit PersonalDataManager(const std::string& app_locale);
176 const std::string& app_locale() const { return app_locale_; } function in class:autofill::PersonalDataManager
180 const std::string& app_locale);
189 const std::string& app_locale,
H A Dautofill_manager.h82 const std::string& app_locale,
136 const std::string& app_locale() const { return app_locale_; } function in class:autofill::AutofillManager
H A Dphone_number.cc23 // code corresponding to the |app_locale|.
25 const std::string& app_locale) {
30 return AutofillCountry::CountryCodeForLocale(app_locale);
95 const std::string& app_locale) const {
97 UpdateCacheIfNeeded(app_locale);
131 const std::string& app_locale) {
139 UpdateCacheIfNeeded(app_locale);
143 number_, GetRegion(*profile_, app_locale)).empty()) {
151 const std::string& app_locale,
155 FormGroup::GetMatchingTypes(stripped_text, app_locale, matching_type
24 GetRegion(const AutofillProfile& profile, const std::string& app_locale) argument
129 SetInfo(const AutofillType& type, const base::string16& value, const std::string& app_locale) argument
150 GetMatchingTypes(const base::string16& text, const std::string& app_locale, ServerFieldTypeSet* matching_types) const argument
221 ParseNumber( const AutofillProfile& profile, const std::string& app_locale, base::string16* value) argument
[all...]
H A Dautofill_ie_toolbar_import_win.cc35 bool ImportCurrentUserProfiles(const std::string& app_locale,
142 const std::string& app_locale,
168 form_group->SetInfo(AutofillType(it->second), field_value, app_locale);
179 bool ImportSingleProfile(const std::string& app_locale, argument
185 ImportSingleFormGroup(key, reg_to_field, app_locale, profile, &phone);
189 if (phone.ParseNumber(*profile, app_locale, &constructed_number)) {
207 if (!ImportCurrentUserProfiles(personal_data_manager_->app_locale(),
246 bool ImportCurrentUserProfiles(const std::string& app_locale, argument
268 if (ImportSingleProfile(app_locale, key, reg_to_field, &profile)) {
293 key, reg_to_field, app_locale,
140 ImportSingleFormGroup(const RegKey& key, const RegToFieldMap& reg_to_field, const std::string& app_locale, FormGroup* form_group, PhoneNumber::PhoneCombineHelper* phone) argument
[all...]
H A Dcontact_info.cc229 const std::string& app_locale) const {
238 const std::string& app_locale) {
240 if (value != GetInfo(type, app_locale))
248 return FormGroup::SetInfo(type, value, app_locale);
236 SetInfo(const AutofillType& type, const base::string16& value, const std::string& app_locale) argument
H A Dphone_number_i18n.cc24 const std::string& app_locale) {
28 return AutofillCountry::CountryCodeForLocale(app_locale);
202 const std::string& app_locale) {
204 const std::string region = SanitizeRegion(raw_region, app_locale);
23 SanitizeRegion(const std::string& region, const std::string& app_locale) argument
199 PhoneNumbersMatch(const base::string16& number_a, const base::string16& number_b, const std::string& raw_region, const std::string& app_locale) argument
/external/chromium_org/chrome/browser/chromeos/login/
H A Dlanguage_list.cc92 const std::string app_locale = g_browser_process->GetApplicationLocale(); local
100 l10n_util::GetDisplayNameForLocale(locale_code, app_locale, false);
/external/chromium_org/chrome/browser/renderer_context_menu/
H A Dspellchecker_submenu_observer_hunspell.cc52 const std::string app_locale = g_browser_process->GetApplicationLocale(); local
55 l10n_util::GetDisplayNameForLocale(languages_[i], app_locale, true));
/external/chromium_org/chrome/browser/ui/autofill/
H A Dcountry_combobox_model.cc39 const std::string& app_locale = g_browser_process->GetApplicationLocale(); local
41 countries_.push_back(new AutofillCountry(default_country_code, app_locale));
72 sorted_countries.push_back(new AutofillCountry(*it, app_locale));
75 l10n_util::SortStringsUsingMethod(app_locale,
H A Dautofill_dialog_i18n_input.cc100 const std::string& app_locale) {
105 *i18n::CreateAddressDataFromAutofillProfile(profile, app_locale))) {
116 app_locale).empty()) {
99 AddressHasCompleteAndVerifiedData(const AutofillProfile& profile, const std::string& app_locale) argument
H A Ddata_model_wrapper.cc128 const std::string& app_locale = g_browser_process->GetApplicationLocale(); local
129 return profile_->GetInfoForVariant(effective_type, variant, app_locale);
/external/chromium_org/chrome/browser/ui/webui/signin/
H A Dinline_login_handler.cc41 const std::string& app_locale = g_browser_process->GetApplicationLocale(); local
42 params.SetString("hl", app_locale);
/external/chromium_org/chrome/browser/ui/webui/options/
H A Dlanguage_options_handler.cc61 const std::string app_locale = g_browser_process->GetApplicationLocale(); local
63 l10n_util::GetAcceptLanguagesForLocale(app_locale, &language_codes);
78 l10n_util::GetDisplayNameForLocale(language_codes[i], app_locale,
90 l10n_util::SortStrings16(app_locale, &display_names);
/external/chromium_org/chrome/browser/webdata/
H A Dweb_data_service_factory.cc50 const std::string& app_locale,
62 autofill_web_data.get(), autofill_backend, app_locale);
47 InitSyncableServicesOnDBThread( scoped_refptr<AutofillWebDataService> autofill_web_data, const base::FilePath& profile_path, const std::string& app_locale, autofill::AutofillWebDataBackend* autofill_backend) argument
/external/chromium_org/components/autofill/content/browser/
H A Dcontent_autofill_driver.cc37 const std::string& app_locale,
45 contents, client, app_locale, enable_download_manager));
58 const std::string& app_locale,
63 app_locale,
34 CreateForWebContentsAndDelegate( content::WebContents* contents, AutofillClient* client, const std::string& app_locale, AutofillManager::AutofillDownloadManagerState enable_download_manager) argument
55 ContentAutofillDriver( content::WebContents* web_contents, AutofillClient* client, const std::string& app_locale, AutofillManager::AutofillDownloadManagerState enable_download_manager) argument
/external/chromium_org/components/autofill/content/browser/wallet/
H A Dfull_wallet.cc157 base::string16 FullWallet::GetInfo(const std::string& app_locale, argument
209 return billing_address_->GetInfo(type, app_locale);
215 return shipping_address_->GetInfo(type, app_locale);
H A Dwallet_address.cc331 const std::string& app_locale) const {
360 AutofillCountry country(country_name_code(), app_locale); local
/external/chromium_org/chrome/browser/ui/webui/chromeos/login/
H A Dl10n_util.cc83 const std::string app_locale = g_browser_process->GetApplicationLocale(); local
150 l10n_util::GetDisplayNameForLocale(language_id, app_locale, true);
174 l10n_util::GetDisplayNameForLocale(*it, app_locale, true);
205 base_language_codes[i], app_locale, false);
223 l10n_util::SortStrings16(app_locale, &display_names);
393 const std::string app_locale = g_browser_process->GetApplicationLocale(); local
395 l10n_util::GetAcceptLanguagesForLocale(app_locale, &accept_language_codes);
H A Dnetwork_screen_handler.cc274 const std::string app_locale = g_browser_process->GetApplicationLocale(); local
275 if (app_locale == locale)
/external/chromium_org/chrome/test/base/
H A Dtesting_browser_process.cc311 const std::string& app_locale) {
312 app_locale_ = app_locale;
310 SetApplicationLocale( const std::string& app_locale) argument
/external/chromium_org/components/autofill/content/browser/risk/
H A Dfingerprint.cc196 const std::string& app_locale,
273 const std::string& app_locale,
286 app_locale_(app_locale),
453 const std::string& app_locale,
461 install_time, app_locale, user_agent, timeout,
475 const std::string& app_locale,
488 charset, accept_languages, install_time, app_locale, user_agent,
264 FingerprintDataLoader( uint64 obfuscated_gaia_id, const gfx::Rect& window_bounds, const gfx::Rect& content_bounds, const WebScreenInfo& screen_info, const std::string& version, const std::string& charset, const std::string& accept_languages, const base::Time& install_time, const std::string& app_locale, const std::string& user_agent, const base::TimeDelta& timeout, const base::Callback<void(scoped_ptr<Fingerprint>)>& callback) argument
444 GetFingerprintInternal( uint64 obfuscated_gaia_id, const gfx::Rect& window_bounds, const gfx::Rect& content_bounds, const blink::WebScreenInfo& screen_info, const std::string& version, const std::string& charset, const std::string& accept_languages, const base::Time& install_time, const std::string& app_locale, const std::string& user_agent, const base::TimeDelta& timeout, const base::Callback<void(scoped_ptr<Fingerprint>)>& callback) argument
467 GetFingerprint( uint64 obfuscated_gaia_id, const gfx::Rect& window_bounds, content::WebContents* web_contents, const std::string& version, const std::string& charset, const std::string& accept_languages, const base::Time& install_time, const std::string& app_locale, const std::string& user_agent, const base::Callback<void(scoped_ptr<Fingerprint>)>& callback) argument

Completed in 419 milliseconds

12