Home
last modified time | relevance | path

Searched refs:userGesture (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/inspector/
Dv8-runtime-agent-impl.h67 Maybe<bool> generatePreview, Maybe<bool> userGesture,
78 Maybe<bool> generatePreview, Maybe<bool> userGesture,
Dv8-runtime-agent-impl.cc113 bool silent, bool returnByValue, bool generatePreview, bool userGesture, in innerCallFunctionOn() argument
138 if (userGesture) scope.pretendUserGesture(); in innerCallFunctionOn()
235 Maybe<bool> generatePreview, Maybe<bool> userGesture, in evaluate() argument
256 if (userGesture.fromMaybe(false)) scope.pretendUserGesture(); in evaluate()
325 Maybe<bool> userGesture, Maybe<bool> awaitPromise, in callFunctionOn() argument
349 userGesture.fromMaybe(false), awaitPromise.fromMaybe(false), in callFunctionOn()
372 userGesture.fromMaybe(false), awaitPromise.fromMaybe(false), in callFunctionOn()
Djs_protocol.pdl1140 optional boolean userGesture
1205 optional boolean userGesture