Searched defs:htmlText (Results 1 – 5 of 5) sorted by relevance
29 std::shared_ptr<std::string> htmlText = std::make_shared<std::string>(text); in DoSomethingInterestingWithMyAPI() local
36 std::shared_ptr<std::string> htmlText = std::make_shared<std::string>(text); in DoSomethingInterestingWithMyAPI() local
55 std::shared_ptr<std::string> htmlText, in PasteDataRecordAdapterImpl()73 std::shared_ptr<std::string> htmlText, in NewRecord()81 bool PasteDataRecordAdapterImpl::SetHtmlText(std::shared_ptr<std::string> htmlText) in SetHtmlText()
221 std::shared_ptr<std::string> htmlText = g_paster->GetHtmlText(); variable614 std::shared_ptr<std::string> htmlText = std::make_shared<std::string>("test"); variable