Searched refs:htmlRecord (Results 1 – 7 of 7) sorted by relevance
114 auto htmlRecord = pasteData->GetRecordAt(0); variable140 auto htmlRecord = pasteData->GetRecordAt(0); variable141 htmlRecord->SetFrom(htmlRecord->GetRecordId());187 auto htmlRecord = pasteData->GetRecordAt(0); variable188 htmlRecord->SetFrom(htmlRecord->GetRecordId());197 EXPECT_EQ(records[0]->GetFrom(), htmlRecord->GetRecordId());282 auto htmlRecord = pasteData->GetRecordAt(0); variable283 htmlRecord->SetFrom(htmlRecord->GetRecordId());328 auto htmlRecord = pasteData->GetRecordAt(0); variable329 htmlRecord->SetFrom(htmlRecord->GetRecordId());[all …]
110 std::shared_ptr<UDMF::Html> htmlRecord = std::make_shared<UDMF::Html>(text_, extraText_); in InitHtmlData() local111 htmlRecord->SetDetails(details_); in InitHtmlData()112 data.AddRecord(htmlRecord); in InitHtmlData()
105 std::shared_ptr<UDMF::Html> htmlRecord = std::make_shared<UDMF::Html>(text_, extraText_); in InitHtmlData() local106 htmlRecord->SetDetails(details_); in InitHtmlData()107 data.AddRecord(htmlRecord); in InitHtmlData()
209 std::shared_ptr<PasteDataRecord> htmlRecord = nullptr; in ReplaceHtmlRecordContentByExtraUris() local218 htmlRecord = item; in ReplaceHtmlRecordContentByExtraUris()247 if (htmlRecord != nullptr) { in ReplaceHtmlRecordContentByExtraUris()250 htmlRecord->AddEntryByMimeType(MIMETYPE_TEXT_HTML, newHtmlEntry); in ReplaceHtmlRecordContentByExtraUris()251 htmlRecord->SetFrom(0); in ReplaceHtmlRecordContentByExtraUris()
247 auto htmlRecord = std::make_shared<UDMF::Html>(htmlContent, plainContent); in AddHtmlRecord() local253 udData->GetUnifiedData()->AddRecord(htmlRecord); in AddHtmlRecord()
889 let htmlRecord: pasteboard.PasteDataRecord = pasteboard.createRecord(pasteboard.MIMETYPE_TEXT_HTML,…891 pasteData.addRecord(htmlRecord);
887 let htmlRecord: pasteboard.PasteDataRecord = pasteboard.createRecord(pasteboard.MIMETYPE_TEXT_HTML,…889 pasteData.addRecord(htmlRecord);