Searched refs:ArkWebNativeEmbedInfoWrapper (Results 1 – 3 of 3) sorted by relevance
22 ArkWebNativeEmbedInfoWrapper::ArkWebNativeEmbedInfoWrapper( in ArkWebNativeEmbedInfoWrapper() function in OHOS::ArkWeb::ArkWebNativeEmbedInfoWrapper27 int32_t ArkWebNativeEmbedInfoWrapper::GetWidth() in GetWidth()32 int32_t ArkWebNativeEmbedInfoWrapper::GetHeight() in GetHeight()37 std::string ArkWebNativeEmbedInfoWrapper::GetId() in GetId()46 std::string ArkWebNativeEmbedInfoWrapper::GetSrc() in GetSrc()55 std::string ArkWebNativeEmbedInfoWrapper::GetUrl() in GetUrl()64 std::string ArkWebNativeEmbedInfoWrapper::GetType() in GetType()73 std::string ArkWebNativeEmbedInfoWrapper::GetTag() in GetTag()82 std::map<std::string, std::string> ArkWebNativeEmbedInfoWrapper::GetParams() in GetParams()91 int32_t ArkWebNativeEmbedInfoWrapper::GetX() in GetX()[all …]
25 class ArkWebNativeEmbedInfoWrapper : public OHOS::NWeb::NWebNativeEmbedInfo {27 ArkWebNativeEmbedInfoWrapper(ArkWebRefPtr<ArkWebNativeEmbedInfo> ark_web_native_embed_info);28 ~ArkWebNativeEmbedInfoWrapper() = default;
60 return std::make_shared<ArkWebNativeEmbedInfoWrapper>(ark_web_native_embed_info); in GetNativeEmbedInfo()