Searched defs:GetApplicationLocale (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/components/search_engines/
H A Dsearch_terms_data.cc41 std::string SearchTermsData::GetApplicationLocale() const { function in class:SearchTermsData
/external/chromium_org/chrome/browser/search_engines/
H A Dui_thread_search_terms_data.cc58 std::string UIThreadSearchTermsData::GetApplicationLocale() const { function in class:UIThreadSearchTermsData
61 return g_browser_process->GetApplicationLocale();
/external/chromium_org/components/metrics/
H A Dtest_metrics_service_client.cc31 std::string TestMetricsServiceClient::GetApplicationLocale() { function in class:metrics::TestMetricsServiceClient
/external/chromium_org/chromecast/metrics/
H A Dcast_metrics_service_client.cc57 std::string CastMetricsServiceClient::GetApplicationLocale() { function in class:chromecast::metrics::CastMetricsServiceClient
/external/chromium_org/chromecast/shell/browser/
H A Dcast_content_browser_client.cc114 std::string CastContentBrowserClient::GetApplicationLocale() { function in class:chromecast::shell::CastContentBrowserClient
/external/chromium_org/chrome/browser/chromeos/login/users/
H A Dfake_user_manager.cc325 const std::string& FakeUserManager::GetApplicationLocale() const { function in class:chromeos::FakeUserManager
H A Dchrome_user_manager_impl.cc459 const std::string& ChromeUserManagerImpl::GetApplicationLocale() const { function in class:chromeos::ChromeUserManagerImpl
460 return g_browser_process->GetApplicationLocale();
/external/chromium_org/chrome/browser/metrics/
H A Dchrome_metrics_service_client.cc182 std::string ChromeMetricsServiceClient::GetApplicationLocale() { function in class:ChromeMetricsServiceClient
183 return g_browser_process->GetApplicationLocale();
/external/chromium_org/chrome/test/base/
H A Dtesting_browser_process.cc306 const std::string& TestingBrowserProcess::GetApplicationLocale() { function in class:TestingBrowserProcess
/external/chromium_org/ui/base/l10n/
H A Dl10n_util.cc341 // back to en-US in GetApplicationLocale so that it's a not critical,
495 std::string GetApplicationLocale(const std::string& pref_locale, function in namespace:l10n_util
503 std::string GetApplicationLocale(const std::string& pref_locale) { function in namespace:l10n_util
504 return GetApplicationLocale(pref_locale, true /* set_icu_locale */);
/external/chromium_org/android_webview/browser/
H A Daw_content_browser_client.cc272 std::string AwContentBrowserClient::GetApplicationLocale() { function in class:android_webview::AwContentBrowserClient
/external/chromium_org/chrome/browser/autocomplete/
H A Dhistory_url_provider.cc284 virtual std::string GetApplicationLocale() const OVERRIDE;
317 application_locale_(search_terms_data.GetApplicationLocale()),
342 std::string SearchTermsDataSnapshot::GetApplicationLocale() const { function in class:SearchTermsDataSnapshot
/external/chromium_org/chrome/browser/
H A Dbrowser_process_impl.cc723 const std::string& BrowserProcessImpl::GetApplicationLocale() { function in class:BrowserProcessImpl
H A Dchrome_content_browser_client.cc1436 std::string ChromeContentBrowserClient::GetApplicationLocale() { function in class:chrome::ChromeContentBrowserClient
1439 return g_browser_process->GetApplicationLocale();
2429 const std::string locale = GetApplicationLocale();
/external/chromium_org/content/public/browser/
H A Dcontent_browser_client.cc100 std::string ContentBrowserClient::GetApplicationLocale() { function in class:content::ContentBrowserClient

Completed in 194 milliseconds