Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/core/components/text/
H A Dtext_component.h93 void SetOnDragEnterId(const OnDropFunc& onDragEnterId) in SetOnDragEnterId() argument
95 onDragEnterId_ = onDragEnterId; in SetOnDragEnterId()
/foundation/arkui/ace_engine/frameworks/core/components/image/
H A Dimage_component.h115 void SetOnDragEnterId(const OnDropFunc& onDragEnterId) in SetOnDragEnterId() argument
117 onDragEnterId_ = onDragEnterId; in SetOnDragEnterId()
/foundation/arkui/ace_engine/frameworks/core/components/box/
H A Dbox_component.h279 void SetOnDragEnterId(const OnDropFunc& onDragEnterId) in SetOnDragEnterId() argument
281 onDragEnterId_ = onDragEnterId; in SetOnDragEnterId()
/foundation/arkui/ace_engine/frameworks/core/components/web/
H A Dweb_component.h983 void SetOnDragEnterId(const OnDropFunc& onDragEnterId) in SetOnDragEnterId() argument
985 onDragEnterId_ = onDragEnterId; in SetOnDragEnterId()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_text.cpp865 auto onDragEnterId = [execCtx = info.GetExecutionContext(), func = std::move(jsOnDragEnterFunc), node = frameNode]( in JsOnDragEnter() local
872 TextModel::GetInstance()->SetOnDragEnter(std::move(onDragEnterId)); in JsOnDragEnter()
H A Djs_web.cpp3934 auto onDragEnterId = [execCtx = info.GetExecutionContext(), func = std::move(jsOnDragEnterFunc), node = frameNode]( in JsOnDragEnter() local
3948 WebModel::GetInstance()->SetOnDragEnter(onDragEnterId); in JsOnDragEnter()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_pattern.cpp1572 auto onDragEnterId = [weak = WeakClaim(this)](const RefPtr<OHOS::Ace::DragEvent>& info, in InitWebEventHubDragDropStart() local
1579 "DragDrop event WebEventHub onDragEnterId, x:%{public}lf, y:%{public}lf, webId:%{public}d", in InitWebEventHubDragDropStart()
1591 eventHub->SetOnDragEnter(std::move(onDragEnterId)); in InitWebEventHubDragDropStart()

Completed in 44 milliseconds