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

  /external/chromium/chrome/browser/ui/views/
tab_icon_view.cc 53 throbber_frame_(0) {
79 throbber_frame_ = (throbber_frame_ + 1) % throbber_frame_count;
86 throbber_frame_ = 0;
95 PaintIcon(canvas, throbber, throbber_frame_ * image_size, 0, image_size,
tab_icon_view.h 68 int throbber_frame_; member in class:TabIconView
  /external/chromium/chrome/browser/ui/views/frame/
glass_browser_frame_view.h 132 int throbber_frame_; member in class:GlassBrowserFrameView
glass_browser_frame_view.cc 87 throbber_frame_(0) {
559 throbber_frame_ = 0;
563 reinterpret_cast<LPARAM>(throbber_icons_[throbber_frame_]));
596 throbber_frame_ = (throbber_frame_ + 1) % kThrobberIconCount;
599 reinterpret_cast<LPARAM>(throbber_icons_[throbber_frame_]));

Completed in 692 milliseconds