Home
last modified time | relevance | path

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

/ohos5.0/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dnapi_web_scheme_handler_request.h66 static napi_value JS_GetRequestMethod(napi_env env, napi_callback_info cbinfo);
H A Dnapi_web_scheme_handler_request.cpp48 DECLARE_NAPI_FUNCTION("getRequestMethod", JS_GetRequestMethod), in ExportWebSchemeHandlerRequestClass()
71 DECLARE_NAPI_FUNCTION("getRequestMethod", JS_GetRequestMethod), in DefineProperties()
169 napi_value NapiWebSchemeHandlerRequest::JS_GetRequestMethod(napi_env env, napi_callback_info cbinfo) in JS_GetRequestMethod() function in OHOS::NWeb::NapiWebSchemeHandlerRequest