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

  /external/chromium/chrome/browser/ui/gtk/tabs/
tab_renderer_gtk.h 75 int animation_frame() const { return animation_frame_; }
102 int animation_frame_; member in class:TabRendererGtk::LoadingAnimation
tab_renderer_gtk.cc 155 animation_frame_(0) {
166 animation_frame_(0) {
176 // different rate - the following reverses and scales the animation_frame_
181 animation_frame_ = data_->loading_animation_frame_count -
182 (animation_frame_ / data_->waiting_to_loading_frame_count_ratio);
189 animation_frame_ = (animation_frame_ + 1) %
195 animation_frame_ = 0;
    [all...]

Completed in 24 milliseconds