/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() function in OHOS::ArkWeb::ArkWebPreferenceImpl 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() function in OHOS::ArkWeb::ArkWebPreferenceWrapper 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/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/test/unittest/core/pattern/web/ |
H A D | web_model_test_ng.cpp | 229 webModelNG.SetNativeVideoPlayerConfig(true, false);
|
/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() function in OHOS::Ace::Framework::WebModelImpl 638 webComponent->SetNativeVideoPlayerConfig(enable, shouldOverlay); in SetNativeVideoPlayerConfig()
|
/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() function in OHOS::Ace::NG::WebModelNG
|
/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() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_web.cpp | 5035 WebModel::GetInstance()->SetNativeVideoPlayerConfig(*enable, *shouldOverlay); in EnableNativeVideoPlayer()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/ |
H A D | web_delegate.cpp | 6293 setting->SetNativeVideoPlayerConfig(enable, shouldOverlay); in UpdateNativeVideoPlayerConfig()
|