Home
last modified time | relevance | path

Searched refs:interceptorIid (Results 1 – 10 of 10) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/ipc/mscom/
H A DInterceptor.cpp588 REFIID interceptorIid = MarshalAs(aIid); in GetInterceptorForIID() local
596 MapEntry* entry = Lookup(interceptorIid); in GetInterceptorForIID()
617 result = unkInterceptor->QueryInterface(interceptorIid, aOutInterceptor); in GetInterceptorForIID()
633 QueryInterfaceTarget(interceptorIid, (void**)&rawTargetInterface, result); in GetInterceptorForIID()
652 hr = CreateInterceptor(interceptorIid, in GetInterceptorForIID()
671 MapEntry* entry = Lookup(interceptorIid); in GetInterceptorForIID()
686 MapEntry(interceptorIid, unkInterceptor, rawTargetInterface)); in GetInterceptorForIID()
697 hr = unkInterceptor->QueryInterface(interceptorIid, aOutInterceptor); in GetInterceptorForIID()
H A DMainThreadHandoff.cpp679 REFIID interceptorIid = in OnWalkInterface() local
683 hr = Interceptor::Create(std::move(origInterface), handoff, interceptorIid, in OnWalkInterface()
/dports/lang/spidermonkey78/firefox-78.9.0/ipc/mscom/
H A DInterceptor.cpp588 REFIID interceptorIid = MarshalAs(aIid); in GetInterceptorForIID() local
596 MapEntry* entry = Lookup(interceptorIid); in GetInterceptorForIID()
617 result = unkInterceptor->QueryInterface(interceptorIid, aOutInterceptor); in GetInterceptorForIID()
633 QueryInterfaceTarget(interceptorIid, (void**)&rawTargetInterface, result); in GetInterceptorForIID()
652 hr = CreateInterceptor(interceptorIid, in GetInterceptorForIID()
671 MapEntry* entry = Lookup(interceptorIid); in GetInterceptorForIID()
686 MapEntry(interceptorIid, unkInterceptor, rawTargetInterface)); in GetInterceptorForIID()
697 hr = unkInterceptor->QueryInterface(interceptorIid, aOutInterceptor); in GetInterceptorForIID()
H A DMainThreadHandoff.cpp679 REFIID interceptorIid = in OnWalkInterface() local
683 hr = Interceptor::Create(std::move(origInterface), handoff, interceptorIid, in OnWalkInterface()
/dports/www/firefox/firefox-99.0/ipc/mscom/
H A DInterceptor.cpp587 REFIID interceptorIid = MarshalAs(aIid); in GetInterceptorForIID() local
595 MapEntry* entry = Lookup(interceptorIid); in GetInterceptorForIID()
616 result = unkInterceptor->QueryInterface(interceptorIid, aOutInterceptor); in GetInterceptorForIID()
632 QueryInterfaceTarget(interceptorIid, (void**)&rawTargetInterface, result); in GetInterceptorForIID()
651 hr = CreateInterceptor(interceptorIid, in GetInterceptorForIID()
670 MapEntry* entry = Lookup(interceptorIid); in GetInterceptorForIID()
685 MapEntry(interceptorIid, unkInterceptor, rawTargetInterface)); in GetInterceptorForIID()
696 hr = unkInterceptor->QueryInterface(interceptorIid, aOutInterceptor); in GetInterceptorForIID()
H A DMainThreadHandoff.cpp679 REFIID interceptorIid = in OnWalkInterface() local
683 hr = Interceptor::Create(std::move(origInterface), handoff, interceptorIid, in OnWalkInterface()
/dports/mail/thunderbird/thunderbird-91.8.0/ipc/mscom/
H A DInterceptor.cpp588 REFIID interceptorIid = MarshalAs(aIid); in GetInterceptorForIID() local
596 MapEntry* entry = Lookup(interceptorIid); in GetInterceptorForIID()
617 result = unkInterceptor->QueryInterface(interceptorIid, aOutInterceptor); in GetInterceptorForIID()
633 QueryInterfaceTarget(interceptorIid, (void**)&rawTargetInterface, result); in GetInterceptorForIID()
652 hr = CreateInterceptor(interceptorIid, in GetInterceptorForIID()
671 MapEntry* entry = Lookup(interceptorIid); in GetInterceptorForIID()
686 MapEntry(interceptorIid, unkInterceptor, rawTargetInterface)); in GetInterceptorForIID()
697 hr = unkInterceptor->QueryInterface(interceptorIid, aOutInterceptor); in GetInterceptorForIID()
H A DMainThreadHandoff.cpp679 REFIID interceptorIid = in OnWalkInterface() local
683 hr = Interceptor::Create(std::move(origInterface), handoff, interceptorIid, in OnWalkInterface()
/dports/lang/spidermonkey60/firefox-60.9.0/ipc/mscom/
H A DInterceptor.cpp576 REFIID interceptorIid = MarshalAs(aIid); in GetInterceptorForIID() local
584 MapEntry* entry = Lookup(interceptorIid); in GetInterceptorForIID()
605 result = unkInterceptor->QueryInterface(interceptorIid, aOutInterceptor); in GetInterceptorForIID()
621 QueryInterfaceTarget(interceptorIid, (void**)&rawTargetInterface, result); in GetInterceptorForIID()
640 hr = CreateInterceptor(interceptorIid, in GetInterceptorForIID()
659 MapEntry* entry = Lookup(interceptorIid); in GetInterceptorForIID()
674 MapEntry(interceptorIid, unkInterceptor, rawTargetInterface)); in GetInterceptorForIID()
685 hr = unkInterceptor->QueryInterface(interceptorIid, aOutInterceptor); in GetInterceptorForIID()
H A DMainThreadHandoff.cpp664 REFIID interceptorIid = in OnWalkInterface() local
668 hr = Interceptor::Create(Move(origInterface), handoff, interceptorIid, in OnWalkInterface()