Home
last modified time | relevance | path

Searched refs:NativeImageAdapter (Results 1 - 11 of 11) sorted by relevance

/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H A Dark_native_image_adapter_impl.h27 explicit ArkNativeImageAdapterImpl(std::shared_ptr<OHOS::NWeb::NativeImageAdapter>);
69 std::shared_ptr<OHOS::NWeb::NativeImageAdapter> real_;
H A Dark_native_image_adapter_impl.cpp24 ArkNativeImageAdapterImpl::ArkNativeImageAdapterImpl(std::shared_ptr<OHOS::NWeb::NativeImageAdapter> ref) : real_(ref) in ArkNativeImageAdapterImpl()
H A Dark_ohos_adapter_helper_impl.cpp335 std::unique_ptr<NWeb::NativeImageAdapter> adapter = real_.CreateNativeImageAdapter(); in CreateNativeImageAdapter()
336 std::shared_ptr<NWeb::NativeImageAdapter> shared = std::move(adapter); in CreateNativeImageAdapter()
/base/web/webview/ohos_interface/include/ohos_adapter/
H A Dgraphic_adapter.h252 class NativeImageAdapter { class
254 NativeImageAdapter() = default;
256 virtual ~NativeImageAdapter() = default;
H A Dohos_adapter_helper.h137 virtual std::unique_ptr<NativeImageAdapter> CreateNativeImageAdapter() = 0;
/base/web/webview/ohos_adapter/graphic_adapter/include/
H A Dnative_image_adapter_impl.h23 class NativeImageAdapterImpl : public NativeImageAdapter {
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H A Dark_native_image_adapter_wrapper.h25 class ArkNativeImageAdapterWrapper : public OHOS::NWeb::NativeImageAdapter {
H A Dark_ohos_adapter_helper_wrapper.h99 std::unique_ptr<NWeb::NativeImageAdapter> CreateNativeImageAdapter() override;
H A Dark_ohos_adapter_helper_wrapper.cpp392 std::unique_ptr<NWeb::NativeImageAdapter> ArkOhosAdapterHelperWrapper::CreateNativeImageAdapter() in CreateNativeImageAdapter()
/base/web/webview/ohos_adapter/ohos_adapter_helper/include/
H A Dohos_adapter_helper_impl.h102 std::unique_ptr<NativeImageAdapter> CreateNativeImageAdapter() override;
/base/web/webview/ohos_adapter/ohos_adapter_helper/src/
H A Dohos_adapter_helper_impl.cpp293 std::unique_ptr<NativeImageAdapter> OhosAdapterHelperImpl::CreateNativeImageAdapter() in CreateNativeImageAdapter()

Completed in 8 milliseconds