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

  /external/chromium/chrome/browser/ui/webui/
downloads_ui.h 13 class DownloadsUI : public WebUI {
15 explicit DownloadsUI(TabContents* contents);
20 DISALLOW_COPY_AND_ASSIGN(DownloadsUI);
downloads_ui.cc 127 // DownloadsUI
131 DownloadsUI::DownloadsUI(TabContents* contents) : WebUI(contents) {
146 RefCountedMemory* DownloadsUI::GetFaviconResourceBytes() {
chrome_web_ui_factory.cc 149 return &NewWebUI<DownloadsUI>;
335 return DownloadsUI::GetFaviconResourceBytes();

Completed in 3487 milliseconds