Searched defs:htmlText (Results 1 – 7 of 7) sorted by relevance
30 std::shared_ptr<std::string> htmlText = std::make_shared<std::string>(text); in GetMimeTypeFuzzTest() 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()
30 std::shared_ptr<std::string> htmlText = std::make_shared<std::string>(text); in SetUriFuzzTest() local
36 std::shared_ptr<std::string> htmlText = std::make_shared<std::string>(text); in SetHtmlTextFuzzTest() local
32 const ArkWebString& mimeType, void* htmlText, void* plainText) in NewRecord()45 bool ArkPasteDataRecordAdapterImpl::SetHtmlText(void* htmlText) in SetHtmlText()
73 std::shared_ptr<std::string> htmlText, in PasteDataRecordAdapterImpl()93 std::shared_ptr<std::string> htmlText, in NewRecord()101 bool PasteDataRecordAdapterImpl::SetHtmlText(std::shared_ptr<std::string> htmlText) in SetHtmlText()107 std::shared_ptr<std::string> htmlText, std::shared_ptr<std::string> plainText) in SetHtmlText()134 if (auto htmlText = record_->GetHtmlText(); htmlText && !htmlText->empty()) { in SetPlainText() local
302 std::shared_ptr<std::string> htmlText = g_paster->GetHtmlText(); variable689 std::shared_ptr<std::string> htmlText = std::make_shared<std::string>("test"); variable