Home
last modified time | relevance | path

Searched refs:CreateHtmlRecord (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/pasteboard/interfaces/kits/napi/include/
H A Dpasteboard_napi.h44 static napi_value CreateHtmlRecord(napi_env env, napi_value in);
/ohos5.0/foundation/distributeddatamgr/pasteboard/interfaces/kits/napi/src/
H A Dnapi_pasteboard.cpp31 napi_value PasteboardNapi::CreateHtmlRecord(napi_env env, napi_value in) in CreateHtmlRecord() function in OHOS::MiscServicesNapi::PasteboardNapi
257 return CreateHtmlRecord(env, argv[0]); in JScreateHtmlTextRecord()
583 …{ "text/html", &PasteboardNapi::CreateHtmlRecord }, { "text/plain", &PasteboardNapi::CreatePlainTe…