Home
last modified time | relevance | path

Searched defs:LazyLogModule (Results 1 – 20 of 20) sorted by relevance

/dports/www/firefox/firefox-99.0/js/loader/
H A DModuleLoaderBase.h30 class LazyLogModule; variable
/dports/lang/spidermonkey60/firefox-60.9.0/xpcom/base/
H A DLogging.h156 explicit constexpr LazyLogModule(const char* aLogName) in LazyLogModule() function
/dports/www/firefox-legacy/firefox-52.8.0esr/xpcom/base/
H A DLogging.h166 explicit constexpr LazyLogModule(const char* aLogName) in LazyLogModule() function
/dports/www/firefox-esr/firefox-91.8.0/dom/network/
H A DUDPSocket.h26 class LazyLogModule; variable
/dports/www/firefox/firefox-99.0/dom/network/
H A DUDPSocket.h26 class LazyLogModule; variable
/dports/mail/thunderbird/thunderbird-91.8.0/dom/network/
H A DUDPSocket.h26 class LazyLogModule; variable
/dports/lang/spidermonkey78/firefox-78.9.0/xpcom/base/
H A DLogging.h176 explicit constexpr LazyLogModule(const char* aLogName) in LazyLogModule() function
/dports/mail/thunderbird/thunderbird-91.8.0/xpcom/base/
H A DLogging.h179 explicit constexpr LazyLogModule(const char* aLogName) in LazyLogModule() function
/dports/www/firefox/firefox-99.0/xpcom/base/
H A DLogging.h179 explicit constexpr LazyLogModule(const char* aLogName) in LazyLogModule() function
/dports/www/firefox-esr/firefox-91.8.0/xpcom/base/
H A DLogging.h179 explicit constexpr LazyLogModule(const char* aLogName) in LazyLogModule() function
/dports/www/firefox-esr/firefox-91.8.0/dom/script/
H A DScriptLoader.h49 class LazyLogModule; variable
/dports/mail/thunderbird/thunderbird-91.8.0/dom/script/
H A DScriptLoader.h49 class LazyLogModule; variable
/dports/www/firefox/firefox-99.0/dom/script/
H A DScriptLoader.h61 class LazyLogModule; variable
/dports/www/firefox/firefox-99.0/dom/base/
H A DnsContentUtils.h146 class LazyLogModule; variable
/dports/www/firefox-esr/firefox-91.8.0/dom/base/
H A DnsContentUtils.h147 class LazyLogModule; variable
/dports/mail/thunderbird/thunderbird-91.8.0/dom/base/
H A DnsContentUtils.h147 class LazyLogModule; variable
/dports/www/firefox-esr/firefox-91.8.0/layout/generic/
H A DnsIFrame.h144 class LazyLogModule; variable
/dports/www/firefox/firefox-99.0/layout/generic/
H A DnsIFrame.h145 class LazyLogModule; variable
/dports/mail/thunderbird/thunderbird-91.8.0/layout/generic/
H A DnsIFrame.h144 class LazyLogModule; variable
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/style/gecko/generated/
H A Dstructs.rs7420 pub struct LazyLogModule { struct
7421 pub mLogName: *const ::std::os::raw::c_char,
7422 pub mLog: u64,
7457 impl Clone for LazyLogModule { implementation