Searched refs:sPollFunc (Results 1 – 6 of 6) sorted by relevance
/dports/www/firefox/firefox-99.0/widget/gtk/ |
H A D | nsAppShell.cpp | 55 static GPollFunc sPollFunc; variable 62 return (*sPollFunc)(aUfds, aNfsd, aTimeout); in PollWrapper() 77 result = (*sPollFunc)(aUfds, aNfsd, timeout); in PollWrapper() 276 if (!sPollFunc) { in Init() 277 sPollFunc = g_main_context_get_poll_func(nullptr); in Init()
|
/dports/www/firefox-legacy/firefox-52.8.0esr/widget/gtk/ |
H A D | nsAppShell.cpp | 34 static GPollFunc sPollFunc; variable 42 gint result = (*sPollFunc)(ufds, nfsd, timeout_); in PollWrapper() 162 if (!sPollFunc) { in Init() 163 sPollFunc = g_main_context_get_poll_func(nullptr); in Init()
|
/dports/mail/thunderbird/thunderbird-91.8.0/widget/gtk/ |
H A D | nsAppShell.cpp | 49 static GPollFunc sPollFunc; variable 58 result = (*sPollFunc)(ufds, nfsd, timeout_); in PollWrapper() 135 if (!sPollFunc) { in Init() 136 sPollFunc = g_main_context_get_poll_func(nullptr); in Init()
|
/dports/www/firefox-esr/firefox-91.8.0/widget/gtk/ |
H A D | nsAppShell.cpp | 49 static GPollFunc sPollFunc; variable 58 result = (*sPollFunc)(ufds, nfsd, timeout_); in PollWrapper() 135 if (!sPollFunc) { in Init() 136 sPollFunc = g_main_context_get_poll_func(nullptr); in Init()
|
/dports/lang/spidermonkey78/firefox-78.9.0/widget/gtk/ |
H A D | nsAppShell.cpp | 50 static GPollFunc sPollFunc; variable 59 result = (*sPollFunc)(ufds, nfsd, timeout_); in PollWrapper() 158 if (!sPollFunc) { in Init() 159 sPollFunc = g_main_context_get_poll_func(nullptr); in Init()
|
/dports/lang/spidermonkey60/firefox-60.9.0/widget/gtk/ |
H A D | nsAppShell.cpp | 43 static GPollFunc sPollFunc; variable 51 result = (*sPollFunc)(ufds, nfsd, timeout_); in PollWrapper() 147 if (!sPollFunc) { in Init() 148 sPollFunc = g_main_context_get_poll_func(nullptr); in Init()
|