Searched defs:htmlText (Results 1 – 12 of 12) sorted by relevance
34 char* htmlText; member
242 std::string htmlText = "<div class='disabled item tip user-programs'>"; variable393 std::string htmlText = variable417 std::string htmlText = variable443 std::string htmlText = variable468 std::string htmlText = variable571 std::string htmlText = "<div class='disabled item tip user-programs'>"; variable597 std::string htmlText = "<div class='disabled item tip user-programs'>"; variable678 std::string htmlText = "<div class='disabled item tip user-programs'>"; variable
255 std::shared_ptr<std::string> htmlText = std::make_shared<std::string>(str); in FuzzPastedataRecord() local295 std::shared_ptr<std::string> htmlText = std::make_shared<std::string>(str); in FuzzPastedataRecord002() local
54 auto htmlText = std::make_shared<std::string>("<span>hello" + indexStr + "</span>"); in GenRecord() local
128 std::string htmlText = "<div class='disable'>helloWorld</div>"; variable233 std::string htmlText = "<div class='disable'>helloWorld</div>"; variable
283 std::string htmlText = "<div class='disabled'>" + res + "</div>"; variable317 std::string htmlText = "<div class='disabled item tip user-programs'>"; variable
466 auto htmlText = pasteRecord->GetHtmlText(); variable
395 auto htmlText = pasteDataRecord->GetHtmlText(); in GetDataSync() local464 auto htmlText = pasteDataRecord->GetHtmlText(); in ProcessPasteDataRecord() local643 auto htmlText = pasteDataRecord->GetHtmlText(); in ProcessSpanStringData() local
68 …teDataRecord::Builder &PasteDataRecord::Builder::SetHtmlText(std::shared_ptr<std::string> htmlText) in SetHtmlText()135 std::shared_ptr<PasteDataRecord> PasteDataRecord::NewHtmlRecord(const std::string &htmlText) in NewHtmlRecord()216 PasteDataRecord::PasteDataRecord(std::string mimeType, std::shared_ptr<std::string> htmlText, in PasteDataRecord()
117 std::shared_ptr<PasteDataRecord> PasteboardClient::CreateHtmlTextRecord(const std::string &htmlText) in CreateHtmlTextRecord()160 std::shared_ptr<PasteData> PasteboardClient::CreateHtmlData(const std::string &htmlText) in CreateHtmlData()
459 OH_UdsHtml* htmlText = OH_UdsHtml_Create(); variable
264 auto htmlText = value_->GetHtmlText(); in JSFillInstance() local