Home
last modified time | relevance | path

Searched refs:SetNativeVideoPlayerConfig (Results 1 – 15 of 15) 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() function in OHOS::ArkWeb::ArkWebPreferenceImpl
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() function in OHOS::ArkWeb::ArkWebPreferenceWrapper
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/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/test/unittest/core/pattern/web/
H A Dweb_model_test_ng.cpp229 webModelNG.SetNativeVideoPlayerConfig(true, false);
/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() 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 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() function in OHOS::Ace::NG::WebModelNG
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/
H A Dweb_component.h657 void SetNativeVideoPlayerConfig(bool enable, bool shouldOverlay) in SetNativeVideoPlayerConfig() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_web.cpp5035 WebModel::GetInstance()->SetNativeVideoPlayerConfig(*enable, *shouldOverlay); in EnableNativeVideoPlayer()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_delegate.cpp6293 setting->SetNativeVideoPlayerConfig(enable, shouldOverlay); in UpdateNativeVideoPlayerConfig()