Home
last modified time | relevance | path

Searched refs:AddTextRecord (Results 1 - 10 of 10) sorted by relevance

/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H A Dark_paste_data_adapter_wrapper.cpp32 void ArkPasteDataAdapterWrapper::AddTextRecord(const std::string& text) in AddTextRecord() function in OHOS::ArkWeb::ArkPasteDataAdapterWrapper
35 ctocpp_->AddTextRecord(str); in AddTextRecord()
H A Dark_paste_data_adapter_wrapper.h31 void AddTextRecord(const std::string& text) override;
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H A Dark_paste_data_adapter_impl.cpp32 void ArkPasteDataAdapterImpl::AddTextRecord(const ArkWebString& text) in AddTextRecord() function in OHOS::ArkWeb::ArkPasteDataAdapterImpl
34 real_->AddTextRecord(ArkWebStringStructToClass(text)); in AddTextRecord()
H A Dark_paste_data_adapter_impl.h31 void AddTextRecord(const ArkWebString& text) override;
/base/web/webview/test/fuzztest/ohos_adapter/pasteboard_adapter/addhtmlrecord_fuzzer/
H A Daddhtmlrecord_fuzzer.cpp31 dataAdapterImpl->AddTextRecord(html); in AddHtmlRecordFuzzTest()
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/include/
H A Dark_pasteboard_client_adapter.h162 virtual void AddTextRecord(const ArkWebString& text) = 0;
/base/web/webview/ohos_interface/include/ohos_adapter/
H A Dpasteboard_client_adapter.h153 virtual void AddTextRecord(const std::string& text) = 0;
/base/web/webview/ohos_adapter/pasteboard_adapter/include/
H A Dpasteboard_client_adapter_impl.h73 void AddTextRecord(const std::string &text) override;
/base/web/webview/ohos_adapter/pasteboard_adapter/src/
H A Dpasteboard_client_adapter_impl.cpp353 void PasteDataAdapterImpl::AddTextRecord(const std::string& text) in AddTextRecord() function in OHOS::NWeb::PasteDataAdapterImpl
356 data_->AddTextRecord(text); in AddTextRecord()
/base/web/webview/test/unittest/pasteboard_adapter/
H A Dpasteboard_client_adapter_test.cpp404 * @tc.desc: Test the AddTextRecord.
412 g_dataAdapter->AddTextRecord(htmlName); in HWTEST_F()
413 g_dataAdapterNull->AddTextRecord(htmlName); in HWTEST_F()

Completed in 8 milliseconds