Home
last modified time | relevance | path

Searched refs:UpdateNativeVideoPlayerConfig (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/
H A Drender_web.cpp197 delegate_->UpdateNativeVideoPlayerConfig( in UpdateDelegate()
/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() function in OHOS::Ace::WebDelegate
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_model_ng.cpp1121 webPattern->UpdateNativeVideoPlayerConfig(std::make_tuple(enable, shouldOverlay)); in SetNativeVideoPlayerConfig()
H A Dweb_pattern.cpp2784 delegate_->UpdateNativeVideoPlayerConfig( in OnNativeVideoPlayerConfigUpdate()
2961 delegate_->UpdateNativeVideoPlayerConfig(std::get<0>(config), std::get<1>(config)); in OnModifyDone()