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

  /external/chromium/chrome/browser/ui/views/
tab_icon_view.cc 62 static int throbber_frame_count = 0; local
67 throbber_frame_count = throbber.width() / throbber.height();
79 throbber_frame_ = (throbber_frame_ + 1) % throbber_frame_count;
  /external/chromium_org/chrome/browser/ui/views/
tab_icon_view.cc 65 static int throbber_frame_count = 0; local
70 throbber_frame_count = throbber.width() / throbber.height();
82 throbber_frame_ = (throbber_frame_ + 1) % throbber_frame_count;

Completed in 60 milliseconds