Home
last modified time | relevance | path

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

/dports/lang/spidermonkey78/firefox-78.9.0/widget/
H A DWidgetEventImpl.cpp191 static nsDataHashtable<nsDepCharHashKey, Command>* sCommandHashtable = nullptr; variable
236 if (!sCommandHashtable) { in GetInternalCommand()
237 sCommandHashtable = new nsDataHashtable<nsDepCharHashKey, Command>(); in GetInternalCommand()
239 sCommandHashtable->Put(#aCommandStr, Command::aName); in GetInternalCommand()
252 if (!sCommandHashtable->Get(aCommandName, &command)) { in GetInternalCommand()
1125 delete sCommandHashtable; in Shutdown()
1126 sCommandHashtable = nullptr; in Shutdown()
/dports/mail/thunderbird/thunderbird-91.8.0/widget/
H A DWidgetEventImpl.cpp200 static nsTHashMap<nsDepCharHashKey, Command>* sCommandHashtable = nullptr; variable
245 if (!sCommandHashtable) { in GetInternalCommand()
246 sCommandHashtable = new nsTHashMap<nsDepCharHashKey, Command>(); in GetInternalCommand()
248 sCommandHashtable->InsertOrUpdate(#aCommandStr, Command::aName); in GetInternalCommand()
261 if (!sCommandHashtable->Get(aCommandName, &command)) { in GetInternalCommand()
1167 delete sCommandHashtable; in Shutdown()
1168 sCommandHashtable = nullptr; in Shutdown()
/dports/www/firefox/firefox-99.0/widget/
H A DWidgetEventImpl.cpp202 static nsTHashMap<nsDepCharHashKey, Command>* sCommandHashtable = nullptr; variable
247 if (!sCommandHashtable) { in GetInternalCommand()
248 sCommandHashtable = new nsTHashMap<nsDepCharHashKey, Command>(); in GetInternalCommand()
250 sCommandHashtable->InsertOrUpdate(#aCommandStr, Command::aName); in GetInternalCommand()
263 if (!sCommandHashtable->Get(aCommandName, &command)) { in GetInternalCommand()
1166 delete sCommandHashtable; in Shutdown()
1167 sCommandHashtable = nullptr; in Shutdown()
/dports/www/firefox-esr/firefox-91.8.0/widget/
H A DWidgetEventImpl.cpp200 static nsTHashMap<nsDepCharHashKey, Command>* sCommandHashtable = nullptr; variable
245 if (!sCommandHashtable) { in GetInternalCommand()
246 sCommandHashtable = new nsTHashMap<nsDepCharHashKey, Command>(); in GetInternalCommand()
248 sCommandHashtable->InsertOrUpdate(#aCommandStr, Command::aName); in GetInternalCommand()
261 if (!sCommandHashtable->Get(aCommandName, &command)) { in GetInternalCommand()
1167 delete sCommandHashtable; in Shutdown()
1168 sCommandHashtable = nullptr; in Shutdown()