Home
last modified time | relevance | path

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

12

/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
/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/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
/aosp12/frameworks/native/docs/
H A DMakefile5 html: $(HEADERS) Doxyfile target
/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
/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/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/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()
/aosp12/frameworks/rs/script_api/
H A DUtilities.cpp98 string stripHtml(const string& html) { in stripHtml()
/aosp12/build/make/tools/droiddoc/templates-pdk/assets/
H A Dyui-3.3.0-reset-min.css8 html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldse… selector
/aosp12/art/tools/ahat/src/main/com/android/ahat/
H A DDocString.java226 public String html() { in html() method in DocString
/aosp12/build/soong/java/
H A Dlint.go94 html android.Path member
129 func (l LintDepSetsBuilder) Direct(html, text, xml android.Path) LintDepSetsBuilder { argument
/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
/aosp12/frameworks/base/packages/CarrierDefaultApp/src/com/android/carrierdefaultapp/
H A DCaptivePortalLoginActivity.java426 final String html = String.format(SSL_ERROR_HTML, getString(R.string.ssl_error_warning), in onReceivedSslError() local

12