Home
last modified time | relevance | path

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

/ohos5.0/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dnapi_webview_controller.h41 const std::string WEB_RENDER_PROCESS_MODE_ENUM_NAME = "RenderProcessMode"; variable
H A Dnapi_webview_controller.cpp805 …napi_define_class(env, WEB_RENDER_PROCESS_MODE_ENUM_NAME.c_str(), WEB_RENDER_PROCESS_MODE_ENUM_NAM… in Init()
808 …napi_set_named_property(env, exports, WEB_RENDER_PROCESS_MODE_ENUM_NAME.c_str(), renderProcessMode… in Init()