Searched refs:jsOnDownFunc_ (Results 1 – 2 of 2) sorted by relevance
26 if (jsOnDownFunc_) { in CreateComponent()28 … [execCtx = args.GetExecutionContext(), func = std::move(jsOnDownFunc_)](BaseEventInfo* info) { in CreateComponent()96 jsOnDownFunc_ = handlerFunc; in JsHandlerOnTouch()
32 RefPtr<JsTouchFunction> jsOnDownFunc_; variable