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/
H A Dgetmimetype_fuzzer.cpp30 std::shared_ptr<std::string> htmlText = std::make_shared<std::string>(text); in GetMimeTypeFuzzTest() local
/base/web/webview/test/fuzztest/ohos_adapter/pasteboard_adapter/sethtmltext_fuzzer/
H A Dsethtmltext_fuzzer.cpp36 std::shared_ptr<std::string> htmlText = std::make_shared<std::string>(text); in SetHtmlTextFuzzTest() local
/base/web/webview/test/fuzztest/ohos_adapter/pasteboard_adapter/seturi_fuzzer/
H A Dseturi_fuzzer.cpp30 std::shared_ptr<std::string> htmlText = std::make_shared<std::string>(text); in SetUriFuzzTest() local
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H A Dark_paste_data_record_adapter_wrapper.cpp49 bool ArkPasteDataRecordAdapterWrapper::SetHtmlText(std::shared_ptr<std::string> htmlText) in SetHtmlText() argument
31 NewRecord( const std::string& mimeType, std::shared_ptr<std::string> htmlText, std::shared_ptr<std::string> plainText) NewRecord() argument
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H A Dark_paste_data_record_adapter_impl.cpp45 bool ArkPasteDataRecordAdapterImpl::SetHtmlText(void* htmlText) in SetHtmlText() argument
31 NewRecord( const ArkWebString& mimeType, void* htmlText, void* plainText) NewRecord() argument
/base/web/webview/test/unittest/pasteboard_adapter/
H A Dpasteboard_client_adapter_test.cpp302 std::shared_ptr<std::string> htmlText = g_paster->GetHtmlText(); in HWTEST_F() local
689 std::shared_ptr<std::string> htmlText = std::make_shared<std::string>("test"); in HWTEST_F() local
/base/web/webview/ohos_adapter/pasteboard_adapter/src/
H A Dpasteboard_client_adapter_impl.cpp92 bool PasteDataRecordAdapterImpl::SetHtmlText(std::shared_ptr<std::string> htmlText) in SetHtmlText() argument
64 PasteDataRecordAdapterImpl( const std::string& mimeType, std::shared_ptr<std::string> htmlText, std::shared_ptr<std::string> plainText) PasteDataRecordAdapterImpl() argument
82 NewRecord( const std::string& mimeType, std::shared_ptr<std::string> htmlText, std::shared_ptr<std::string> plainText) NewRecord() argument

Completed in 4 milliseconds