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

  /external/chromium_org/content/browser/renderer_host/
render_widget_host_impl.cc 240 hang_monitor_timeout_.reset(new TimeoutMonitor(
835 if (hang_monitor_timeout_)
836 hang_monitor_timeout_->Start(delay);
840 if (hang_monitor_timeout_)
841 hang_monitor_timeout_->Restart(
846 if (hang_monitor_timeout_)
847 hang_monitor_timeout_->Stop();
    [all...]
render_widget_host_impl.h 859 scoped_ptr<TimeoutMonitor> hang_monitor_timeout_; member in class:content::RenderWidgetHostImpl
    [all...]

Completed in 65 milliseconds