Home
last modified time | relevance | path

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

/ohos5.0/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dnapi_webview_controller.h34 const std::string WEB_EXT_MSG_CLASS_NAME = "WebMessageExt"; variable
H A Dnapi_webview_controller.cpp691 napi_define_class(env, WEB_EXT_MSG_CLASS_NAME.c_str(), WEB_EXT_MSG_CLASS_NAME.length(), in Init()
695 napi_set_named_property(env, exports, WEB_EXT_MSG_CLASS_NAME.c_str(), webMsgExtClass); in Init()