Home
last modified time | relevance | path

Searched refs:shouldOverlay (Results 1 – 21 of 21) sorted by relevance

/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
H A Dark_web_preference_impl.cpp470 void ArkWebPreferenceImpl::SetNativeVideoPlayerConfig(bool enable, bool shouldOverlay) in SetNativeVideoPlayerConfig() argument
472 nweb_preference_->SetNativeVideoPlayerConfig(enable, shouldOverlay); in SetNativeVideoPlayerConfig()
H A Dark_web_preference_impl.h636 void SetNativeVideoPlayerConfig(bool enable, bool shouldOverlay) override;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_preference_wrapper.cpp537 void ArkWebPreferenceWrapper::SetNativeVideoPlayerConfig(bool enable, bool shouldOverlay) in SetNativeVideoPlayerConfig() argument
539 ark_web_preference_->SetNativeVideoPlayerConfig(enable, shouldOverlay); in SetNativeVideoPlayerConfig()
H A Dark_web_preference_wrapper.h635 void SetNativeVideoPlayerConfig(bool enable, bool shouldOverlay) override;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/
H A Dark_web_preference.h718 virtual void SetNativeVideoPlayerConfig(bool enable, bool shouldOverlay) = 0;
/ohos5.0/docs/zh-cn/application-dev/web/
H A Dapp-takeovers-web-media.md64 .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 Dnweb_preference.h623 virtual void SetNativeVideoPlayerConfig(bool enable, bool shouldOverlay) = 0;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/
H A Dweb_component.h657 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 Dweb_model_impl.h115 void SetNativeVideoPlayerConfig(bool enable, bool shouldOverlay) override;
H A Dweb_model_impl.cpp634 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 Dapp-takeovers-web-media.md64 .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 Dweb_model.h186 virtual void SetNativeVideoPlayerConfig(bool enable, bool shouldOverlay) = 0;
H A Dweb_model_ng.h185 void SetNativeVideoPlayerConfig(bool enable, bool shouldOverlay) override;
H A Dweb_model_ng.cpp1116 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 Dweb_delegate.h739 void UpdateNativeVideoPlayerConfig(bool enable, bool shouldOverlay);
H A Dweb_delegate.cpp6282 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 Djs_web.cpp5022 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 Dts-basic-components-web.md2401 …ig12) | 是 | enable: 是否开启该功能。<br/> shouldOverlay: 该功能开启后, 应用接管网页视频的播放器画面是否覆盖网页内容。默认值:{enable: fa…
2417 .enableNativeMediaPlayer({enable: true, shouldOverlay: false})
9410 | shouldOverlay | boolean | 是 | 开启该功能后, 应用接管网页视频的播放器画面是否覆盖网页内容。<br/> `true` : 是,改变视频图层的高度,使其覆盖网页内容…
H A Djs-apis-webview.md7972 .enableNativeMediaPlayer({enable: true, shouldOverlay: false})
/ohos5.0/docs/en/application-dev/reference/apis-arkweb/
H A Dts-basic-components-web.md2401shouldOverlay**: 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 Djs-apis-webview.md7978 .enableNativeMediaPlayer({enable: true, shouldOverlay: false})