Home
last modified time | relevance | path

Searched refs:DownloadStartedAnimation (Results 1 – 5 of 5) sorted by relevance

/external/chromium/chrome/browser/download/
Ddownload_started_animation.h13 class DownloadStartedAnimation {
18 DownloadStartedAnimation() { } in DownloadStartedAnimation() function
20 DISALLOW_COPY_AND_ASSIGN(DownloadStartedAnimation);
/external/chromium/chrome/browser/ui/gtk/download/
Ddownload_started_animation_gtk.cc191 void DownloadStartedAnimation::Show(TabContents* tab_contents) { in Show()
/external/chromium/chrome/browser/ui/views/download/
Ddownload_started_animation_win.cc177 void DownloadStartedAnimation::Show(TabContents* tab_contents) { in Show()
/external/chromium/chrome/browser/ui/cocoa/download/
Ddownload_started_animation_mac.mm192 void DownloadStartedAnimation::Show(TabContents* tab_contents) {
/external/chromium/chrome/browser/ui/
Dbrowser.cc3197 DownloadStartedAnimation::Show(current_tab); in OnStartDownload()