Home | History | Annotate | Download | only in webui

Lines Matching defs:AppLauncherPageUI

35 const char kUmaPaintTimesLabel[] = "AppLauncherPageUI load";
40 // AppLauncherPageUI
42 AppLauncherPageUI::AppLauncherPageUI(content::WebUI* web_ui)
73 AppLauncherPageUI::~AppLauncherPageUI() {
77 base::RefCountedMemory* AppLauncherPageUI::GetFaviconResourceBytes(
84 Profile* AppLauncherPageUI::GetProfile() const {
91 AppLauncherPageUI::HTMLSource::HTMLSource(Profile* profile)
95 std::string AppLauncherPageUI::HTMLSource::GetSource() const {
99 void AppLauncherPageUI::HTMLSource::StartDataRequest(
120 std::string AppLauncherPageUI::HTMLSource::GetMimeType(
125 bool AppLauncherPageUI::HTMLSource::ShouldReplaceExistingSource() const {
129 bool AppLauncherPageUI::HTMLSource::ShouldAddContentSecurityPolicy() const {
133 AppLauncherPageUI::HTMLSource::~HTMLSource() {}