Searched refs:JS_GetMimeType (Results 1 - 4 of 4) sorted by relevance
/base/web/webview/interfaces/kits/napi/webviewcontroller/ |
H A D | napi_web_download_item.h | 47 static napi_value JS_GetMimeType(napi_env env, napi_callback_info cbinfo);
|
H A D | napi_web_scheme_handler_request.h | 94 static napi_value JS_GetMimeType(napi_env env, napi_callback_info cbinfo);
|
H A D | napi_web_download_item.cpp | 223 napi_value NapiWebDownloadItem::JS_GetMimeType(napi_env env, napi_callback_info cbinfo) in JS_GetMimeType() function in OHOS::NWeb::NapiWebDownloadItem 225 WVLOG_D("[DOWNLOAD] NapiWebDownloadItem::JS_GetMimeType"); in JS_GetMimeType() 235 WVLOG_E("[DOWNLOAD] NapiWebDownloadItem::JS_GetMimeType webDownloadItem is null"); in JS_GetMimeType() 243 WVLOG_E("[DOWNLOAD] NapiWebDownloadItem::JS_GetMimeType failed"); in JS_GetMimeType() 821 DECLARE_NAPI_FUNCTION("getMimeType", JS_GetMimeType), in ExportWebDownloadItemClass() 1074 DECLARE_NAPI_FUNCTION("getMimeType", JS_GetMimeType), in DefineProperties()
|
H A D | napi_web_scheme_handler_request.cpp | 419 DECLARE_NAPI_FUNCTION("getMimeType", JS_GetMimeType), in ExportWebSchemeHandlerResponseClass() 604 napi_value NapiWebSchemeHandlerResponse::JS_GetMimeType(napi_env env, napi_callback_info cbinfo) in JS_GetMimeType() function in OHOS::NWeb::NapiWebSchemeHandlerResponse 615 WVLOG_E("NapiWebSchemeHandlerResponse::JS_GetMimeType response is nullptr"); in JS_GetMimeType() 624 WVLOG_E("NapiWebSchemeHandlerResponse::JS_GetMimeType response get failed"); in JS_GetMimeType()
|
Completed in 5 milliseconds