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

  /external/chromium/chrome/browser/ui/gtk/
hover_controller_gtk.cc 13 : throb_animation_(this),
40 throb_animation_.StartThrobbing(cycles);
72 if (animation == &hover_animation_ && throb_animation_.is_animating())
82 if (animation != &throb_animation_)
85 if (throb_animation_.cycles_remaining() <= 1)
hover_controller_gtk.h 58 ui::ThrobAnimation throb_animation_; member in class:HoverControllerGtk
  /external/chromium_org/chrome/browser/ui/gtk/
hover_controller_gtk.cc 14 : throb_animation_(this),
41 throb_animation_.StartThrobbing(cycles);
73 if (animation == &hover_animation_ && throb_animation_.is_animating())
83 if (animation != &throb_animation_)
86 if (throb_animation_.cycles_remaining() <= 1)
hover_controller_gtk.h 58 ui::ThrobAnimation throb_animation_; member in class:HoverControllerGtk

Completed in 42 milliseconds