Searched refs:AddTextRecord (Results 1 – 5 of 5) sorted by relevance
30 dataAdapterImpl->AddTextRecord(html); in DoSomethingInterestingWithMyAPI()
131 virtual void AddTextRecord(const std::string &text) = 0;
73 void AddTextRecord(const std::string &text) override;
336 void PasteDataAdapterImpl::AddTextRecord(const std::string& text) in AddTextRecord() function in OHOS::NWeb::PasteDataAdapterImpl339 data_->AddTextRecord(text); in AddTextRecord()
329 g_dataAdapter->AddTextRecord(htmlName);330 g_dataAdapterNull->AddTextRecord(htmlName);