num_frames_        68 chrome/browser/ui/gtk/throbber_gtk.cc       static_cast<int>(animation_.GetCurrentValue() * (num_frames_ - 1));
num_frames_        99 chrome/browser/ui/gtk/throbber_gtk.cc   num_frames_ = width / height;
num_frames_        69 chrome/browser/ui/gtk/throbber_gtk.h   int num_frames_;
num_frames_        70 third_party/libwebp/demux/demux.c   int num_frames_;
num_frames_       326 third_party/libwebp/demux/demux.c   status = StoreFrame(dmux->num_frames_ + 1, anmf_payload_size, mem, frame);
num_frames_       330 third_party/libwebp/demux/demux.c       ++dmux->num_frames_;
num_frames_       367 third_party/libwebp/demux/demux.c       dmux->num_frames_ = 1;
num_frames_       457 third_party/libwebp/demux/demux.c       dmux->num_frames_ = 1;
num_frames_       785 third_party/libwebp/demux/demux.c     case WEBP_FF_FRAME_COUNT:      return (uint32_t)dmux->num_frames_;
num_frames_       857 third_party/libwebp/demux/demux.c   iter->num_frames     = dmux->num_frames_;
num_frames_       879 third_party/libwebp/demux/demux.c   if (frame_num > dmux->num_frames_) return 0;
num_frames_       880 third_party/libwebp/demux/demux.c   if (frame_num == 0) frame_num = dmux->num_frames_;