Home
last modified time | relevance | path

Searched refs:embedInfo (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_delegate.cpp6478 if (embedInfo) { in OnNativeEmbedAllDestory()
6479 info = {embedInfo->GetId(), embedInfo->GetType(), embedInfo->GetSrc(), in OnNativeEmbedAllDestory()
6480 embedInfo->GetUrl(), embedInfo->GetTag(), embedInfo->GetWidth(), in OnNativeEmbedAllDestory()
6481 embedInfo->GetHeight(), embedInfo->GetX(), embedInfo->GetY(), in OnNativeEmbedAllDestory()
6482 embedInfo->GetParams()}; in OnNativeEmbedAllDestory()
6509 if (embedInfo) { in OnNativeEmbedLifecycleChange()
6510 info = {embedInfo->GetId(), embedInfo->GetType(), embedInfo->GetSrc(), in OnNativeEmbedLifecycleChange()
6511 embedInfo->GetUrl(), embedInfo->GetTag(), embedInfo->GetWidth(), in OnNativeEmbedLifecycleChange()
6512 embedInfo->GetHeight(), embedInfo->GetX(), embedInfo->GetY(), in OnNativeEmbedLifecycleChange()
6513 embedInfo->GetParams()}; in OnNativeEmbedLifecycleChange()
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/
H A Dweb_event.h1849 const std::string& embedId, const EmbedInfo& embedInfo) in DECLARE_RELATIONSHIP_OF_CLASSES()
1851 surfaceId_(surfaceId), embedId_(embedId), embedInfo_(embedInfo) {} in DECLARE_RELATIONSHIP_OF_CLASSES()