Searched defs:htmlText (Results 1 – 6 of 6) sorted by relevance
56 …teDataRecord::Builder &PasteDataRecord::Builder::SetHtmlText(std::shared_ptr<std::string> htmlText) in SetHtmlText()107 std::shared_ptr<PasteDataRecord> PasteDataRecord::NewHtmlRecord(const std::string &htmlText) in NewHtmlRecord()146 PasteDataRecord::PasteDataRecord(std::string mimeType, std::shared_ptr<std::string> htmlText, in PasteDataRecord()
52 std::shared_ptr<PasteDataRecord> PasteboardClient::CreateHtmlTextRecord(const std::string &htmlText) in CreateHtmlTextRecord()89 std::shared_ptr<PasteData> PasteboardClient::CreateHtmlData(const std::string &htmlText) in CreateHtmlData()
260 std::string htmlText = "<div class='disabled item tip user-programs'>"; variable409 std::string htmlText = variable434 std::string htmlText = variable540 std::string htmlText = "<div class='disabled item tip user-programs'>"; variable566 std::string htmlText = "<div class='disabled item tip user-programs'>"; variable647 std::string htmlText = "<div class='disabled item tip user-programs'>"; variable
54 auto htmlText = std::make_shared<std::string>("<span>hello" + indexStr + "</span>"); in GenRecord() local
249 std::string htmlText = "<div class='disabled item tip user-programs'>"; variable
234 auto htmlText = value_->GetHtmlText(); in JSFillInstance() local