OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetSupportPage
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/chrome/browser/chromeos/
customization_document_unittest.cc
155
EXPECT_EQ("http://mario/us", customization.
GetSupportPage
("en-US"));
156
EXPECT_EQ("http://mario/ru", customization.
GetSupportPage
("ru-RU"));
157
EXPECT_EQ("http://mario/global", customization.
GetSupportPage
("ja"));
customization_document.h
136
std::string
GetSupportPage
(const std::string& locale) const;
customization_document.cc
340
std::string ServicesCustomizationDocument::
GetSupportPage
(
/external/chromium/chrome/browser/chromeos/
customization_document_unittest.cc
191
EXPECT_EQ("http://mario/us", customization.
GetSupportPage
("en-US"));
192
EXPECT_EQ("http://mario/ru", customization.
GetSupportPage
("ru-RU"));
193
EXPECT_EQ("http://mario/global", customization.
GetSupportPage
("ja"));
customization_document.h
144
std::string
GetSupportPage
(const std::string& locale) const;
customization_document.cc
352
std::string ServicesCustomizationDocument::
GetSupportPage
(
Completed in 936 milliseconds