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

  /external/chromium/chrome/browser/ui/views/tabs/
base_tab.cc 149 loading_animation_frame_(0),
411 loading_animation_frame_ = loading_animation_frame_count -
412 (loading_animation_frame_ / waiting_to_loading_frame_count_ratio);
416 loading_animation_frame_ = (loading_animation_frame_ + 1) %
420 loading_animation_frame_ = 0;
443 int image_offset = loading_animation_frame_ * icon_size;
518 return loading_animation_frame_;
base_tab.h 187 int loading_animation_frame_; member in class:BaseTab

Completed in 69 milliseconds