Searched refs:shouldOverlay (Results 1 - 10 of 10) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/components/web/ |
H A D | web_component.h | 651 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 D | web_model_impl.h | 115 void SetNativeVideoPlayerConfig(bool enable, bool shouldOverlay) override;
|
H A D | web_model_impl.cpp | 631 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 D | web_model.h | 183 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 | 1108 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 D | mock_web_delegate.cpp | 1001 void WebDelegate::UpdateNativeVideoPlayerConfig(bool enable, bool shouldOverlay) {} in UpdateNativeVideoPlayerConfig() argument
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_web.cpp | 5211 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 D | web_delegate.h | 785 void UpdateNativeVideoPlayerConfig(bool enable, bool shouldOverlay);
|
H A D | web_delegate.cpp | 6258 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 34 milliseconds