Searched refs:g_webview_controller_map (Results 1 – 1 of 1) sorted by relevance
74 std::unordered_map<int32_t, WebviewController*> g_webview_controller_map; variable83 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()