/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/ |
H A D | ark_web_preference_impl.cpp | 470 void ArkWebPreferenceImpl::SetNativeVideoPlayerConfig(bool enable, bool shouldOverlay) in SetNativeVideoPlayerConfig() argument 472 nweb_preference_->SetNativeVideoPlayerConfig(enable, shouldOverlay); in SetNativeVideoPlayerConfig()
|
H A D | ark_web_preference_impl.h | 636 void SetNativeVideoPlayerConfig(bool enable, bool shouldOverlay) override;
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/ |
H A D | ark_web_preference_wrapper.cpp | 537 void ArkWebPreferenceWrapper::SetNativeVideoPlayerConfig(bool enable, bool shouldOverlay) in SetNativeVideoPlayerConfig() argument 539 ark_web_preference_->SetNativeVideoPlayerConfig(enable, shouldOverlay); in SetNativeVideoPlayerConfig()
|
H A D | ark_web_preference_wrapper.h | 635 void SetNativeVideoPlayerConfig(bool enable, bool shouldOverlay) override;
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/ |
H A D | ark_web_preference.h | 718 virtual void SetNativeVideoPlayerConfig(bool enable, bool shouldOverlay) = 0;
|
/ohos5.0/docs/zh-cn/application-dev/web/ |
H A D | app-takeovers-web-media.md | 64 .enableNativeMediaPlayer({ enable: true, shouldOverlay: false }) 112 .enableNativeMediaPlayer({ enable: true, shouldOverlay: false }) 216 .enableNativeMediaPlayer({ enable: true, shouldOverlay: false }) 416 .enableNativeMediaPlayer({enable: true, shouldOverlay: false}) 893 .enableNativeMediaPlayer({ enable: true, shouldOverlay: true })
|
/ohos5.0/base/web/webview/ohos_interface/include/ohos_nweb/ |
H A D | nweb_preference.h | 623 virtual void SetNativeVideoPlayerConfig(bool enable, bool shouldOverlay) = 0;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/ |
H A D | web_component.h | 657 void SetNativeVideoPlayerConfig(bool enable, bool shouldOverlay) in SetNativeVideoPlayerConfig() argument 659 native_video_player_config_ = std::make_tuple(enable, shouldOverlay); in SetNativeVideoPlayerConfig()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
H A D | web_model_impl.h | 115 void SetNativeVideoPlayerConfig(bool enable, bool shouldOverlay) override;
|
H A D | web_model_impl.cpp | 634 void WebModelImpl::SetNativeVideoPlayerConfig(bool enable, bool shouldOverlay) in SetNativeVideoPlayerConfig() argument 638 webComponent->SetNativeVideoPlayerConfig(enable, shouldOverlay); in SetNativeVideoPlayerConfig()
|
/ohos5.0/docs/en/application-dev/web/ |
H A D | app-takeovers-web-media.md | 64 .enableNativeMediaPlayer({ enable: true, shouldOverlay: false }) 112 .enableNativeMediaPlayer({ enable: true, shouldOverlay: false }) 216 .enableNativeMediaPlayer({ enable: true, shouldOverlay: false }) 416 .enableNativeMediaPlayer({enable: true, shouldOverlay: false}) 893 .enableNativeMediaPlayer({ enable: true, shouldOverlay: true })
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/ |
H A D | web_model.h | 186 virtual void SetNativeVideoPlayerConfig(bool enable, bool shouldOverlay) = 0;
|
H A D | web_model_ng.h | 185 void SetNativeVideoPlayerConfig(bool enable, bool shouldOverlay) override;
|
H A D | web_model_ng.cpp | 1116 void WebModelNG::SetNativeVideoPlayerConfig(bool enable, bool shouldOverlay) in SetNativeVideoPlayerConfig() argument 1121 webPattern->UpdateNativeVideoPlayerConfig(std::make_tuple(enable, shouldOverlay)); in SetNativeVideoPlayerConfig()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/ |
H A D | web_delegate.h | 739 void UpdateNativeVideoPlayerConfig(bool enable, bool shouldOverlay);
|
H A D | web_delegate.cpp | 6282 void WebDelegate::UpdateNativeVideoPlayerConfig(bool enable, bool shouldOverlay) in UpdateNativeVideoPlayerConfig() argument 6287 [weak = WeakClaim(this), enable, shouldOverlay]() { in UpdateNativeVideoPlayerConfig() 6293 setting->SetNativeVideoPlayerConfig(enable, shouldOverlay); in UpdateNativeVideoPlayerConfig()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_web.cpp | 5022 std::optional<bool> shouldOverlay; in EnableNativeVideoPlayer() local 5029 shouldOverlay = shouldOverlayJsValue->ToBoolean(); in EnableNativeVideoPlayer() 5031 if (!enable || !shouldOverlay) { in EnableNativeVideoPlayer() 5035 WebModel::GetInstance()->SetNativeVideoPlayerConfig(*enable, *shouldOverlay); in EnableNativeVideoPlayer()
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkweb/ |
H A D | ts-basic-components-web.md | 2401 …ig12) | 是 | enable: 是否开启该功能。<br/> shouldOverlay: 该功能开启后, 应用接管网页视频的播放器画面是否覆盖网页内容。默认值:{enable: fa… 2417 .enableNativeMediaPlayer({enable: true, shouldOverlay: false}) 9410 | shouldOverlay | boolean | 是 | 开启该功能后, 应用接管网页视频的播放器画面是否覆盖网页内容。<br/> `true` : 是,改变视频图层的高度,使其覆盖网页内容…
|
H A D | js-apis-webview.md | 7972 .enableNativeMediaPlayer({enable: true, shouldOverlay: false})
|
/ohos5.0/docs/en/application-dev/reference/apis-arkweb/ |
H A D | ts-basic-components-web.md | 2401 …shouldOverlay**: whether the image of the video player taken over by the application will overlay … 2417 .enableNativeMediaPlayer({enable: true, shouldOverlay: false}) 9406 | shouldOverlay | boolean | Yes| Whether the video player's display overlays the web page content …
|
H A D | js-apis-webview.md | 7978 .enableNativeMediaPlayer({enable: true, shouldOverlay: false})
|