Searched refs:SlideAnimatorGtk (Results 1 – 11 of 11) sorted by relevance
/external/chromium/chrome/browser/ui/gtk/ |
D | slide_animator_gtk.cc | 27 bool SlideAnimatorGtk::animations_enabled_ = true; 29 SlideAnimatorGtk::SlideAnimatorGtk(GtkWidget* child, in SlideAnimatorGtk() function in SlideAnimatorGtk 66 SlideAnimatorGtk::~SlideAnimatorGtk() { in ~SlideAnimatorGtk() 70 void SlideAnimatorGtk::Open() { in Open() 78 void SlideAnimatorGtk::OpenWithoutAnimation() { in OpenWithoutAnimation() 85 void SlideAnimatorGtk::Close() { in Close() 92 void SlideAnimatorGtk::End() { in End() 96 void SlideAnimatorGtk::CloseWithoutAnimation() { in CloseWithoutAnimation() 103 bool SlideAnimatorGtk::IsShowing() { in IsShowing() 107 bool SlideAnimatorGtk::IsClosing() { in IsClosing() [all …]
|
D | slide_animator_gtk.h | 28 class SlideAnimatorGtk : public ui::AnimationDelegate { 51 SlideAnimatorGtk(GtkWidget* child, 58 virtual ~SlideAnimatorGtk(); 97 SlideAnimatorGtk* slider);
|
D | fullscreen_exit_bubble_gtk.cc | 63 slide_widget_.reset(new SlideAnimatorGtk(container, in InitWidgets() 64 SlideAnimatorGtk::DOWN, kSlideOutDurationMs, false, false, NULL)); in InitWidgets()
|
D | find_bar_gtk.h | 27 class SlideAnimatorGtk; variable 178 scoped_ptr<SlideAnimatorGtk> slide_widget_;
|
D | fullscreen_exit_bubble_gtk.h | 43 scoped_ptr<SlideAnimatorGtk> slide_widget_;
|
D | find_bar_gtk.cc | 234 slide_widget_.reset(new SlideAnimatorGtk(container_, in InitWidgets() 235 SlideAnimatorGtk::DOWN, in InitWidgets()
|
/external/chromium/chrome/browser/ui/gtk/download/ |
D | download_shelf_gtk.h | 28 class SlideAnimatorGtk; variable 36 public SlideAnimatorGtk::Delegate, 107 scoped_ptr<SlideAnimatorGtk> slide_widget_;
|
D | download_shelf_gtk.cc | 138 slide_widget_.reset(new SlideAnimatorGtk(shelf_.get(), in DownloadShelfGtk() 139 SlideAnimatorGtk::UP, in DownloadShelfGtk()
|
/external/chromium/chrome/browser/ui/gtk/infobars/ |
D | infobar_gtk.h | 25 class InfoBar : public SlideAnimatorGtk::Delegate, 109 scoped_ptr<SlideAnimatorGtk> slide_widget_;
|
D | infobar_gtk.cc | 77 slide_widget_.reset(new SlideAnimatorGtk(bg_box_, in InfoBar() 78 SlideAnimatorGtk::DOWN, in InfoBar()
|
/external/chromium/chrome/browser/ui/find_bar/ |
D | find_bar_host_browsertest.cc | 67 SlideAnimatorGtk::SetAnimationsForTesting(false); in FindInPageControllerTest()
|