Home
last modified time | relevance | path

Searched defs:WebPermissionType (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/web/webview/ohos_interface/include/ohos_nweb/
H A Dnweb_data_base.h28 enum WebPermissionType { GEOLOCATION_TYPE }; enum
/ohos5.0/base/web/webview/ohos_interface/include/ohos_adapter/
H A Dohos_web_data_base_adapter.h41 enum class WebPermissionType : int32_t { NONE_TYPE, GEOLOCATION }; enum