Home
last modified time | relevance | path

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

/ohos5.0/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dnapi_webview_controller.h189 static ErrCode ConstructFlowbuf(napi_env env, napi_value argv, int& fd, size_t& scriptLength);
H A Dnapi_webview_controller.cpp3437 ErrCode NapiWebviewController::ConstructFlowbuf(napi_env env, napi_value argv, int& fd, size_t& scr… in ConstructFlowbuf() function in OHOS::NWeb::NapiWebviewController
3483 ErrCode constructResult = ConstructFlowbuf(env, argv[INTEGER_ZERO], fd, scriptLength); in RunJavaScriptInternalExt()