Lines Matching defs:action
864 context->CheckAndLogLastReceivedMouseEventInfo(event.touchEventId, event.action);
873 context->CheckAndLogLastConsumedMouseEventInfo(event.touchEventId, event.action);
889 context->CheckAndLogLastReceivedAxisEventInfo(event.touchEventId, event.action);
898 context->CheckAndLogLastConsumedAxisEventInfo(event.touchEventId, event.action);
1037 const DragEventAction& action, const RefPtr<NG::FrameNode>& node) {
1040 auto callback = [context, pointerEvent, action, node]() {
1041 context->OnDragEvent(pointerEvent, action, node);
3178 int32_t action, int64_t offset)
3183 [weak = WeakClaim(this), elementId, &actionArguments, action, offset, &IsExecuted]() {
3194 elementId, actionArguments, action, ngPipeline, offset);