Searched refs:g_webview_controller_map (Results 1 – 2 of 2) sorted by relevance
29 std::unordered_map<int32_t, WebviewControllerImpl*> g_webview_controller_map; variable38 g_webview_controller_map.emplace(nwebId, this); in WebviewControllerImpl()51 g_webview_controller_map.emplace(nwebId, this); in SetWebId()
91 std::unordered_map<int32_t, WebviewController*> g_webview_controller_map; variable102 g_webview_controller_map.emplace(nwebId, this); in WebviewController()114 g_webview_controller_map.erase(nwebId_); in ~WebviewController()121 g_webview_controller_map.emplace(nwebId, this); in SetWebId()146 if (auto it = g_webview_controller_map.find(nwebId); it != g_webview_controller_map.end()) { in FromID()