Home
last modified time | relevance | path

Searched defs:SpyWithISupports (Results 1 – 6 of 6) sorted by relevance

/dports/www/firefox-legacy/firefox-52.8.0esr/xpcom/glue/tests/gtest/
H A DTestThreadUtils.cpp84 struct SpyWithISupports : public ISpyWithISupports, public Spy struct
89 explicit SpyWithISupports(int aID) : Spy(aID) {}; in SpyWithISupports() argument
91 NS_IMETHOD_(nsrefcnt) RefCnt() override { return mRefCnt; } in NS_IMETHOD_()
92 NS_IMETHOD_(int32_t) ID() override { return mID; } in ID()
/dports/lang/spidermonkey78/firefox-78.9.0/xpcom/tests/gtest/
H A DTestThreadUtils.cpp1051 struct SpyWithISupports : public ISpyWithISupports, public Spy { struct
1056 explicit SpyWithISupports(int aID) : Spy(aID){}; in SpyWithISupports() function
1058 NS_IMETHOD_(nsrefcnt) RefCnt() override { return mRefCnt; } in NS_IMETHOD_()
1059 NS_IMETHOD_(int32_t) ID() override { return mID; } in ID()
/dports/lang/spidermonkey60/firefox-60.9.0/xpcom/tests/gtest/
H A DTestThreadUtils.cpp903 struct SpyWithISupports : public ISpyWithISupports, public Spy struct
908 explicit SpyWithISupports(int aID) : Spy(aID) {}; in SpyWithISupports() function
910 NS_IMETHOD_(nsrefcnt) RefCnt() override { return mRefCnt; } in NS_IMETHOD_()
911 NS_IMETHOD_(int32_t) ID() override { return mID; } in ID()
/dports/mail/thunderbird/thunderbird-91.8.0/xpcom/tests/gtest/
H A DTestThreadUtils.cpp1076 struct SpyWithISupports : public ISpyWithISupports, public Spy { struct
1081 explicit SpyWithISupports(int aID) : Spy(aID){}; in SpyWithISupports() argument
1083 NS_IMETHOD_(nsrefcnt) RefCnt() override { return mRefCnt; } in NS_IMETHOD_()
1084 NS_IMETHOD_(int32_t) ID() override { return mID; } in ID()
/dports/www/firefox/firefox-99.0/xpcom/tests/gtest/
H A DTestThreadUtils.cpp1091 struct SpyWithISupports : public ISpyWithISupports, public Spy { struct
1096 explicit SpyWithISupports(int aID) : Spy(aID){}; in SpyWithISupports() argument
1098 NS_IMETHOD_(nsrefcnt) RefCnt() override { return mRefCnt; } in NS_IMETHOD_()
1099 NS_IMETHOD_(int32_t) ID() override { return mID; } in ID()
/dports/www/firefox-esr/firefox-91.8.0/xpcom/tests/gtest/
H A DTestThreadUtils.cpp1076 struct SpyWithISupports : public ISpyWithISupports, public Spy { struct
1081 explicit SpyWithISupports(int aID) : Spy(aID){}; in SpyWithISupports() argument
1083 NS_IMETHOD_(nsrefcnt) RefCnt() override { return mRefCnt; } in NS_IMETHOD_()
1084 NS_IMETHOD_(int32_t) ID() override { return mID; } in ID()