Searched refs:layoutTestTimeoutForWatchDog (Results 1 - 4 of 4) sorted by relevance

/external/webkit/Tools/DumpRenderTree/chromium/
H A DTestShellMac.mm111 NSTimeInterval timeoutSeconds = layoutTestTimeoutForWatchDog() / 1000;
H A DTestShellGtk.cpp178 alarm(layoutTestTimeoutForWatchDog() / 1000);
H A DTestShell.h139 int layoutTestTimeoutForWatchDog() { return layoutTestTimeout() + 1000; } function in class:TestShell
H A DTestShellWin.cpp64 DWORD timeout = static_cast<DWORD>(shell->layoutTestTimeoutForWatchDog());

Completed in 72 milliseconds