Home
last modified time | relevance | path

Searched refs:propOnFullScreenExitEvent (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_delegate.cpp4509 auto propOnFullScreenExitEvent = webEventHub->GetOnFullScreenExitEvent(); in OnFullScreenExit() local
4510 CHECK_NULL_VOID(propOnFullScreenExitEvent); in OnFullScreenExit()
4511 propOnFullScreenExitEvent(param); in OnFullScreenExit()
4519 auto propOnFullScreenExitEvent = webEventHub->GetOnFullScreenExitEvent(); in OnFullScreenExit() local
4520 CHECK_NULL_VOID(propOnFullScreenExitEvent); in OnFullScreenExit()
4521 propOnFullScreenExitEvent(param); in OnFullScreenExit()