OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 63 milliseconds