Searched refs:kThrobberIconCount (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/frame/
H A Dglass_browser_frame_view.h111 static const int kThrobberIconCount = 24; member in class:GlassBrowserFrameView
112 static HICON throbber_icons_[kThrobberIconCount];
H A Dglass_browser_frame_view.cc38 GlassBrowserFrameView::kThrobberIconCount];
568 throbber_frame_ = (throbber_frame_ + 1) % kThrobberIconCount;
597 for (int i = 0; i < kThrobberIconCount; ++i) {

Completed in 109 milliseconds