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

  /external/chromium/chrome/browser/ui/views/tabs/
base_tab.cc 390 static int loading_animation_frame_count = 0; local
397 loading_animation_frame_count =
403 waiting_animation_frame_count / loading_animation_frame_count;
411 loading_animation_frame_ = loading_animation_frame_count -
418 waiting_animation_frame_count : loading_animation_frame_count);
  /external/chromium/chrome/browser/ui/gtk/tabs/
tab_renderer_gtk.cc 103 loading_animation_frame_count =
118 loading_animation_frame_count;
131 loading_animation_frame_count(loading),
181 animation_frame_ = data_->loading_animation_frame_count -
192 data_->loading_animation_frame_count);
    [all...]
tab_renderer_gtk.h 57 int loading_animation_frame_count; member in struct:TabRendererGtk::LoadingAnimation::Data

Completed in 365 milliseconds