Home
last modified time | relevance | path

Searched refs:JS_GetRequestResourceType (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dnapi_web_scheme_handler_request.h72 static napi_value JS_GetRequestResourceType(napi_env env, napi_callback_info cbinfo);
H A Dnapi_web_scheme_handler_request.cpp54 DECLARE_NAPI_FUNCTION("getRequestResourceType", JS_GetRequestResourceType), in ExportWebSchemeHandlerRequestClass()
77 DECLARE_NAPI_FUNCTION("getRequestResourceType", JS_GetRequestResourceType), in DefineProperties()
307 napi_value NapiWebSchemeHandlerRequest::JS_GetRequestResourceType(napi_env env, napi_callback_info … in JS_GetRequestResourceType() function in OHOS::NWeb::NapiWebSchemeHandlerRequest