Home
last modified time | relevance | path

Searched refs:ConstructArrayBufFlowbuf (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/web/webview/interfaces/kits/napi/common/
H A Dnapi_parse_utils.h59 …static ErrCode ConstructArrayBufFlowbuf(napi_env env, napi_value argv, int& fd, size_t& scriptLeng…
H A Dnapi_parse_utils.cpp565 ErrCode NapiParseUtils::ConstructArrayBufFlowbuf(napi_env env, napi_value argv, int& fd, size_t& sc… in ConstructArrayBufFlowbuf() function in OHOS::NWeb::NapiParseUtils
/ohos5.0/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dnapi_webview_controller.cpp3450 NapiParseUtils::ConstructArrayBufFlowbuf(env, argv, fd, scriptLength); in ConstructFlowbuf()