Searched refs:NapiWebviewController (Results 1 - 3 of 3) sorted by relevance
/base/web/webview/interfaces/kits/napi/webviewcontroller/ |
H A D | napi_webview_controller.cpp | 495 int32_t NapiWebviewController::maxFdNum_ = -1; 496 std::atomic<int32_t> NapiWebviewController::usedFd_ {0}; 503 napi_value NapiWebviewController::Init(napi_env env, napi_value exports) in Init() 506 DECLARE_NAPI_STATIC_FUNCTION("initializeWebEngine", NapiWebviewController::InitializeWebEngine), in Init() 507 DECLARE_NAPI_STATIC_FUNCTION("setHttpDns", NapiWebviewController::SetHttpDns), in Init() 508 DECLARE_NAPI_STATIC_FUNCTION("setWebDebuggingAccess", NapiWebviewController::SetWebDebuggingAccess), in Init() 510 NapiWebviewController::SetServiceWorkerWebSchemeHandler), in Init() 512 NapiWebviewController::ClearServiceWorkerWebSchemeHandler), in Init() 513 DECLARE_NAPI_FUNCTION("getWebDebuggingAccess", NapiWebviewController::InnerGetWebDebuggingAccess), in Init() 514 DECLARE_NAPI_FUNCTION("setWebId", NapiWebviewController in Init() [all...] |
H A D | napi_webview_controller.h | 74 class NapiWebviewController { class 76 NapiWebviewController() {} in NapiWebviewController() function in OHOS::NWeb::NapiWebviewController 77 ~NapiWebviewController() = default;
|
/base/web/webview/interfaces/kits/napi/common/ |
H A D | napi_webview_native_module.cpp | 43 NapiWebviewController::Init(env, exports); in WebViewExport()
|
Completed in 8 milliseconds