Home
last modified time | relevance | path

Searched defs:htmlText (Results 1 – 5 of 5) 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 DoSomethingInterestingWithMyAPI() local
/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 DoSomethingInterestingWithMyAPI() 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 DoSomethingInterestingWithMyAPI() local
/base/web/webview/ohos_adapter/pasteboard_adapter/src/
Dpasteboard_client_adapter_impl.cpp55 std::shared_ptr<std::string> htmlText, in PasteDataRecordAdapterImpl()
73 std::shared_ptr<std::string> htmlText, in NewRecord()
81 bool PasteDataRecordAdapterImpl::SetHtmlText(std::shared_ptr<std::string> htmlText) in SetHtmlText()
/base/web/webview/test/unittest/pasteboard_adapter/
Dpasteboard_client_adapter_test.cpp221 std::shared_ptr<std::string> htmlText = g_paster->GetHtmlText(); variable
614 std::shared_ptr<std::string> htmlText = std::make_shared<std::string>("test"); variable