Searched defs:htmlText (Results 1 – 11 of 11) sorted by relevance
34 char* htmlText; member
253 std::string htmlText = "<div class='disabled item tip user-programs'>"; variable404 std::string htmlText = variable428 std::string htmlText = variable454 std::string htmlText = variable479 std::string htmlText = variable582 std::string htmlText = "<div class='disabled item tip user-programs'>"; variable608 std::string htmlText = "<div class='disabled item tip user-programs'>"; variable689 std::string htmlText = "<div class='disabled item tip user-programs'>"; variable
250 std::shared_ptr<std::string> htmlText = std::make_shared<std::string>(str); in FuzzPastedataRecord() local290 std::shared_ptr<std::string> htmlText = std::make_shared<std::string>(str); in FuzzPastedataRecord002() local
59 …teDataRecord::Builder &PasteDataRecord::Builder::SetHtmlText(std::shared_ptr<std::string> htmlText) in SetHtmlText()125 std::shared_ptr<PasteDataRecord> PasteDataRecord::NewHtmlRecord(const std::string &htmlText) in NewHtmlRecord()164 PasteDataRecord::PasteDataRecord(std::string mimeType, std::shared_ptr<std::string> htmlText, in PasteDataRecord()
96 std::shared_ptr<PasteDataRecord> PasteboardClient::CreateHtmlTextRecord(const std::string &htmlText) in CreateHtmlTextRecord()133 std::shared_ptr<PasteData> PasteboardClient::CreateHtmlData(const std::string &htmlText) in CreateHtmlData()
54 auto htmlText = std::make_shared<std::string>("<span>hello" + indexStr + "</span>"); in GenRecord() local
112 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
479 auto htmlText = pasteRecord->GetHtmlText(); variable
309 auto htmlText = pasteDataRecord->GetHtmlText(); in GetDataSync() local377 auto htmlText = pasteDataRecord->GetHtmlText(); in ProcessPasteDataRecord() local544 auto htmlText = pasteDataRecord->GetHtmlText(); in ProcessSpanStringData() local
235 auto htmlText = value_->GetHtmlText(); in JSFillInstance() local