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

  /external/chromium_org/chrome/browser/ui/views/frame/
glass_browser_frame_view.h 107 static const int kThrobberIconCount = 24;
108 static HICON throbber_icons_[kThrobberIconCount];
glass_browser_frame_view.cc 40 GlassBrowserFrameView::kThrobberIconCount];
559 throbber_frame_ = (throbber_frame_ + 1) % kThrobberIconCount;
588 for (int i = 0; i < kThrobberIconCount; ++i) {

Completed in 53 milliseconds