Home
last modified time | relevance | path

Searched refs:DownloadsUI (Results 1 – 3 of 3) sorted by relevance

/external/chromium/chrome/browser/ui/webui/
Ddownloads_ui.h13 class DownloadsUI : public WebUI {
15 explicit DownloadsUI(TabContents* contents);
20 DISALLOW_COPY_AND_ASSIGN(DownloadsUI);
Ddownloads_ui.cc131 DownloadsUI::DownloadsUI(TabContents* contents) : WebUI(contents) { in DownloadsUI() function in DownloadsUI
146 RefCountedMemory* DownloadsUI::GetFaviconResourceBytes() { in GetFaviconResourceBytes()
Dchrome_web_ui_factory.cc149 return &NewWebUI<DownloadsUI>; in GetWebUIFactoryFunction()
335 return DownloadsUI::GetFaviconResourceBytes(); in GetFaviconResourceBytes()