Searched refs:AddHtmlRecord (Results 1 – 5 of 5) sorted by relevance
29 dataAdapterImpl->AddHtmlRecord(html); in DoSomethingInterestingWithMyAPI()
129 virtual void AddHtmlRecord(const std::string &html) = 0;
72 void AddHtmlRecord(const std::string &html) override;
329 void PasteDataAdapterImpl::AddHtmlRecord(const std::string& html) in AddHtmlRecord() function in OHOS::NWeb::PasteDataAdapterImpl332 data_->AddHtmlRecord(html); in AddHtmlRecord()
316 g_dataAdapter->AddHtmlRecord(htmlName);317 g_dataAdapterNull->AddHtmlRecord(htmlName);