Home
last modified time | relevance | path

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

/dports/lang/spidermonkey60/firefox-60.9.0/accessible/windows/msaa/
H A DLazyInstantiator.cpp211 const DllBlockInfo &blockedDll = gBlockedInprocDlls[index]; in IsBlockedInjection() local
212 HMODULE module = ::GetModuleHandleW(blockedDll.mName); in IsBlockedInjection()
217 if (blockedDll.mUntilVersion == ALL_VERSIONS) { in IsBlockedInjection()
221 blockedDll.mUntilVersion); in IsBlockedInjection()
/dports/lang/spidermonkey78/firefox-78.9.0/accessible/windows/msaa/
H A DLazyInstantiator.cpp191 const DllBlockInfo& blockedDll = gBlockedInprocDlls[index]; in IsBlockedInjection() local
192 HMODULE module = ::GetModuleHandleW(blockedDll.mName); in IsBlockedInjection()
199 return version.isOk() && blockedDll.IsVersionBlocked(version.unwrap()); in IsBlockedInjection()
/dports/www/firefox/firefox-99.0/accessible/windows/msaa/
H A DLazyInstantiator.cpp195 const DllBlockInfo& blockedDll = gBlockedInprocDlls[index]; in IsBlockedInjection() local
196 HMODULE module = ::GetModuleHandleW(blockedDll.mName); in IsBlockedInjection()
203 return version.isOk() && blockedDll.IsVersionBlocked(version.unwrap()); in IsBlockedInjection()
/dports/www/firefox-esr/firefox-91.8.0/accessible/windows/msaa/
H A DLazyInstantiator.cpp195 const DllBlockInfo& blockedDll = gBlockedInprocDlls[index]; in IsBlockedInjection() local
196 HMODULE module = ::GetModuleHandleW(blockedDll.mName); in IsBlockedInjection()
203 return version.isOk() && blockedDll.IsVersionBlocked(version.unwrap()); in IsBlockedInjection()
/dports/mail/thunderbird/thunderbird-91.8.0/accessible/windows/msaa/
H A DLazyInstantiator.cpp195 const DllBlockInfo& blockedDll = gBlockedInprocDlls[index]; in IsBlockedInjection() local
196 HMODULE module = ::GetModuleHandleW(blockedDll.mName); in IsBlockedInjection()
203 return version.isOk() && blockedDll.IsVersionBlocked(version.unwrap()); in IsBlockedInjection()