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

  /external/chromium_org/content/browser/renderer_host/
render_widget_host_impl.cc 863 // Set time_when_considered_hung_ if it's null. Also, update
864 // time_when_considered_hung_ if the caller's request is sooner than the
868 if (time_when_considered_hung_.is_null() ||
869 time_when_considered_hung_ > requested_end_time)
870 time_when_considered_hung_ = requested_end_time;
876 // If time_when_considered_hung_ was null, this timer may fire early.
879 // If time_when_considered_hung_ was non-null, it means we still haven't
880 // heard from the renderer so we leave time_when_considered_hung_ as is.
886 time_when_considered_hung_ = requested_end_time;
894 time_when_considered_hung_ = Time()
    [all...]
render_widget_host_impl.h 837 base::Time time_when_considered_hung_; member in class:content::RenderWidgetHostImpl
    [all...]

Completed in 244 milliseconds