Searched defs:html (Results 1 – 7 of 7) sorted by relevance
58 std::shared_ptr<std::string> html( variable77 std::shared_ptr<std::string> html( variable96 std::shared_ptr<std::string> html( variable116 std::shared_ptr<std::string> html( variable136 std::shared_ptr<std::string> html( variable173 std::shared_ptr<std::string> html( variable211 std::shared_ptr<std::string> html( variable230 std::shared_ptr<std::string> html( variable
50 auto *html = new (std::nothrow) HtmlNapi(); in New() local61 auto *html = new (std::nothrow) HtmlNapi(); in NewInstance() local70 auto *html = static_cast<HtmlNapi *>(data); in Destructor() local87 auto html = GetHtml(env, info, ctxt); in GetPlainContent() local107 auto html = static_cast<HtmlNapi *>(ctxt->native); in SetPlainContent() local118 auto html = GetHtml(env, info, ctxt); in GetHtmlContent() local138 auto html = static_cast<HtmlNapi *>(ctxt->native); in SetHtmlContent() local
47 std::shared_ptr<PasteData> PasteboardWebController::SplitHtml(std::shared_ptr<std::string> html) no… in SplitHtml()63 std::shared_ptr<std::string> html = item->GetHtmlText(); in RebuildHtml() local96 const std::shared_ptr<std::string> html) noexcept in SplitHtmlWithImgLabel()145 …std::shared_ptr<std::string> html, const std::map<std::string, std::vector<uint8_t>>& imgSrcMap) n… in BuildPasteData()
204 std::shared_ptr<std::string> html = pasteData.GetPrimaryHtml(); in SetPasteData() local
83 void PasteData::AddHtmlRecord(const std::string &html) in AddHtmlRecord()
53 auto html = static_cast<Html *>(input.get()); in CountBufferSize() local895 auto html = static_cast<Html *>(input.get()); in Writing() local1076 std::shared_ptr<Html> html = std::make_shared<Html>(); in Reading() local
224 UDMF::Html* html = reinterpret_cast<UDMF::Html*>(record.get()); in GetHtmlRecord() local