Home
last modified time | relevance | path

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

/base/web/webview/test/fuzztest/ohos_adapter/pasteboard_adapter/getmimetype_fuzzer/
Dgetmimetype_fuzzer.cpp29 std::shared_ptr<std::string> htmlText = std::make_shared<std::string>(text); in GetMimeTypeFuzzTest() local
31 std::make_shared<PasteDataRecordAdapterImpl>(text, htmlText, plainText); in GetMimeTypeFuzzTest()
/base/web/webview/test/fuzztest/ohos_adapter/pasteboard_adapter/seturi_fuzzer/
Dseturi_fuzzer.cpp29 std::shared_ptr<std::string> htmlText = std::make_shared<std::string>(text); in SetUriFuzzTest() local
31 PasteDataRecordAdapter::NewRecord(text, htmlText, plainText); in SetUriFuzzTest()
/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
37 dataRecordAdapter->SetHtmlText(htmlText); in SetHtmlTextFuzzTest()
/base/web/webview/ohos_adapter/pasteboard_adapter/src/
Dpasteboard_client_adapter_impl.cpp55 std::shared_ptr<std::string> htmlText, in PasteDataRecordAdapterImpl() argument
59 htmlText, in PasteDataRecordAdapterImpl()
73 std::shared_ptr<std::string> htmlText, in NewRecord() argument
77 htmlText, in NewRecord()
81 bool PasteDataRecordAdapterImpl::SetHtmlText(std::shared_ptr<std::string> htmlText) in SetHtmlText() argument
84 record_ = builder_->SetHtmlText(htmlText).Build(); in SetHtmlText()
/base/web/webview/ohos_adapter/interfaces/
Dpasteboard_client_adapter.h105 std::shared_ptr<std::string> htmlText,
108 virtual bool SetHtmlText(std::shared_ptr<std::string> htmlText) = 0;
/base/web/webview/ohos_adapter/pasteboard_adapter/include/
Dpasteboard_client_adapter_impl.h40 std::shared_ptr<std::string> htmlText,
43 bool SetHtmlText(std::shared_ptr<std::string> htmlText) override;
/base/web/webview/test/unittest/pasteboard_adapter/
Dpasteboard_client_adapter_test.cpp221 std::shared_ptr<std::string> htmlText = g_paster->GetHtmlText(); variable
222 if (htmlText == nullptr) {
604 std::shared_ptr<std::string> htmlText = std::make_shared<std::string>("test"); variable
605 if (htmlText == nullptr) {
609 bool reset = g_datarecordnull->SetHtmlText(htmlText);
611 reset = g_datarecord->SetHtmlText(htmlText);