Home
last modified time | relevance | path

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

/base/web/webview/interfaces/kits/napi/webviewcontroller/
Dwebview_controller.cpp74 std::unordered_map<int32_t, WebviewController*> g_webview_controller_map; variable
83 g_webview_controller_map.emplace(nwebId, this); in WebviewController()
90 g_webview_controller_map.erase(id_); in ~WebviewController()
98 g_webview_controller_map.emplace(nwebId, this); in SetWebId()
121 if (auto it = g_webview_controller_map.find(nwebId); it != g_webview_controller_map.end()) { in FromID()