Searched defs:waitToDumpWatchdogTimerFired (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Tools/WebKitTestRunner/InjectedBundle/win/
H A DLayoutTestControllerWin.cpp47 static void CALLBACK waitToDumpWatchdogTimerFired(HWND, UINT, UINT_PTR, DWORD) function in namespace:WTR
49 InjectedBundle::shared().layoutTestController()->waitToDumpWatchdogTimerFired();
59 m_waitToDumpWatchdogTimer = ::SetTimer(0, waitToDumpWatchdogTimerIdentifier, waitToDumpWatchdogTimerInterval * 1000, WTR::waitToDumpWatchdogTimerFired);
/external/webkit/Tools/WebKitTestRunner/InjectedBundle/
H A DLayoutTestController.cpp137 void LayoutTestController::waitToDumpWatchdogTimerFired() function in class:WTR::LayoutTestController
/external/webkit/Tools/DumpRenderTree/
H A DLayoutTestController.cpp2370 void LayoutTestController::waitToDumpWatchdogTimerFired() function in class:LayoutTestController

Completed in 56 milliseconds