HomeSort by relevance Sort by last modified time
    Searched defs:GetApplicationLocale (Results 1 - 15 of 15) sorted by null

  /external/chromium_org/components/metrics/
test_metrics_service_client.cc 31 std::string TestMetricsServiceClient::GetApplicationLocale() {
  /external/chromium_org/chrome/browser/search_engines/
ui_thread_search_terms_data.cc 58 std::string UIThreadSearchTermsData::GetApplicationLocale() const {
61 return g_browser_process->GetApplicationLocale();
  /external/chromium_org/components/search_engines/
search_terms_data.cc 41 std::string SearchTermsData::GetApplicationLocale() const {
  /external/chromium_org/chromecast/metrics/
cast_metrics_service_client.cc 57 std::string CastMetricsServiceClient::GetApplicationLocale() {
  /external/chromium_org/chromecast/shell/browser/
cast_content_browser_client.cc 114 std::string CastContentBrowserClient::GetApplicationLocale() {
  /external/chromium_org/chrome/browser/chromeos/login/users/
fake_user_manager.cc 325 const std::string& FakeUserManager::GetApplicationLocale() const {
chrome_user_manager_impl.cc 459 const std::string& ChromeUserManagerImpl::GetApplicationLocale() const {
460 return g_browser_process->GetApplicationLocale();
    [all...]
  /external/chromium_org/chrome/browser/metrics/
chrome_metrics_service_client.cc 182 std::string ChromeMetricsServiceClient::GetApplicationLocale() {
183 return g_browser_process->GetApplicationLocale();
  /external/chromium_org/chrome/test/base/
testing_browser_process.cc 306 const std::string& TestingBrowserProcess::GetApplicationLocale() {
  /external/chromium_org/content/public/browser/
content_browser_client.cc 100 std::string ContentBrowserClient::GetApplicationLocale() {
  /external/chromium_org/android_webview/browser/
aw_content_browser_client.cc 272 std::string AwContentBrowserClient::GetApplicationLocale() {
  /external/chromium_org/ui/base/l10n/
l10n_util.cc 341 // back to en-US in GetApplicationLocale so that it's a not critical,
495 std::string GetApplicationLocale(const std::string& pref_locale,
503 std::string GetApplicationLocale(const std::string& pref_locale) {
504 return GetApplicationLocale(pref_locale, true /* set_icu_locale */);
  /external/chromium_org/chrome/browser/autocomplete/
history_url_provider.cc 284 virtual std::string GetApplicationLocale() const OVERRIDE;
317 application_locale_(search_terms_data.GetApplicationLocale()),
342 std::string SearchTermsDataSnapshot::GetApplicationLocale() const {
    [all...]
  /external/chromium_org/chrome/browser/
browser_process_impl.cc 723 const std::string& BrowserProcessImpl::GetApplicationLocale() {
    [all...]
chrome_content_browser_client.cc     [all...]

Completed in 430 milliseconds