Home
last modified time | relevance | path

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

/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
H A Dark_web_nweb_impl.cpp832 int ArkWebNWebImpl::GetMediaPlaybackState() in GetMediaPlaybackState() function in OHOS::ArkWeb::ArkWebNWebImpl
834 return nweb_nweb_->GetMediaPlaybackState(); in GetMediaPlaybackState()
H A Dark_web_nweb_impl.h904 int GetMediaPlaybackState() override;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/
H A Dark_web_nweb.h1120 virtual int GetMediaPlaybackState() = 0;
/ohos5.0/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dwebview_controller.h330 int GetMediaPlaybackState();
H A Dnapi_webview_controller.h318 static napi_value GetMediaPlaybackState(napi_env env, napi_callback_info info);
H A Dwebview_controller.cpp1413 int WebviewController::GetMediaPlaybackState() in GetMediaPlaybackState() function in OHOS::NWeb::WebviewController
1419 return nweb_ptr->GetMediaPlaybackState(); in GetMediaPlaybackState()
H A Dnapi_webview_controller.cpp615 … DECLARE_NAPI_FUNCTION("getMediaPlaybackState", NapiWebviewController::GetMediaPlaybackState), in Init()
4785 napi_value NapiWebviewController::GetMediaPlaybackState(napi_env env, napi_callback_info info) in GetMediaPlaybackState() function in OHOS::NWeb::NapiWebviewController
4793 int32_t mediaPlaybackState = webviewController->GetMediaPlaybackState(); in GetMediaPlaybackState()
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_nweb_wrapper.cpp973 int ArkWebNWebWrapper::GetMediaPlaybackState() in GetMediaPlaybackState() function in OHOS::ArkWeb::ArkWebNWebWrapper
975 return ark_web_nweb_->GetMediaPlaybackState(); in GetMediaPlaybackState()
H A Dark_web_nweb_wrapper.h916 int GetMediaPlaybackState() override;
/ohos5.0/base/web/webview/ohos_interface/include/ohos_nweb/
H A Dnweb.h1106 virtual int GetMediaPlaybackState() = 0;