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

  /external/chromium/chrome/browser/ui/gtk/tabs/
tab_renderer_gtk.h 56 SkBitmap* loading_animation_frames; member in struct:TabRendererGtk::LoadingAnimation::Data
80 const SkBitmap* loading_animation_frames() const { function in class:TabRendererGtk::LoadingAnimation
81 return data_->loading_animation_frames;
tab_renderer_gtk.cc 99 loading_animation_frames = theme_provider->GetBitmapNamed(IDR_THROBBER);
100 DCHECK(loading_animation_frames);
101 DCHECK_EQ(loading_animation_frames->width() %
102 loading_animation_frames->height(), 0);
104 loading_animation_frames->width() /
105 loading_animation_frames->height();
130 loading_animation_frames(NULL),
    [all...]

Completed in 208 milliseconds