Home
last modified time | relevance | path

Searched refs:Preload (Results 1 - 3 of 3) sorted by relevance

/base/web/webview/ohos_interface/include/ohos_nweb/
H A Dnweb_native_media_player.h24 enum class Preload { NONE = 0, METADATA, AUTO }; class
70 virtual Preload GetPreload() = 0;
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_media_info_wrapper.h25 using ArkWebPreload = OHOS::NWeb::Preload;
/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dnapi_native_media_player.cpp78 const std::string NPI_PRELOAD_ENUM_NAME = "Preload"; in ExportEnumPreload()
80 DECLARE_NAPI_STATIC_PROPERTY("NONE", NapiParseUtils::ToInt32Value(env, static_cast<int32_t>(Preload::NONE))), in ExportEnumPreload()
82 "METADATA", NapiParseUtils::ToInt32Value(env, static_cast<int32_t>(Preload::METADATA))), in ExportEnumPreload()
83 DECLARE_NAPI_STATIC_PROPERTY("AUTO", NapiParseUtils::ToInt32Value(env, static_cast<int32_t>(Preload::AUTO))), in ExportEnumPreload()

Completed in 2 milliseconds