Searched refs:GetApplicationLocale (Results 1 – 7 of 7) sorted by relevance
380 std::string CefExtensionsBrowserClient::GetApplicationLocale() { in GetApplicationLocale() function in extensions::CefExtensionsBrowserClient381 return g_browser_process->GetApplicationLocale(); in GetApplicationLocale()
109 std::string GetApplicationLocale() override;
81 const std::string& GetApplicationLocale() override;
284 const std::string& ChromeBrowserProcessAlloy::GetApplicationLocale() { in GetApplicationLocale() function in ChromeBrowserProcessAlloy
72 std::string GetApplicationLocale() override;
836 std::string AlloyContentBrowserClient::GetApplicationLocale() { in GetApplicationLocale() function in AlloyContentBrowserClient837 return g_browser_process->GetApplicationLocale(); in GetApplicationLocale()1330 network_context_params->accept_language = GetApplicationLocale(); in ConfigureNetworkContextParams()
207 network_context_params->accept_language = GetApplicationLocale();