Searched refs:FireFullscreen (Results 1 - 4 of 4) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/components/video/ |
H A D | video_element_v2.h | 38 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 D | video_element_v2.cpp | 36 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 D | dom_video.h | 40 RefPtr<Component> FireFullscreen(
|
H A D | dom_video.cpp | 35 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