OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetEULAPage
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/chrome/browser/chromeos/
customization_document_unittest.cc
104
customization.
GetEULAPage
("en-US"));
106
customization.
GetEULAPage
("ru-RU"));
108
customization.
GetEULAPage
("ja"));
customization_document.h
73
std::string
GetEULAPage
(const std::string& locale) const;
customization_document.cc
223
std::string StartupCustomizationDocument::
GetEULAPage
(
/external/chromium/chrome/browser/chromeos/
customization_document_unittest.cc
141
customization.
GetEULAPage
("en-US"));
143
customization.
GetEULAPage
("ru-RU"));
145
customization.
GetEULAPage
("ja"));
customization_document.h
71
std::string
GetEULAPage
(const std::string& locale) const;
customization_document.cc
210
std::string StartupCustomizationDocument::
GetEULAPage
(
/external/chromium_org/chrome/browser/chromeos/login/screens/
eula_screen.cc
59
std::string eula_page = customization->
GetEULAPage
(locale);
/external/chromium/chrome/browser/chromeos/login/
eula_view.cc
326
std::string eula_page = customization->
GetEULAPage
(locale);
/external/chromium_org/chrome/browser/ui/webui/
about_ui.cc
284
if (net::FileURLToFilePath(GURL(customization->
GetEULAPage
(locale_)),
[
all
...]
Completed in 94 milliseconds