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

  /external/webkit/Tools/DumpRenderTree/chromium/
TestShell.h 138 int layoutTestTimeout() { return m_timeout; }
139 int layoutTestTimeoutForWatchDog() { return layoutTestTimeout() + 1000; }
DumpRenderTree.cpp 79 int oldTimeoutMsec = shell.layoutTestTimeout();
LayoutTestController.cpp 361 postDelayedTask(new NotifyDoneTimedOutTask(this), m_shell->layoutTestTimeout());
    [all...]

Completed in 767 milliseconds