HomeSort by relevance Sort by last modified time
    Searched refs:GetApplicationLocale (Results 51 - 75 of 119) sorted by null

1 23 4 5

  /external/chromium_org/chrome/browser/metrics/
chrome_metrics_service_client.cc 171 std::string ChromeMetricsServiceClient::GetApplicationLocale() {
172 return g_browser_process->GetApplicationLocale();
  /external/chromium_org/chrome/browser/metrics/variations/
variations_service.cc 271 seed, g_browser_process->GetApplicationLocale(),
560 *seed, g_browser_process->GetApplicationLocale(),
  /external/chromium_org/chrome/browser/ui/autofill/
autofill_dialog_controller_impl.cc 178 info, g_browser_process->GetApplicationLocale()));
207 g_browser_process->GetApplicationLocale());
238 g_browser_process->GetApplicationLocale());
522 *profile, g_browser_process->GetApplicationLocale());
529 g_browser_process->GetApplicationLocale());
536 g_browser_process->GetApplicationLocale());
625 g_browser_process->GetApplicationLocale();
818 g_browser_process->GetApplicationLocale());
    [all...]
  /external/chromium_org/android_webview/browser/
aw_content_browser_client.h 58 virtual std::string GetApplicationLocale() OVERRIDE;
  /external/chromium_org/chrome/browser/
browser_process_impl.h 112 virtual const std::string& GetApplicationLocale() OVERRIDE;
  /external/chromium_org/chrome/browser/chromeos/options/
cert_library.cc 241 icu::Locale(g_browser_process->GetApplicationLocale().c_str()), error));
  /external/chromium_org/chrome/browser/first_run/
first_run_browsertest.cc 147 g_browser_process->GetApplicationLocale(),
  /external/chromium_org/chrome/browser/ui/webui/options/
import_data_handler.cc 86 g_browser_process->GetApplicationLocale(),
language_options_handler_common.cc 111 std::string application_locale = g_browser_process->GetApplicationLocale();
font_settings_handler.cc 212 g_browser_process->GetApplicationLocale(),
  /external/chromium_org/chrome/test/base/
testing_browser_process.cc 304 const std::string& TestingBrowserProcess::GetApplicationLocale() {
  /external/chromium_org/content/browser/
utility_process_host_impl.cc 223 std::string locale = GetContentClient()->browser()->GetApplicationLocale();
plugin_process_host.cc 219 std::string locale = GetContentClient()->browser()->GetApplicationLocale();
ppapi_plugin_process_host.cc 348 std::string locale = GetContentClient()->browser()->GetApplicationLocale();
  /external/chromium_org/content/public/browser/
content_browser_client.cc 100 std::string ContentBrowserClient::GetApplicationLocale() {
content_browser_client.h 286 virtual std::string GetApplicationLocale();
  /external/chromium_org/extensions/common/
extension_resource_unittest.cc 134 l10n_util::GetParentLocales(l10n_util::GetApplicationLocale(std::string()),
  /external/chromium_org/chrome/browser/ui/webui/extensions/
extension_settings_handler.cc 436 g_browser_process->GetApplicationLocale()).spec())));
443 g_browser_process->GetApplicationLocale()).spec()));
505 g_browser_process->GetApplicationLocale()).spec()));
510 g_browser_process->GetApplicationLocale()).spec()));
529 g_browser_process->GetApplicationLocale()).spec())));
    [all...]
  /external/chromium_org/chrome/browser/printing/
print_dialog_cloud.cc 341 g_browser_process->GetApplicationLocale()));
718 url, g_browser_process->GetApplicationLocale()),
print_job_worker.cc 60 g_browser_process->GetApplicationLocale()));
  /external/chromium_org/chrome/browser/ui/webui/options/chromeos/
cros_language_options_handler.cc 199 const std::string app_locale = g_browser_process->GetApplicationLocale();
409 const std::string app_locale = g_browser_process->GetApplicationLocale();
  /external/chromium_org/chrome/browser/ui/webui/
sync_setup_handler.cc 231 g_browser_process->GetApplicationLocale()).spec())));
240 g_browser_process->GetApplicationLocale()).spec())));
    [all...]
  /external/chromium_org/chrome/browser/search/
hotword_service.cc 158 g_browser_process->GetApplicationLocale();
  /external/chromium_org/chrome/browser/speech/
tts_controller.cc 175 utterance->set_lang(g_browser_process->GetApplicationLocale());
  /external/chromium_org/chrome/browser/translate/
translate_manager_render_view_host_unittest.cc 286 g_browser_process->GetApplicationLocale());
385 g_browser_process->GetApplicationLocale());
    [all...]

Completed in 2326 milliseconds

1 23 4 5