Home
last modified time | relevance | path

Searched refs:onDragLeaveId (Results 1 - 7 of 7) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components/text/
H A Dtext_component.h113 void SetOnDragLeaveId(const OnDropFunc& onDragLeaveId) in SetOnDragLeaveId() argument
115 onDragLeaveId_ = onDragLeaveId; in SetOnDragLeaveId()
/foundation/arkui/ace_engine/frameworks/core/components/image/
H A Dimage_component.h135 void SetOnDragLeaveId(const OnDropFunc& onDragLeaveId) in SetOnDragLeaveId() argument
137 onDragLeaveId_ = onDragLeaveId; in SetOnDragLeaveId()
/foundation/arkui/ace_engine/frameworks/core/components/box/
H A Dbox_component.h319 void SetOnDragLeaveId(const OnDropFunc& onDragLeaveId) in SetOnDragLeaveId() argument
321 onDragLeaveId_ = onDragLeaveId; in SetOnDragLeaveId()
/foundation/arkui/ace_engine/frameworks/core/components/web/
H A Dweb_component.h1003 void SetOnDragLeaveId(const OnDropFunc& onDragLeaveId) in SetOnDragLeaveId() argument
1005 onDragLeaveId_ = onDragLeaveId; in SetOnDragLeaveId()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_text.cpp897 auto onDragLeaveId = [execCtx = info.GetExecutionContext(), func = std::move(jsOnDragLeaveFunc), node = frameNode]( in JsOnDragLeave() local
904 TextModel::GetInstance()->SetOnDragLeave(std::move(onDragLeaveId)); in JsOnDragLeave()
H A Djs_web.cpp3984 auto onDragLeaveId = [execCtx = info.GetExecutionContext(), func = std::move(jsOnDragLeaveFunc), node = frameNode]( in JsOnDragLeave() local
3998 WebModel::GetInstance()->SetOnDragLeave(onDragLeaveId); in JsOnDragLeave()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_pattern.cpp1642 auto onDragLeaveId = [weak = WeakClaim(this)](const RefPtr<OHOS::Ace::DragEvent>& info, in InitWebEventHubDragDropEnd() local
1649 "DragDrop event WebEventHub onDragLeaveId, x:%{public}lf, y:%{public}lf, webId:%{public}d", in InitWebEventHubDragDropEnd()
1666 eventHub->SetOnDragLeave(std::move(onDragLeaveId)); in InitWebEventHubDragDropEnd()

Completed in 28 milliseconds