Home
last modified time | relevance | path

Searched defs:playing (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_picker/
H A Dtoss_animation_controller.cpp209 void TextPickerTossAnimationController::SetTossPlaying(bool playing) in SetTossPlaying()
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Dvideo_component.cpp493 void VideoComponent::SetVideoPlayingFlag(bool playing) in SetVideoPlayingFlag()
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_handler_impl.cpp571 void ArkWebHandlerImpl::OnAudioStateChanged(bool playing) in OnAudioStateChanged()
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
H A Dark_web_handler_wrapper.cpp646 void ArkWebHandlerWrapper::OnAudioStateChanged(bool playing) in OnAudioStateChanged()
/ohos5.0/base/web/webview/ohos_interface/include/ohos_nweb/
H A Dnweb_handler.h708 virtual void OnAudioStateChanged(bool playing) {} in OnAudioStateChanged()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/
H A Dweb_event.h1605 …AudioStateChangedEvent(bool playing) : BaseEventInfo("AudioStateChangedEvent"), playing_(playing) … in AudioStateChangedEvent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_client_impl.cpp907 void WebClientImpl::OnAudioStateChanged(bool playing) in OnAudioStateChanged()