Home
last modified time | relevance | path

Searched refs:aceData (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dace_extra_input_data.cpp68 AceExtraInputData aceData( in InsertInterpolatePoints() local
70 aceData.WriteToInput(pointerEvent, aceData); in InsertInterpolatePoints()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_pattern.cpp1728 void WebPattern::HandleOnDragDropLink(RefPtr<UnifiedData> aceData) in HandleOnDragDropLink() argument
1730 CHECK_NULL_VOID(aceData); in HandleOnDragDropLink()
1736 UdmfClient::GetInstance()->GetLinkRecord(aceData, linkUrl, linkTitle); in HandleOnDragDropLink()
1748 void WebPattern::HandleOnDragDropFile(RefPtr<UnifiedData> aceData) in HandleOnDragDropFile() argument
1750 CHECK_NULL_VOID(aceData); in HandleOnDragDropFile()
1755 UdmfClient::GetInstance()->GetFileUriRecord(aceData, urlVec); in HandleOnDragDropFile()
1793 RefPtr<UnifiedData> aceData = info->GetData(); in HandleOnDragDrop() local
1795 if (aceData && aceData->GetSize() >= 1) { in HandleOnDragDrop()
1810 UdmfClient::GetInstance()->GetHtmlRecord(aceData, htmlContent, plainContent); in HandleOnDragDrop()
1826 HandleOnDragDropLink(aceData); in HandleOnDragDrop()
[all …]
H A Dweb_pattern.h869 void HandleOnDragDropFile(RefPtr<UnifiedData> aceData);
870 void HandleOnDragDropLink(RefPtr<UnifiedData> aceData);