Home
last modified time | relevance | path

Searched refs:ArkWebImageOptionsImpl (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
H A Dark_web_image_options_impl.cpp22 ArkWebImageOptionsImpl::ArkWebImageOptionsImpl(std::shared_ptr<OHOS::NWeb::NWebImageOptions> nweb_i… in ArkWebImageOptionsImpl() function in OHOS::ArkWeb::ArkWebImageOptionsImpl
26 size_t ArkWebImageOptionsImpl::GetWidth() in GetWidth()
31 size_t ArkWebImageOptionsImpl::GetHeight() in GetHeight()
36 int ArkWebImageOptionsImpl::GetAlphaType() in GetAlphaType()
41 int ArkWebImageOptionsImpl::GetColorType() in GetColorType()
H A Dark_web_image_options_impl.h25 class ArkWebImageOptionsImpl : public ArkWebImageOptions {
26 IMPLEMENT_REFCOUNTING(ArkWebImageOptionsImpl);
29 ArkWebImageOptionsImpl(std::shared_ptr<OHOS::NWeb::NWebImageOptions> nweb_image_options);
30 ~ArkWebImageOptionsImpl() = default;
H A Dark_web_handler_wrapper.cpp612 return ark_web_handler_->OnDragAndDropData(data, len, new ArkWebImageOptionsImpl(opt)); in OnDragAndDropData()