Searched refs:htmlText (Results 1 – 7 of 7) sorted by relevance
| /base/web/webview/test/fuzztest/ohos_adapter/pasteboard_adapter/getmimetype_fuzzer/ |
| D | getmimetype_fuzzer.cpp | 29 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/ |
| D | seturi_fuzzer.cpp | 29 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/ |
| D | sethtmltext_fuzzer.cpp | 36 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/ |
| D | pasteboard_client_adapter_impl.cpp | 55 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/ |
| D | pasteboard_client_adapter.h | 105 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/ |
| D | pasteboard_client_adapter_impl.h | 40 std::shared_ptr<std::string> htmlText, 43 bool SetHtmlText(std::shared_ptr<std::string> htmlText) override;
|
| /base/web/webview/test/unittest/pasteboard_adapter/ |
| D | pasteboard_client_adapter_test.cpp | 221 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);
|