Home
last modified time | relevance | path

Searched defs:html (Results 1 – 25 of 33) sorted by relevance

12

/ohos5.0/foundation/distributeddatamgr/udmf/framework/jskitsimpl/data/
H A Dhtml_napi.cpp48 auto *html = new (std::nothrow) HtmlNapi(); in New() local
59 auto *html = new (std::nothrow) HtmlNapi(); in NewInstance() local
68 auto *html = static_cast<HtmlNapi *>(data); in Destructor() local
85 auto html = GetHtml(env, info, ctxt); in GetPlainContent() local
107 auto html = static_cast<HtmlNapi *>(ctxt->native); in SetPlainContent() local
118 auto html = GetHtml(env, info, ctxt); in GetHtmlContent() local
140 auto html = static_cast<HtmlNapi *>(ctxt->native); in SetHtmlContent() local
/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/test/src/
H A Dweb_controller_test.cpp59 std::shared_ptr<std::string> html( variable
76 std::shared_ptr<std::string> html( variable
93 std::shared_ptr<std::string> html( variable
110 std::shared_ptr<std::string> html( variable
136 std::shared_ptr<std::string> html( variable
182 std::shared_ptr<std::string> html( variable
236 std::shared_ptr<std::string> html( variable
253 std::shared_ptr<std::string> html( variable
273 std::shared_ptr<std::string> html( variable
320 std::shared_ptr<std::string> html( variable
H A Dpaste_data_entry_test.cpp159 auto html = entry.ConvertToHtml(); variable
H A Dpasteboard_client_udmf_delay_test.cpp163 Html html; in SetHtmlUnifiedData() local
468 auto html = static_cast<Html *>(unifiedRecord.get()); variable
/ohos5.0/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/test/unittest/
H A Dhtml_test.cpp147 Html html; variable
162 Html html; variable
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H A Dark_paste_data_adapter_impl.cpp27 void ArkPasteDataAdapterImpl::AddHtmlRecord(const ArkWebString& html) in AddHtmlRecord()
45 std::shared_ptr<std::string>* html = static_cast<std::shared_ptr<std::string>*>(data); in GetPrimaryHtml() local
H A Dark_paste_data_record_adapter_impl.cpp34 std::shared_ptr<std::string>* html = static_cast<std::shared_ptr<std::string>*>(htmlText); in NewRecord() local
74 std::shared_ptr<std::string>* html = static_cast<std::shared_ptr<std::string>*>(data); in GetHtmlText() local
/ohos5.0/foundation/distributeddatamgr/udmf/framework/ndkimpl/unittest/
H A Duds_test.cpp336 auto html = OH_UdsHtml_Create(); variable
350 auto html = OH_UdsHtml_Create(); variable
371 auto html = OH_UdsHtml_Create(); variable
393 auto html = OH_UdsHtml_Create(); variable
415 auto html = OH_UdsHtml_Create(); variable
441 auto html = OH_UdsHtml_Create(); variable
H A Dudmf_test.cpp910 OH_UdsHtml html; variable
936 OH_UdsHtml html; variable
1174 OH_UdsHtml* html = OH_UdsHtml_Create(); variable
1537 OH_UdsHtml *html = OH_UdsHtml_Create(); variable
1577 OH_UdsHtml *html = OH_UdsHtml_Create(); variable
1630 OH_UdsHtml html; variable
1666 OH_UdsHtml *html = OH_UdsHtml_Create(); variable
1702 OH_UdsHtml *html = OH_UdsHtml_Create(); variable
/ohos5.0/base/web/webview/test/fuzztest/ohos_adapter/pasteboard_adapter/addhtmlrecord_fuzzer/
H A Daddhtmlrecord_fuzzer.cpp28 std::string html((const char*)data, size); in AddHtmlRecordFuzzTest() local
/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/innerkits/src/
H A Dpasteboard_web_controller.cpp48 const std::shared_ptr<std::string> &html, uint32_t recordId) noexcept in SplitHtml2Records()
78 std::shared_ptr<std::string> html = item->GetHtmlText(); in RebuildHtml() local
108 const std::shared_ptr<std::string> html) noexcept in SplitHtmlWithImgLabel()
215 auto html = htmlEntry->ConvertToHtml(); in ReplaceHtmlRecordContentByExtraUris() local
H A Dpasteboard_utils.cpp330 auto html = static_cast<UDMF::Html*>(record.get()); in Html2PasteRecord() local
362 auto html = std::make_shared<UDMF::Html>(UDMF::HTML, *udmfValue); in PasteRecord2Html() local
H A Dpaste_data_entry.cpp340 auto html = ConvertToHtml(); in HasContent() local
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H A Dark_paste_data_adapter_wrapper.cpp25 void ArkPasteDataAdapterWrapper::AddHtmlRecord(const std::string& html) in AddHtmlRecord()
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/capability/html/
H A Dspan_to_html.cpp34 …CE_FORCE_EXPORT int OHOS_ACE_ConvertHmtlToSpanString(std::vector<uint8_t>& span, std::string& html) in OHOS_ACE_ConvertHmtlToSpanString()
167 std::string html; in DeclarationToHtml() local
592 const std::string html = sth.ToHtml(*str); in ToHtml() local
H A Dhtml_to_span.cpp1121 RefPtr<MutableSpanString> HtmlToSpan::ToSpanString(const std::string& html, const bool isNeedLoadPi… in ToSpanString()
1147 RefPtr<MutableSpanString> HtmlUtils::FromHtml(const std::string& html) in FromHtml()
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
H A Dark_web_drag_data_impl.cpp66 bool ArkWebDragDataImpl::SetFragmentHtml(const ArkWebString& html) in SetFragmentHtml()
/ohos5.0/foundation/distributeddatamgr/udmf/framework/ndkimpl/data/
H A Dudmf.cpp270 static int GetFirstHtml(OH_UdmfRecord **records, unsigned int recordCount, OH_UdsHtml* html) in GetFirstHtml()
304 int OH_UdmfData_GetPrimaryHtml(OH_UdmfData* data, OH_UdsHtml* html) in OH_UdmfData_GetPrimaryHtml()
554 int OH_UdmfRecord_AddHtml(OH_UdmfRecord* record, OH_UdsHtml* html) in OH_UdmfRecord_AddHtml()
665 int OH_UdmfRecord_GetHtml(OH_UdmfRecord* record, OH_UdsHtml* html) in OH_UdmfRecord_GetHtml()
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_drag_data_wrapper.cpp102 bool ArkWebDragDataWrapper::SetFragmentHtml(const std::string& html) in SetFragmentHtml()
/ohos5.0/foundation/distributeddatamgr/pasteboard/interfaces/ndk/unittest/
H A Dpasteboard_capi_test.cpp164 OH_UdsHtml* html = OH_UdsHtml_Create(); in GetDataCallback() local
459 char html[] = "<div class='disabled'>hello</div>"; variable
795 OH_UdsHtml *html = OH_UdsHtml_Create(); variable
/ohos5.0/foundation/distributeddatamgr/udmf/framework/common/unittest/
H A Dtlv_util_test.cpp340 …std::shared_ptr<UnifiedRecord> html = std::make_shared<Html>(UDType::HTML, "this is a HTML content… variable
561 …std::shared_ptr<UnifiedRecord> html = std::make_shared<Html>(UDType::HTML, "this is a HTML content… variable
/ohos5.0/base/web/webview/ohos_adapter/pasteboard_adapter/src/
H A Dpasteboard_client_adapter_impl.cpp454 void PasteDataAdapterImpl::AddHtmlRecord(const std::string& html) in AddHtmlRecord()
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/capability/udmf/
H A Dudmf_impl.cpp267 UDMF::Html* html = reinterpret_cast<UDMF::Html*>(record.get()); in GetHtmlRecord() local
/ohos5.0/base/web/webview/test/unittest/pasteboard_adapter/
H A Dpasteboard_client_adapter_test.cpp307 std::shared_ptr<std::string> html = g_pasternull->GetHtmlText(); variable
/ohos5.0/foundation/distributeddatamgr/udmf/framework/jskitsimpl/unittest/
H A DUdmfJsTest.js1489 let html = { class in AnonymousFunction994d75ed0100.AnonymousFunction994d75ed2600

12