Home
last modified time | relevance | path

Searched refs:redraw_timer_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/content/child/npapi/
Dwebplugin_delegate_impl_mac.mm219 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();
Dwebplugin_delegate_impl.h396 scoped_ptr<base::RepeatingTimer<WebPluginDelegateImpl> > redraw_timer_; variable