Searched refs:userGesture (Results 1 – 3 of 3) sorted by relevance
/external/v8/src/inspector/ |
D | v8-runtime-agent-impl.h | 67 Maybe<bool> generatePreview, Maybe<bool> userGesture, 78 Maybe<bool> generatePreview, Maybe<bool> userGesture,
|
D | v8-runtime-agent-impl.cc | 113 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()
|
D | js_protocol.pdl | 1140 optional boolean userGesture 1205 optional boolean userGesture
|