Home
last modified time | relevance | path

Searched refs:FireFullscreen (Results 1 - 4 of 4) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components/video/
H A Dvideo_element_v2.h38 RefPtr<Component> FireFullscreen(bool isFullScreen, const WeakPtr<Player>& player, const WeakPtr<Texture>& texture);
39 RefPtr<Component> FireFullscreen(bool isFullScreen, bool isPlaying, const WeakPtr<Texture>& texture);
H A Dvideo_element_v2.cpp36 RefPtr<Component> VideoElementV2::FireFullscreen( in FireFullscreen() function in OHOS::Ace::VideoElementV2
83 RefPtr<Component> VideoElementV2::FireFullscreen(bool isFullScreen, bool isPlaying, const WeakPtr<Texture>& texture) in FireFullscreen() function in OHOS::Ace::VideoElementV2
199 result = client->FireFullscreen(fullscreen, isPlaying, texture); in SetNewComponent()
211 result = client->FireFullscreen(fullscreen, player, texture); in SetNewComponent()
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_video.h40 RefPtr<Component> FireFullscreen(
H A Ddom_video.cpp35 result = client->FireFullscreen(fullscreen, player, texture); in DOMVideo()
212 RefPtr<Component> DOMVideo::FireFullscreen( in FireFullscreen() function in OHOS::Ace::Framework::DOMVideo

Completed in 4 milliseconds