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

  /external/chromium/chrome/browser/ui/views/tabs/
base_tab.h 109 ui::ThrobAnimation* pulse_animation() const { return pulse_animation_.get(); } function in class:BaseTab
tab.cc 642 if (pulse_animation() && pulse_animation()->is_animating())
643 return pulse_animation()->GetCurrentValue() * kHoverOpacity * scale + min;

Completed in 59 milliseconds