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

  /external/chromium_org/chrome/browser/ui/views/
tab_icon_view.cc 57 throbber_frame_(0) {
83 throbber_frame_ = (throbber_frame_ + 1) % throbber_frame_count;
90 throbber_frame_ = 0;
99 PaintIcon(canvas, throbber, throbber_frame_ * image_size, 0, image_size,
tab_icon_view.h 62 int throbber_frame_; member in class:TabIconView
  /external/chromium_org/chrome/browser/ui/views/frame/
glass_browser_frame_view.h 103 int throbber_frame_; member in class:GlassBrowserFrameView
glass_browser_frame_view.cc 87 throbber_frame_(0) {
522 throbber_frame_ = 0;
526 reinterpret_cast<LPARAM>(throbber_icons_[throbber_frame_]));
559 throbber_frame_ = (throbber_frame_ + 1) % kThrobberIconCount;
562 reinterpret_cast<LPARAM>(throbber_icons_[throbber_frame_]));

Completed in 99 milliseconds