Searched refs:CheckTimedOut (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/content/browser/renderer_host/input/
H A Dtimeout_monitor.cc33 // CheckTimedOut handles that that by calling Start with the remaining time.
43 timeout_timer_.Start(FROM_HERE, delay, this, &TimeoutMonitor::CheckTimedOut);
58 void TimeoutMonitor::CheckTimedOut() { function in class:content::TimeoutMonitor
H A Dtimeout_monitor.h34 void CheckTimedOut();

Completed in 103 milliseconds