Home
last modified time | relevance | path

Searched defs:htmlText (Results 1 – 7 of 7) sorted by relevance

/base/web/webview/test/fuzztest/ohos_adapter/pasteboard_adapter/getmimetype_fuzzer/
Dgetmimetype_fuzzer.cpp30 std::shared_ptr<std::string> htmlText = std::make_shared<std::string>(text); in GetMimeTypeFuzzTest() local
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
Dark_paste_data_record_adapter_wrapper.cpp32 …const std::string& mimeType, std::shared_ptr<std::string> htmlText, std::shared_ptr<std::string> p… in NewRecord()
49 bool ArkPasteDataRecordAdapterWrapper::SetHtmlText(std::shared_ptr<std::string> htmlText) in SetHtmlText()
/base/web/webview/test/fuzztest/ohos_adapter/pasteboard_adapter/seturi_fuzzer/
Dseturi_fuzzer.cpp30 std::shared_ptr<std::string> htmlText = std::make_shared<std::string>(text); in SetUriFuzzTest() local
/base/web/webview/test/fuzztest/ohos_adapter/pasteboard_adapter/sethtmltext_fuzzer/
Dsethtmltext_fuzzer.cpp36 std::shared_ptr<std::string> htmlText = std::make_shared<std::string>(text); in SetHtmlTextFuzzTest() local
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
Dark_paste_data_record_adapter_impl.cpp32 const ArkWebString& mimeType, void* htmlText, void* plainText) in NewRecord()
45 bool ArkPasteDataRecordAdapterImpl::SetHtmlText(void* htmlText) in SetHtmlText()
/base/web/webview/ohos_adapter/pasteboard_adapter/src/
Dpasteboard_client_adapter_impl.cpp73 std::shared_ptr<std::string> htmlText, in PasteDataRecordAdapterImpl()
93 std::shared_ptr<std::string> htmlText, in NewRecord()
101 bool PasteDataRecordAdapterImpl::SetHtmlText(std::shared_ptr<std::string> htmlText) in SetHtmlText()
107 std::shared_ptr<std::string> htmlText, std::shared_ptr<std::string> plainText) in SetHtmlText()
134 if (auto htmlText = record_->GetHtmlText(); htmlText && !htmlText->empty()) { in SetPlainText() local
/base/web/webview/test/unittest/pasteboard_adapter/
Dpasteboard_client_adapter_test.cpp302 std::shared_ptr<std::string> htmlText = g_paster->GetHtmlText(); variable
689 std::shared_ptr<std::string> htmlText = std::make_shared<std::string>("test"); variable