Searched defs:htmlText (Results 1 – 9 of 9) sorted by relevance
44 std::shared_ptr<std::string> htmlText = std::make_shared<std::string>(text); in SetHtmlTextFuzzTest() local75 std::shared_ptr<std::string> htmlText = std::make_shared<std::string>(text); in SetHtmlText1FuzzTest() local
32 …const std::string& mimeType, std::shared_ptr<std::string> htmlText, std::shared_ptr<std::string> p… in NewRecord()49 bool ArkPasteDataRecordAdapterWrapper::SetHtmlText(std::shared_ptr<std::string> htmlText) in SetHtmlText()54 bool ArkPasteDataRecordAdapterWrapper::SetHtmlTextV2(std::shared_ptr<std::string> htmlText) in SetHtmlTextV2()
32 const ArkWebString& mimeType, void* htmlText, void* plainText) in NewRecord()45 bool ArkPasteDataRecordAdapterImpl::SetHtmlText(void* htmlText) in SetHtmlText()51 bool ArkPasteDataRecordAdapterImpl::SetHtmlTextV2(const ArkWebString& htmlText) in SetHtmlTextV2()
30 std::shared_ptr<std::string> htmlText = std::make_shared<std::string>(text); in GetMimeTypeFuzzTest() local
30 std::shared_ptr<std::string> htmlText = std::make_shared<std::string>(text); in SetUriFuzzTest() local
74 std::shared_ptr<std::string> htmlText, in PasteDataRecordAdapterImpl()94 std::shared_ptr<std::string> htmlText, in NewRecord()102 bool PasteDataRecordAdapterImpl::SetHtmlText(std::shared_ptr<std::string> htmlText) in SetHtmlText()108 std::shared_ptr<std::string> htmlText, std::shared_ptr<std::string> plainText) in SetHtmlText()131 if (auto htmlText = record_->GetHtmlText(); htmlText && !htmlText->empty()) { in SetPlainText() local
155 virtual bool SetHtmlTextV2(const ArkWebString& htmlText) { return false; } in SetHtmlTextV2()
144 virtual bool SetHtmlTextV2(std::shared_ptr<std::string> htmlText) { return false; } in SetHtmlTextV2()
304 std::shared_ptr<std::string> htmlText = g_paster->GetHtmlText(); variable691 std::shared_ptr<std::string> htmlText = std::make_shared<std::string>("test"); variable