Home
last modified time | relevance | path

Searched refs:InvokeCallbackMethod (Results 1 – 6 of 6) sorted by relevance

/dports/www/firefox-legacy/firefox-52.8.0esr/xpcom/threads/
H A DMozPromise.h476 InvokeCallbackMethod(ThisType* aThisVal, MethodType aMethod, ValueType&& aValue) in InvokeCallbackMethod() function
485 InvokeCallbackMethod(ThisType* aThisVal, MethodType aMethod, ValueType&& aValue) in InvokeCallbackMethod() function
495 InvokeCallbackMethod(ThisType* aThisVal, MethodType aMethod, ValueType&& aValue) in InvokeCallbackMethod() function
504 InvokeCallbackMethod(ThisType* aThisVal, MethodType aMethod, ValueType&& aValue) in InvokeCallbackMethod() function
537 completion = InvokeCallbackMethod(mThisVal.get(), mResolveMethod, aValue.ResolveValue()); in DoResolveOrRejectInternal()
539 completion = InvokeCallbackMethod(mThisVal.get(), mRejectMethod, aValue.RejectValue()); in DoResolveOrRejectInternal()
594 …completion = InvokeCallbackMethod(mResolveFunction.ptr(), &ResolveFunction::operator(), aValue.Res… in DoResolveOrRejectInternal()
596 …completion = InvokeCallbackMethod(mRejectFunction.ptr(), &RejectFunction::operator(), aValue.Rejec… in DoResolveOrRejectInternal()
/dports/lang/spidermonkey60/firefox-60.9.0/xpcom/threads/
H A DMozPromise.h503 static typename EnableIf<SupportChaining, void>::Type InvokeCallbackMethod(
515 static typename EnableIf<!SupportChaining, void>::Type InvokeCallbackMethod(
574 InvokeCallbackMethod<SupportChaining::value>(
578 InvokeCallbackMethod<SupportChaining::value>(
635 InvokeCallbackMethod<SupportChaining::value>(
703 InvokeCallbackMethod<SupportChaining::value>(
707 InvokeCallbackMethod<SupportChaining::value>(
770 InvokeCallbackMethod<SupportChaining::value>(
/dports/lang/spidermonkey78/firefox-78.9.0/xpcom/threads/
H A DMozPromise.h568 static std::enable_if_t<SupportChaining, void> InvokeCallbackMethod(
580 static std::enable_if_t<!SupportChaining, void> InvokeCallbackMethod(
640 InvokeCallbackMethod<SupportChaining::value>(
644 InvokeCallbackMethod<SupportChaining::value>(
702 InvokeCallbackMethod<SupportChaining::value>(
771 InvokeCallbackMethod<SupportChaining::value>(
775 InvokeCallbackMethod<SupportChaining::value>(
839 InvokeCallbackMethod<SupportChaining::value>(
/dports/mail/thunderbird/thunderbird-91.8.0/xpcom/threads/
H A DMozPromise.h643 static std::enable_if_t<SupportChaining, void> InvokeCallbackMethod(
655 static std::enable_if_t<!SupportChaining, void> InvokeCallbackMethod(
715 InvokeCallbackMethod<SupportChaining::value>(
719 InvokeCallbackMethod<SupportChaining::value>(
777 InvokeCallbackMethod<SupportChaining::value>(
846 InvokeCallbackMethod<SupportChaining::value>(
850 InvokeCallbackMethod<SupportChaining::value>(
914 InvokeCallbackMethod<SupportChaining::value>(
/dports/www/firefox/firefox-99.0/xpcom/threads/
H A DMozPromise.h643 static std::enable_if_t<SupportChaining, void> InvokeCallbackMethod(
655 static std::enable_if_t<!SupportChaining, void> InvokeCallbackMethod(
715 InvokeCallbackMethod<SupportChaining::value>(
719 InvokeCallbackMethod<SupportChaining::value>(
777 InvokeCallbackMethod<SupportChaining::value>(
846 InvokeCallbackMethod<SupportChaining::value>(
850 InvokeCallbackMethod<SupportChaining::value>(
914 InvokeCallbackMethod<SupportChaining::value>(
/dports/www/firefox-esr/firefox-91.8.0/xpcom/threads/
H A DMozPromise.h643 static std::enable_if_t<SupportChaining, void> InvokeCallbackMethod(
655 static std::enable_if_t<!SupportChaining, void> InvokeCallbackMethod(
715 InvokeCallbackMethod<SupportChaining::value>(
719 InvokeCallbackMethod<SupportChaining::value>(
777 InvokeCallbackMethod<SupportChaining::value>(
846 InvokeCallbackMethod<SupportChaining::value>(
850 InvokeCallbackMethod<SupportChaining::value>(
914 InvokeCallbackMethod<SupportChaining::value>(