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

  /external/chromium_org/chrome/browser/ui/gtk/
titlebar_throb_animation.cc 14 std::vector<GdkPixbuf*>* g_throbber_frames = NULL; member in namespace:__anon6122
51 return (*g_throbber_frames)[current_frame_++ % g_throbber_frames->size()];
62 if (g_throbber_frames)
66 g_throbber_frames = new std::vector<GdkPixbuf*>;
67 MakeThrobberFrames(IDR_THROBBER_LIGHT, g_throbber_frames);
  /external/chromium/chrome/browser/ui/gtk/
browser_titlebar.cc 888 static std::vector<GdkPixbuf*>* g_throbber_frames = NULL; variable
    [all...]

Completed in 63 milliseconds