Searched refs:embed_id (Results 1 – 13 of 13) sorted by relevance
/ohos5.0/docs/zh-cn/application-dev/web/ |
H A D | app-takeovers-web-media.md | 807 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 D | app-takeovers-web-media.md | 807 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 D | ark_web_handler_impl.h | 569 void OnNativeEmbedVisibilityChange(const ArkWebString& embed_id, bool visibility) override;
|
H A D | ark_web_handler_impl.cpp | 890 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 D | ark_web_handler.h | 774 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 D | ark_web_handler_wrapper.cpp | 1005 …void ArkWebHandlerWrapper::OnNativeEmbedVisibilityChange(const std::string& embed_id, bool visibil… in OnNativeEmbedVisibilityChange() argument 1007 ArkWebString stEmbedId = ArkWebStringClassToStruct(embed_id); in OnNativeEmbedVisibilityChange()
|
H A D | ark_web_handler_wrapper.h | 606 void OnNativeEmbedVisibilityChange(const std::string& embed_id, bool visibility) override;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/ |
H A D | web_client_impl.h | 297 void OnNativeEmbedVisibilityChange(const std::string& embed_id, bool visibility) override;
|
H A D | web_client_impl.cpp | 1243 void WebClientImpl::OnNativeEmbedVisibilityChange(const std::string& embed_id, bool visibility) in OnNativeEmbedVisibilityChange() argument 1248 delegate->OnNativeEmbedVisibilityChange(embed_id, visibility); in OnNativeEmbedVisibilityChange()
|
H A D | web_delegate.h | 900 void OnNativeEmbedVisibilityChange(const std::string& embed_id, bool visibility);
|
H A D | web_delegate.cpp | 6541 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 D | nweb_handler.h | 989 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 D | web_event.h | 1884 NativeEmbedVisibilityInfo(bool visibility, const std::string& embed_id) in DECLARE_RELATIONSHIP_OF_CLASSES() 1886 embed_id_(embed_id) {} in DECLARE_RELATIONSHIP_OF_CLASSES()
|