HomeSort by relevance Sort by last modified time
    Searched refs:GetEULAPage (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/chrome/browser/chromeos/login/screens/
eula_screen.cc 59 std::string eula_page = customization->GetEULAPage(locale);
  /external/chromium_org/chrome/browser/chromeos/
customization_document_unittest.cc 125 customization.GetEULAPage("en-US"));
127 customization.GetEULAPage("ru-RU"));
129 customization.GetEULAPage("ja"));
customization_document.h 87 std::string GetEULAPage(const std::string& locale) const;
customization_document.cc 354 std::string StartupCustomizationDocument::GetEULAPage(
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/
about_ui.cc 278 if (net::FileURLToFilePath(GURL(customization->GetEULAPage(locale_)),
    [all...]

Completed in 156 milliseconds