Home
last modified time | relevance | path

Searched refs:SetHtmlText (Results 1 – 5 of 5) sorted by relevance

/base/web/webview/test/fuzztest/ohos_adapter/pasteboard_adapter/sethtmltext_fuzzer/
Dsethtmltext_fuzzer.cpp37 dataRecordAdapter->SetHtmlText(htmlText); in DoSomethingInterestingWithMyAPI()
/base/web/webview/ohos_adapter/interfaces/
Dpasteboard_client_adapter.h100 virtual bool SetHtmlText(std::shared_ptr<std::string> htmlText) = 0;
/base/web/webview/ohos_adapter/pasteboard_adapter/include/
Dpasteboard_client_adapter_impl.h43 bool SetHtmlText(std::shared_ptr<std::string> htmlText) override;
/base/web/webview/ohos_adapter/pasteboard_adapter/src/
Dpasteboard_client_adapter_impl.cpp81 bool PasteDataRecordAdapterImpl::SetHtmlText(std::shared_ptr<std::string> htmlText) in SetHtmlText() function in OHOS::NWeb::PasteDataRecordAdapterImpl
84 record_ = builder_->SetHtmlText(htmlText).Build(); in SetHtmlText()
/base/web/webview/test/unittest/pasteboard_adapter/
Dpasteboard_client_adapter_test.cpp540 record->SetHtmlText(pasteData);
619 bool reset = g_datarecordnull->SetHtmlText(htmlText);
621 reset = g_datarecord->SetHtmlText(htmlText);