Home
last modified time | relevance | path

Searched refs:embed_id (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/docs/zh-cn/application-dev/web/
H A Dapp-takeovers-web-media.md807 public embed_id: string;
820 this.embed_id = videoInfo.embedID;
837 console.log(`NativePlayerInfo[${this.embed_id}] destroyed, list.size[${info_list.length}]`);
838 this.web.native_player_info_list = info_list.filter((item) => item.embed_id != this.embed_id);
859 …console.log(`NodeContainer[${this.playerInfo.embed_id}].onAreaChange([${oldValue.width} x ${oldVal…
890 return item.embed_id;
934 return this.native_player_info_list.find((item)=> item.embed_id == embedId);
/ohos5.0/docs/en/application-dev/web/
H A Dapp-takeovers-web-media.md807 public embed_id: string;
820 this.embed_id = videoInfo.embedID;
837 console.log(`NativePlayerInfo[${this.embed_id}] destroyed, list.size[${info_list.length}]`);
838 this.web.native_player_info_list = info_list.filter((item) => item.embed_id != this.embed_id);
859 …console.log(`NodeContainer[${this.playerInfo.embed_id}].onAreaChange([${oldValue.width} x ${oldVal…
890 return item.embed_id;
934 return this.native_player_info_list.find((item)=> item.embed_id == embedId);
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_handler_impl.h569 void OnNativeEmbedVisibilityChange(const ArkWebString& embed_id, bool visibility) override;
H A Dark_web_handler_impl.cpp890 void ArkWebHandlerImpl::OnNativeEmbedVisibilityChange(const ArkWebString& embed_id, bool visibility) in OnNativeEmbedVisibilityChange() argument
892 nweb_handler_->OnNativeEmbedVisibilityChange(ArkWebStringStructToClass(embed_id), visibility); in OnNativeEmbedVisibilityChange()
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/
H A Dark_web_handler.h774 virtual void OnNativeEmbedVisibilityChange(const ArkWebString& embed_id, bool visibility) = 0;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
H A Dark_web_handler_wrapper.cpp1005 …void ArkWebHandlerWrapper::OnNativeEmbedVisibilityChange(const std::string& embed_id, bool visibil… in OnNativeEmbedVisibilityChange() argument
1007 ArkWebString stEmbedId = ArkWebStringClassToStruct(embed_id); in OnNativeEmbedVisibilityChange()
H A Dark_web_handler_wrapper.h606 void OnNativeEmbedVisibilityChange(const std::string& embed_id, bool visibility) override;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_client_impl.h297 void OnNativeEmbedVisibilityChange(const std::string& embed_id, bool visibility) override;
H A Dweb_client_impl.cpp1243 void WebClientImpl::OnNativeEmbedVisibilityChange(const std::string& embed_id, bool visibility) in OnNativeEmbedVisibilityChange() argument
1248 delegate->OnNativeEmbedVisibilityChange(embed_id, visibility); in OnNativeEmbedVisibilityChange()
H A Dweb_delegate.h900 void OnNativeEmbedVisibilityChange(const std::string& embed_id, bool visibility);
H A Dweb_delegate.cpp6541 void WebDelegate::OnNativeEmbedVisibilityChange(const std::string& embed_id, bool visibility) in OnNativeEmbedVisibilityChange() argument
6550 [weak = WeakClaim(this), embed_id, visibility]() { in OnNativeEmbedVisibilityChange()
6556 std::make_shared<NativeEmbedVisibilityInfo>(visibility, embed_id)); in OnNativeEmbedVisibilityChange()
/ohos5.0/base/web/webview/ohos_interface/include/ohos_nweb/
H A Dnweb_handler.h989 virtual void OnNativeEmbedVisibilityChange(const std::string& embed_id, bool visibility) {} in OnNativeEmbedVisibilityChange() argument
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/
H A Dweb_event.h1884 NativeEmbedVisibilityInfo(bool visibility, const std::string& embed_id) in DECLARE_RELATIONSHIP_OF_CLASSES()
1886 embed_id_(embed_id) {} in DECLARE_RELATIONSHIP_OF_CLASSES()