capture_timer_    444 chrome/renderer/chrome_render_view_observer.cc   capture_timer_.Start(
capture_timer_    115 chrome/renderer/chrome_render_view_observer.h   base::Timer capture_timer_;
capture_timer_     60 remoting/host/audio_capturer_win.cc   capture_timer_.reset(new base::RepeatingTimer<AudioCapturerWin>());
capture_timer_    196 remoting/host/audio_capturer_win.cc   capture_timer_->Start(FROM_HERE,
capture_timer_    207 remoting/host/audio_capturer_win.cc   capture_timer_.reset();
capture_timer_    218 remoting/host/audio_capturer_win.cc   return capture_timer_.get() != NULL;
capture_timer_     42 remoting/host/audio_capturer_win.h   scoped_ptr<base::RepeatingTimer<AudioCapturerWin> > capture_timer_;
capture_timer_    143 remoting/host/video_scheduler.cc     if (!is_paused_ && capture_timer_ && !capture_timer_->IsRunning())
capture_timer_    169 remoting/host/video_scheduler.cc   DCHECK(!capture_timer_);
capture_timer_    175 remoting/host/video_scheduler.cc   capture_timer_.reset(new base::OneShotTimer<VideoScheduler>());
capture_timer_    189 remoting/host/video_scheduler.cc   capture_timer_.reset();
capture_timer_    195 remoting/host/video_scheduler.cc   capture_timer_->Start(FROM_HERE,
capture_timer_    174 remoting/host/video_scheduler.h   scoped_ptr<base::OneShotTimer<VideoScheduler> > capture_timer_;