Searched defs:dwTimeOut (Results 1 – 2 of 2) sorted by relevance
/external/pdfium/fxjs/ | ||
D | global_timer.cpp | 30 uint32_t dwTimeOut) in GlobalTimer() |
D | cjs_app.cpp | 332 uint32_t dwTimeOut = params.size() > 1 ? pRuntime->ToInt32(params[1]) : 1000; in setTimeOut() local |