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

  /external/chromium_org/content/renderer/pepper/
pepper_hung_plugin_filter.cc 102 base::TimeTicks PepperHungPluginFilter::GetHungTime() const {
126 return base::TimeTicks::Now() > GetHungTime();
136 base::TimeDelta delay = GetHungTime() - base::TimeTicks::Now();
pepper_hung_plugin_filter.h 63 base::TimeTicks GetHungTime() const;

Completed in 23 milliseconds