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

  /external/chromium_org/chrome/browser/ui/views/tabs/
media_indicator_button.cc 87 if (!fade_animation_delegate_)
88 fade_animation_delegate_.reset(new FadeAnimationDelegate(this));
89 fade_animation_->set_delegate(fade_animation_delegate_.get());
media_indicator_button.h 66 scoped_ptr<gfx::AnimationDelegate> fade_animation_delegate_; member in class:MediaIndicatorButton

Completed in 239 milliseconds