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

/external/webkit/Tools/WebKitAPITest/tests/
H A DWebViewDestruction.cpp70 static void runMessagePump(DWORD timeoutMilliseconds) argument
75 while ((result = PeekMessageW(&msg, 0, 0, 0, PM_REMOVE)) && GetTickCount() - startTickCount <= timeoutMilliseconds) {

Completed in 334 milliseconds