Searched refs:redraw_timer_ (Results 1 – 2 of 2) sorted by relevance
219 redraw_timer_.reset(new base::RepeatingTimer<WebPluginDelegateImpl>);265 if (redraw_timer_)266 redraw_timer_->Stop();668 if (plugin_visible && !redraw_timer_->IsRunning()) {669 redraw_timer_->Start(FROM_HERE,673 redraw_timer_->Stop();
396 scoped_ptr<base::RepeatingTimer<WebPluginDelegateImpl> > redraw_timer_; variable