Home
last modified time | relevance | path

Searched refs:OnFullScreenEnter (Results 1 - 9 of 9) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_web.h34 static void OnFullScreenEnter(const JSCallbackInfo& args);
H A Djs_web.cpp1868 JSClass<JSWeb>::StaticMethod("onFullScreenEnter", &JSWeb::OnFullScreenEnter); in JSBind()
2719 void JSWeb::OnFullScreenEnter(const JSCallbackInfo& args) in OnFullScreenEnter() function in OHOS::OHOS::Ace::Framework::JSWeb
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_event_hub.h134 ACE_WEB_EVENT_PROPERTY(OnFullScreenEnter, void);
/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_client_impl.h140 void OnFullScreenEnter(std::shared_ptr<NWeb::NWebFullScreenExitHandler> handler) override;
H A Dweb_client_impl.cpp255 void WebClientImpl::OnFullScreenEnter(std::shared_ptr<NWeb::NWebFullScreenExitHandler> handler) in OnFullScreenEnter() function in OHOS::Ace::WebClientImpl
261 delegate->OnFullScreenEnter(handler, 0, 0); in OnFullScreenEnter()
271 delegate->OnFullScreenEnter(handler, videoNaturalWidth, videoNaturalHeight); in OnFullScreenEnterWithVideoSize()
H A Dweb_delegate.h888 void OnFullScreenEnter(std::shared_ptr<OHOS::NWeb::NWebFullScreenExitHandler> handler, int videoNaturalWidth,
H A Dweb_delegate.cpp4632 void WebDelegate::OnFullScreenEnter( in OnFullScreenEnter() function in OHOS::Ace::WebDelegate
4669 webCom->OnFullScreenEnter(param.get()); in OnFullScreenEnter()
/foundation/arkui/ace_engine/frameworks/core/components/web/
H A Dweb_component.h709 void OnFullScreenEnter(const BaseEventInfo* info) const in OnFullScreenEnter() function in OHOS::Ace::WebComponent
/foundation/arkui/ace_engine/test/unittest/core/pattern/web/
H A Dmock_web_delegate.cpp738 void WebDelegate::OnFullScreenEnter( in OnFullScreenEnter() function in OHOS::Ace::WebDelegate

Completed in 37 milliseconds