Home
last modified time | relevance | path

Searched refs:timeout_raw (Results 1 – 2 of 2) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/builtins/
H A Dbuiltins-wasm-gen.cc141 TNode<IntPtrT> timeout_raw = in TF_BUILTIN() local
143 TNode<BigInt> timeout = BigIntFromInt64(timeout_raw); in TF_BUILTIN()
200 TNode<IntPtrT> timeout_raw = in TF_BUILTIN() local
202 TNode<BigInt> timeout = BigIntFromInt64(timeout_raw); in TF_BUILTIN()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/test/chromedriver/chrome/
H A Dchrome_desktop_impl.cc118 const base::TimeDelta& timeout_raw, in WaitForPageToLoad() argument
121 Timeout timeout(timeout_raw); in WaitForPageToLoad()