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

  /external/chromium_org/ui/message_center/views/
toast_contents_view.cc 64 fade_animation_.reset(new gfx::SlideAnimation(this));
65 fade_animation_->SetSlideDuration(kFadeInOutDuration);
163 fade_animation_->Stop();
167 fade_animation_->Reset(0);
168 fade_animation_->Show();
175 fade_animation_->Stop();
177 closing_animation_ = (is_closing_ ? fade_animation_.get() : NULL);
178 fade_animation_->Reset(1);
179 fade_animation_->Hide();
213 } else if (animation == fade_animation_.get())
    [all...]
toast_contents_view.h 124 scoped_ptr<gfx::SlideAnimation> fade_animation_; member in class:message_center::ToastContentsView

Completed in 48 milliseconds