Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/
H A Dweb_component.h172 void SetOnFullScreenExitEventId(const EventMarker& fullScreenExitEventId) in SetOnFullScreenExitEventId() function
175 declaration_->SetOnFullScreenExitEventId(fullScreenExitEventId); in SetOnFullScreenExitEventId()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/web/
H A Dweb_declaration.h135 void SetOnFullScreenExitEventId(const EventMarker& fullScreenExitEventId) in SetOnFullScreenExitEventId() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dweb_model_impl.cpp133 webComponent->SetOnFullScreenExitEventId(eventMarker); in SetOnFullScreenExit()