Searched refs:GetSupportPage (Results 1 – 3 of 3) sorted by relevance
191 EXPECT_EQ("http://mario/us", customization.GetSupportPage("en-US")); in TEST()192 EXPECT_EQ("http://mario/ru", customization.GetSupportPage("ru-RU")); in TEST()193 EXPECT_EQ("http://mario/global", customization.GetSupportPage("ja")); in TEST()
144 std::string GetSupportPage(const std::string& locale) const;
352 std::string ServicesCustomizationDocument::GetSupportPage( in GetSupportPage() function in chromeos::ServicesCustomizationDocument