Home
last modified time | relevance | path

Searched refs:aThisVal (Results 1 – 12 of 12) 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() argument
478 return ((*aThisVal).*aMethod)(Forward<ValueType>(aValue)).forget(); in InvokeCallbackMethod()
485 InvokeCallbackMethod(ThisType* aThisVal, MethodType aMethod, ValueType&& aValue) in InvokeCallbackMethod() argument
487 ((*aThisVal).*aMethod)(Forward<ValueType>(aValue)); in InvokeCallbackMethod()
497 return ((*aThisVal).*aMethod)().forget(); in InvokeCallbackMethod()
506 ((*aThisVal).*aMethod)(); in InvokeCallbackMethod()
514 MethodThenValue(AbstractThread* aResponseTarget, ThisType* aThisVal, in MethodThenValue() argument
518 , mThisVal(aThisVal) in MethodThenValue()
970 return ((*aThisVal).*aMethod)(Get<Indices>(aArgs)...); in MethodCallInvokeHelper()
987 MethodCall(MethodType aMethod, ThisType* aThisVal, ArgTypes... aArgs) in MethodCall() argument
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/xpcom/threads/
H A DMozPromise.h489 return (aThisVal->*aMethod)(Forward<ValueType>(aValue));
497 return (aThisVal->*aMethod)();
504 ThisType* aThisVal, MethodType aMethod, ValueType&& aValue,
516 ThisType* aThisVal, MethodType aMethod, ValueType&& aValue,
521 InvokeMethod(aThisVal, aMethod, Forward<ValueType>(aValue));
553 mThisVal(aThisVal),
616 mThisVal(aThisVal),
887 ThisType* aThisVal, Methods... aMethods) {
1262 MethodCall(MethodType aMethod, ThisType* aThisVal, Args&&... aArgs)
1354 aTarget, aThisVal, aCallerName, aMethod,
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/xpcom/threads/
H A DMozPromise.h555 return (aThisVal->*aMethod)(std::forward<ValueType>(aValue));
562 return (aThisVal->*aMethod)();
569 ThisType* aThisVal, MethodType aMethod, ValueType&& aValue,
581 ThisType* aThisVal, MethodType aMethod, ValueType&& aValue,
619 mThisVal(aThisVal),
683 mThisVal(aThisVal),
958 ThisType* aThisVal, Methods... aMethods) {
1407 mThisVal(aThisVal),
1462 aMethod, aThisVal, std::forward<ActualArgTypes>(aArgs)...);
1499 aTarget, aThisVal, aCallerName, aMethod,
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/xpcom/threads/
H A DMozPromise.h630 return (aThisVal->*aMethod)(std::forward<ValueType>(aValue));
637 return (aThisVal->*aMethod)();
644 ThisType* aThisVal, MethodType aMethod, ValueType&& aValue,
656 ThisType* aThisVal, MethodType aMethod, ValueType&& aValue,
694 mThisVal(aThisVal),
758 mThisVal(aThisVal),
1033 ThisType* aThisVal, Methods... aMethods) {
1510 mThisVal(aThisVal),
1565 aMethod, aThisVal, std::forward<ActualArgTypes>(aArgs)...);
1602 aTarget, aThisVal, aCallerName, aMethod,
[all …]
/dports/www/firefox/firefox-99.0/xpcom/threads/
H A DMozPromise.h630 return (aThisVal->*aMethod)(std::forward<ValueType>(aValue));
637 return (aThisVal->*aMethod)();
644 ThisType* aThisVal, MethodType aMethod, ValueType&& aValue,
656 ThisType* aThisVal, MethodType aMethod, ValueType&& aValue,
694 mThisVal(aThisVal),
758 mThisVal(aThisVal),
1033 ThisType* aThisVal, Methods... aMethods) {
1512 mThisVal(aThisVal),
1567 aMethod, aThisVal, std::forward<ActualArgTypes>(aArgs)...);
1604 aTarget, aThisVal, aCallerName, aMethod,
[all …]
/dports/www/firefox-esr/firefox-91.8.0/xpcom/threads/
H A DMozPromise.h630 return (aThisVal->*aMethod)(std::forward<ValueType>(aValue));
637 return (aThisVal->*aMethod)();
644 ThisType* aThisVal, MethodType aMethod, ValueType&& aValue,
656 ThisType* aThisVal, MethodType aMethod, ValueType&& aValue,
694 mThisVal(aThisVal),
758 mThisVal(aThisVal),
1033 ThisType* aThisVal, Methods... aMethods) {
1510 mThisVal(aThisVal),
1565 aMethod, aThisVal, std::forward<ActualArgTypes>(aArgs)...);
1602 aTarget, aThisVal, aCallerName, aMethod,
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/dom/base/
H A DnsObjectLoadingContent.h228 void LegacyCall(JSContext* aCx, JS::Handle<JS::Value> aThisVal,
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/base/
H A DnsObjectLoadingContent.h237 void LegacyCall(JSContext* aCx, JS::Handle<JS::Value> aThisVal,
H A DnsObjectLoadingContent.cpp3725 JS::Handle<JS::Value> aThisVal, in LegacyCall() argument
3765 JS::Rooted<JS::Value> thisVal(aCx, aThisVal); in LegacyCall()
/dports/www/firefox-esr/firefox-91.8.0/dom/docs/webIdlBindings/
H A Dindex.rst1425 int32_t LegacyCall(JS::Handle<JS::Value> aThisVal, float aArgument);
/dports/www/firefox/firefox-99.0/dom/docs/webIdlBindings/
H A Dindex.md1248 int32_t LegacyCall(JS::Handle<JS::Value> aThisVal, float aArgument);
/dports/mail/thunderbird/thunderbird-91.8.0/dom/docs/webIdlBindings/
H A Dindex.rst1425 int32_t LegacyCall(JS::Handle<JS::Value> aThisVal, float aArgument);