Home
last modified time | relevance | path

Searched refs:GetApplicationLocale (Results 1 – 7 of 7) sorted by relevance

/third_party/cef/libcef/browser/extensions/
Dextensions_browser_client.cc380 std::string CefExtensionsBrowserClient::GetApplicationLocale() { in GetApplicationLocale() function in extensions::CefExtensionsBrowserClient
381 return g_browser_process->GetApplicationLocale(); in GetApplicationLocale()
Dextensions_browser_client.h109 std::string GetApplicationLocale() override;
/third_party/cef/libcef/browser/alloy/
Dchrome_browser_process_alloy.h81 const std::string& GetApplicationLocale() override;
Dchrome_browser_process_alloy.cc284 const std::string& ChromeBrowserProcessAlloy::GetApplicationLocale() { in GetApplicationLocale() function in ChromeBrowserProcessAlloy
Dalloy_content_browser_client.h72 std::string GetApplicationLocale() override;
Dalloy_content_browser_client.cc836 std::string AlloyContentBrowserClient::GetApplicationLocale() { in GetApplicationLocale() function in AlloyContentBrowserClient
837 return g_browser_process->GetApplicationLocale(); in GetApplicationLocale()
1330 network_context_params->accept_language = GetApplicationLocale(); in ConfigureNetworkContextParams()
/third_party/cef/patch/patches/
Dchrome_runtime.patch207 network_context_params->accept_language = GetApplicationLocale();