Home
last modified time | relevance | path

Searched refs:shouldOverlay (Results 1 - 10 of 10) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components/web/
H A Dweb_component.h651 void SetNativeVideoPlayerConfig(bool enable, bool shouldOverlay) in SetNativeVideoPlayerConfig() argument
653 native_video_player_config_ = std::make_tuple(enable, shouldOverlay); in SetNativeVideoPlayerConfig()
/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.cpp631 void WebModelImpl::SetNativeVideoPlayerConfig(bool enable, bool shouldOverlay) in SetNativeVideoPlayerConfig() argument
635 webComponent->SetNativeVideoPlayerConfig(enable, shouldOverlay); in SetNativeVideoPlayerConfig()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_model.h183 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.cpp1108 void WebModelNG::SetNativeVideoPlayerConfig(bool enable, bool shouldOverlay) in SetNativeVideoPlayerConfig() argument
1113 webPattern->UpdateNativeVideoPlayerConfig(std::make_tuple(enable, shouldOverlay)); in SetNativeVideoPlayerConfig()
/foundation/arkui/ace_engine/test/unittest/core/pattern/web/
H A Dmock_web_delegate.cpp1001 void WebDelegate::UpdateNativeVideoPlayerConfig(bool enable, bool shouldOverlay) {} in UpdateNativeVideoPlayerConfig() argument
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_web.cpp5211 std::optional<bool> shouldOverlay; in EnableNativeVideoPlayer() local
5216 JSRef<JSVal> shouldOverlayJsValue = paramObject->GetProperty("shouldOverlay"); in EnableNativeVideoPlayer()
5218 shouldOverlay = shouldOverlayJsValue->ToBoolean(); in EnableNativeVideoPlayer()
5220 if (!enable || !shouldOverlay) { in EnableNativeVideoPlayer()
5224 WebModel::GetInstance()->SetNativeVideoPlayerConfig(*enable, *shouldOverlay); in EnableNativeVideoPlayer()
/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_delegate.h785 void UpdateNativeVideoPlayerConfig(bool enable, bool shouldOverlay);
H A Dweb_delegate.cpp6258 void WebDelegate::UpdateNativeVideoPlayerConfig(bool enable, bool shouldOverlay) in UpdateNativeVideoPlayerConfig() argument
6263 [weak = WeakClaim(this), enable, shouldOverlay]() { in UpdateNativeVideoPlayerConfig()
6269 setting->SetNativeVideoPlayerConfig(enable, shouldOverlay); in UpdateNativeVideoPlayerConfig()

Completed in 47 milliseconds