Searched refs:CreateDragNode (Results 1 – 8 of 8) sorted by relevance
27 RefPtr<FrameNode> RichEditorDragPattern::CreateDragNode(const RefPtr<FrameNode>& hostNode, in CreateDragNode() function in OHOS::Ace::NG::RichEditorDragPattern61 RefPtr<FrameNode> RichEditorDragPattern::CreateDragNode( in CreateDragNode() function in OHOS::Ace::NG::RichEditorDragPattern65 return RichEditorDragPattern::CreateDragNode(hostNode, imageChildren, info); in CreateDragNode()68 RefPtr<FrameNode> RichEditorDragPattern::CreateDragNode( in CreateDragNode() function in OHOS::Ace::NG::RichEditorDragPattern74 auto dragNode = CreateDragNode(hostNode, info); in CreateDragNode()
40 static RefPtr<FrameNode> CreateDragNode(43 static RefPtr<FrameNode> CreateDragNode(81 …static RefPtr<FrameNode> CreateDragNode(const RefPtr<FrameNode>& hostNode, const RichEditorDragInf…
88 static RefPtr<FrameNode> CreateDragNode(const RefPtr<FrameNode>& hostNode);
71 RefPtr<FrameNode> TextDragPattern::CreateDragNode(const RefPtr<FrameNode>& hostNode) in CreateDragNode() function in OHOS::Ace::NG::TextDragPattern
155 dragNode_ = TextDragPattern::CreateDragNode(frameNode_); in GetInstance()
1990 …pattern->dragNode_ = RichEditorDragPattern::CreateDragNode(pattern->GetHost(), imageChildren, info… in GetThumbnailCallback()
1924 pattern->dragNode_ = TextDragPattern::CreateDragNode(frameNode); in GetThumbnailCallback()
7435 pattern->dragNode_ = RichEditorDragPattern::CreateDragNode(host, imageChildren, info); in OnBackPressed()