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

  /external/chromium_org/chrome/browser/ui/views/tabs/
tab.cc 544 pulse_animation_.reset(new gfx::ThrobAnimation(this));
545 pulse_animation_->SetSlideDuration(kPulseDurationMs);
547 pulse_animation_->SetContainer(animation_container_.get());
548 pulse_animation_->StartThrobbing(std::numeric_limits<int>::max());
552 StopAndDeleteAnimation(pulse_animation_.PassAs<gfx::Animation>());
640 if (animation == pulse_animation_.get() && IsActive())
    [all...]
tab.h 332 scoped_ptr<gfx::ThrobAnimation> pulse_animation_; member in class:Tab

Completed in 117 milliseconds