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

  /external/chromium/chrome/browser/ui/gtk/tabs/
tab_renderer_gtk.cc 107 waiting_animation_frames =
109 DCHECK(waiting_animation_frames);
110 DCHECK_EQ(waiting_animation_frames->width() %
111 waiting_animation_frames->height(), 0);
113 waiting_animation_frames->width() /
114 waiting_animation_frames->height();
129 : waiting_animation_frames(NULL),
    [all...]
tab_renderer_gtk.h 55 SkBitmap* waiting_animation_frames; member in struct:TabRendererGtk::LoadingAnimation::Data
77 const SkBitmap* waiting_animation_frames() const { function in class:TabRendererGtk::LoadingAnimation
78 return data_->waiting_animation_frames;

Completed in 781 milliseconds