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

  /external/webkit/Tools/DumpRenderTree/chromium/
TestShellMac.mm 111 NSTimeInterval timeoutSeconds = layoutTestTimeoutForWatchDog() / 1000;
TestShellGtk.cpp 178 alarm(layoutTestTimeoutForWatchDog() / 1000);
TestShell.h 139 int layoutTestTimeoutForWatchDog() { return layoutTestTimeout() + 1000; }
TestShellWin.cpp 64 DWORD timeout = static_cast<DWORD>(shell->layoutTestTimeoutForWatchDog());

Completed in 47 milliseconds