Home
last modified time | relevance | path

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

/dports/www/firefox-esr/firefox-91.8.0/dom/base/
H A DnsContentUtils.cpp10053 static uint64_t gNextTabId = 0; variable
10057 return GenerateProcessSpecificId(++gNextTabId);
/dports/lang/spidermonkey78/firefox-78.9.0/dom/base/
H A DnsContentUtils.cpp9925 static uint64_t gNextTabId = 0; variable
9929 return GenerateProcessSpecificId(++gNextTabId);
/dports/www/firefox/firefox-99.0/dom/base/
H A DnsContentUtils.cpp9985 static uint64_t gNextTabId = 0; variable
9989 return GenerateProcessSpecificId(++gNextTabId);
/dports/mail/thunderbird/thunderbird-91.8.0/dom/base/
H A DnsContentUtils.cpp10053 static uint64_t gNextTabId = 0; variable
10057 return GenerateProcessSpecificId(++gNextTabId);
/dports/lang/spidermonkey60/firefox-60.9.0/dom/base/
H A DnsContentUtils.cpp10030 static uint64_t gNextTabId = 0; variable
10044 uint64_t tabId = ++gNextTabId;