Searched refs:NapiWebviewController (Results 1 – 3 of 3) sorted by relevance
/base/web/webview/interfaces/kits/napi/webviewcontroller/ |
D | napi_webview_controller.cpp | 39 napi_value NapiWebviewController::Init(napi_env env, napi_value exports) in Init() 42 … DECLARE_NAPI_STATIC_FUNCTION("initializeWebEngine", NapiWebviewController::InitializeWebEngine), in Init() 43 …DECLARE_NAPI_STATIC_FUNCTION("setWebDebuggingAccess", NapiWebviewController::SetWebDebuggingAccess… in Init() 44 … DECLARE_NAPI_FUNCTION("getWebDebuggingAccess", NapiWebviewController::InnerGetWebDebuggingAccess), in Init() 45 DECLARE_NAPI_FUNCTION("setWebId", NapiWebviewController::SetWebId), in Init() 46 DECLARE_NAPI_FUNCTION("jsProxy", NapiWebviewController::InnerJsProxy), in Init() 47 …DECLARE_NAPI_FUNCTION("getCustomeSchemeCmdLine", NapiWebviewController::InnerGetCustomeSchemeCmdLi… in Init() 48 DECLARE_NAPI_FUNCTION("accessForward", NapiWebviewController::AccessForward), in Init() 49 DECLARE_NAPI_FUNCTION("accessBackward", NapiWebviewController::AccessBackward), in Init() 50 DECLARE_NAPI_FUNCTION("accessStep", NapiWebviewController::AccessStep), in Init() [all …]
|
D | napi_webview_controller.h | 36 class NapiWebviewController { 38 NapiWebviewController() {} in NapiWebviewController() function 39 ~NapiWebviewController() = default;
|
/base/web/webview/interfaces/kits/napi/common/ |
D | napi_webview_native_module.cpp | 35 NapiWebviewController::Init(env, exports); in WebViewExport()
|