Searched refs:waitToDumpWatchdogTimerInterval (Results 1 - 5 of 5) sorted by relevance

/external/webkit/Tools/WebKitTestRunner/InjectedBundle/win/
H A DLayoutTestControllerWin.cpp59 m_waitToDumpWatchdogTimer = ::SetTimer(0, waitToDumpWatchdogTimerIdentifier, waitToDumpWatchdogTimerInterval * 1000, WTR::waitToDumpWatchdogTimerFired);
/external/webkit/Tools/WebKitTestRunner/InjectedBundle/mac/
H A DLayoutTestControllerMac.mm55 m_waitToDumpWatchdogTimer.adoptCF(CFRunLoopTimerCreate(kCFAllocatorDefault, CFAbsoluteTimeGetCurrent() + waitToDumpWatchdogTimerInterval, 0, 0, 0, WTR::waitUntilDoneWatchdogTimerFired, NULL));
/external/webkit/Tools/WebKitTestRunner/InjectedBundle/qt/
H A DLayoutTestControllerQt.cpp71 m_waitToDumpWatchdogTimer.start(waitToDumpWatchdogTimerInterval * 1000);
/external/webkit/Tools/WebKitTestRunner/InjectedBundle/
H A DLayoutTestController.h157 static const double waitToDumpWatchdogTimerInterval; member in class:WTR::LayoutTestController
H A DLayoutTestController.cpp51 const double LayoutTestController::waitToDumpWatchdogTimerInterval = 6; member in class:WTR::LayoutTestController

Completed in 157 milliseconds