Searched refs:throbber_frame_ (Results 1 – 4 of 4) sorted by relevance
57 throbber_frame_(0) { in TabIconView()83 throbber_frame_ = (throbber_frame_ + 1) % throbber_frame_count; in Update()90 throbber_frame_ = 0; in Update()99 PaintIcon(canvas, throbber, throbber_frame_ * image_size, 0, image_size, in PaintThrobber()
62 int throbber_frame_; variable
85 throbber_frame_(0) { in GlassBrowserFrameView()531 throbber_frame_ = 0; in StartThrobber()535 reinterpret_cast<LPARAM>(throbber_icons_[throbber_frame_])); in StartThrobber()568 throbber_frame_ = (throbber_frame_ + 1) % kThrobberIconCount; in DisplayNextThrobberFrame()571 reinterpret_cast<LPARAM>(throbber_icons_[throbber_frame_])); in DisplayNextThrobberFrame()
107 int throbber_frame_; variable