Home
last modified time | relevance | path

Searched refs:aInterface (Results 1 – 25 of 157) sorted by relevance

1234567

/dports/mail/thunderbird/thunderbird-91.8.0/comm/mailnews/import/src/
H A DnsBeckyImport.cpp88 return CallQueryInterface(generic, aInterface); in GetMailImportInterface()
92 nsISupports** aInterface) { in GetAddressBookImportInterface() argument
107 return CallQueryInterface(generic, aInterface); in GetAddressBookImportInterface()
116 return CallQueryInterface(importer, aInterface); in GetSettingsImportInterface()
125 return CallQueryInterface(importer, aInterface); in GetFiltersImportInterface()
130 nsISupports** aInterface) { in GetImportInterface() argument
132 NS_ENSURE_ARG_POINTER(aInterface); in GetImportInterface()
134 *aInterface = nullptr; in GetImportInterface()
137 return GetAddressBookImportInterface(aInterface); in GetImportInterface()
139 return GetSettingsImportInterface(aInterface); in GetImportInterface()
[all …]
H A DnsBeckyImport.h32 nsresult GetMailImportInterface(nsISupports** aInterface);
33 nsresult GetAddressBookImportInterface(nsISupports** aInterface);
34 nsresult GetSettingsImportInterface(nsISupports** aInterface);
35 nsresult GetFiltersImportInterface(nsISupports** aInterface);
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/wifi/
H A DWifiProxyService.cpp40 , mInterface(aInterface) in WifiEventDispatcher()
61 EventRunnable(const nsACString& aInterface) in EventRunnable() argument
62 : mInterface(aInterface) in EventRunnable()
95 , mInterface(aInterface) in WifiResultDispatcher()
118 , mInterface(aInterface) in ControlRunnable()
240 const nsACString& aInterface, in SendCommand() argument
263 WifiProxyService::WaitForEvent(const nsACString& aInterface) in WaitForEvent() argument
270 nsCOMPtr<nsIRunnable> runnable = new EventRunnable(aInterface); in WaitForEvent()
277 if (mEventThreadList[i].mInterface.Equals(aInterface)) { in WaitForEvent()
302 mListener->OnCommand(val, aInterface); in DispatchWifiResult()
[all …]
H A DnsIWifiService.idl9 void onWaitEvent(in AString event, in ACString aInterface);
10 void onCommand(in jsval result, in ACString aInterface);
20 void sendCommand(in jsval parameters, in ACString aInterface);
21 void waitForEvent(in ACString aInterface);
/dports/editors/libreoffice/libreoffice-7.2.6.2/extensions/source/activex/
H A DSODispatchInterceptor.h156 CComBSTR aInterface( OLESTR( "com.sun.star.frame.XDispatchProviderInterceptor" ) ); in get_Bridge_implementedInterfaces()
157 SafeArrayPutElement( *pVal, &ix, aInterface ); in get_Bridge_implementedInterfaces()
160 aInterface = CComBSTR( OLESTR( "com.sun.star.frame.XDispatchProvider" ) ); in get_Bridge_implementedInterfaces()
161 SafeArrayPutElement( *pVal, &ix, aInterface ); in get_Bridge_implementedInterfaces()
164 aInterface = CComBSTR( OLESTR( "com.sun.star.frame.XDispatch" ) ); in get_Bridge_implementedInterfaces()
165 SafeArrayPutElement( *pVal, &ix, aInterface ); in get_Bridge_implementedInterfaces()
168 aInterface = CComBSTR( OLESTR( "com.sun.star.frame.XInterceptorInfo" ) ); in get_Bridge_implementedInterfaces()
169 SafeArrayPutElement( *pVal, &ix, aInterface ); in get_Bridge_implementedInterfaces()
H A DSOComWindowPeer.h146 CComBSTR aInterface( OLESTR( "com.sun.star.awt.XSystemDependentWindowPeer" ) ); in get_Bridge_implementedInterfaces()
147 SafeArrayPutElement( *pVal, &ix, aInterface ); in get_Bridge_implementedInterfaces()
150 aInterface = CComBSTR( OLESTR( "com.sun.star.awt.XWindowPeer" ) ); in get_Bridge_implementedInterfaces()
151 SafeArrayPutElement( *pVal, &ix, aInterface ); in get_Bridge_implementedInterfaces()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/extensions/source/activex/
H A DSODispatchInterceptor.h157 CComBSTR aInterface( OLESTR( "com.sun.star.frame.XDispatchProviderInterceptor" ) ); in get_Bridge_implementedInterfaces()
158 SafeArrayPutElement( *pVal, &ix, aInterface ); in get_Bridge_implementedInterfaces()
161 aInterface = CComBSTR( OLESTR( "com.sun.star.frame.XDispatchProvider" ) ); in get_Bridge_implementedInterfaces()
162 SafeArrayPutElement( *pVal, &ix, aInterface ); in get_Bridge_implementedInterfaces()
165 aInterface = CComBSTR( OLESTR( "com.sun.star.frame.XDispatch" ) ); in get_Bridge_implementedInterfaces()
166 SafeArrayPutElement( *pVal, &ix, aInterface ); in get_Bridge_implementedInterfaces()
169 aInterface = CComBSTR( OLESTR( "com.sun.star.frame.XInterceptorInfo" ) ); in get_Bridge_implementedInterfaces()
170 SafeArrayPutElement( *pVal, &ix, aInterface ); in get_Bridge_implementedInterfaces()
H A DSOComWindowPeer.h147 CComBSTR aInterface( OLESTR( "com.sun.star.awt.XSystemDependentWindowPeer" ) ); in get_Bridge_implementedInterfaces()
148 SafeArrayPutElement( *pVal, &ix, aInterface ); in get_Bridge_implementedInterfaces()
151 aInterface = CComBSTR( OLESTR( "com.sun.star.awt.XWindowPeer" ) ); in get_Bridge_implementedInterfaces()
152 SafeArrayPutElement( *pVal, &ix, aInterface ); in get_Bridge_implementedInterfaces()
/dports/www/firefox-legacy/firefox-52.8.0esr/xpcom/glue/
H A DnsInterfaceHashtable.h84 UserDataType* aInterface) const in Get() argument
89 if (aInterface) { in Get()
90 *aInterface = ent->mData; in Get()
92 NS_IF_ADDREF(*aInterface); in Get()
100 if (aInterface) { in Get()
101 *aInterface = nullptr; in Get()
/dports/lang/spidermonkey60/firefox-60.9.0/xpcom/ds/
H A DnsInterfaceHashtable.h88 KeyType aKey, UserDataType* aInterface) const { in Get() argument
92 if (aInterface) { in Get()
93 *aInterface = ent->mData; in Get()
95 NS_IF_ADDREF(*aInterface); in Get()
103 if (aInterface) { in Get()
104 *aInterface = nullptr; in Get()
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/webrtc/modules/video_capture/windows/
H A DBaseFilter.cpp56 STDMETHODIMP QueryInterface(REFIID aIId, void **aInterface)
58 if (!aInterface) {
63 *aInterface = static_cast<IEnumPins*>(this);
187 void** aInterface)
189 if (!aInterface) {
194 *aInterface = static_cast<IBaseFilter*>(this);
196 *aInterface = static_cast<IMediaFilter*>(this);
198 *aInterface = static_cast<IPersist*>(this);
200 *aInterface = NULL;
H A DBaseInputPin.cpp17 BaseInputPin::QueryInterface(REFIID aIId, void **aInterface)
19 if (!aInterface) {
24 *aInterface = static_cast<IMemInputPin*>(this);
29 return BasePin::QueryInterface(aIId, aInterface);
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/modules/video_capture/windows/
H A DBaseFilter.cpp56 STDMETHODIMP QueryInterface(REFIID aIId, void **aInterface) in QueryInterface() argument
58 if (!aInterface) { in QueryInterface()
63 *aInterface = static_cast<IEnumPins*>(this); in QueryInterface()
187 void** aInterface) in QueryInterface() argument
189 if (!aInterface) { in QueryInterface()
194 *aInterface = static_cast<IBaseFilter*>(this); in QueryInterface()
196 *aInterface = static_cast<IMediaFilter*>(this); in QueryInterface()
198 *aInterface = static_cast<IPersist*>(this); in QueryInterface()
200 *aInterface = NULL; in QueryInterface()
H A DBaseInputPin.cpp17 BaseInputPin::QueryInterface(REFIID aIId, void **aInterface) in QueryInterface() argument
19 if (!aInterface) { in QueryInterface()
24 *aInterface = static_cast<IMemInputPin*>(this); in QueryInterface()
29 return BasePin::QueryInterface(aIId, aInterface); in QueryInterface()
H A DBasePin.cpp41 STDMETHODIMP QueryInterface(REFIID aIId, void **aInterface) in QueryInterface() argument
43 if (!aInterface) { in QueryInterface()
48 *aInterface = static_cast<IEnumMediaTypes*>(this); in QueryInterface()
181 BasePin::QueryInterface(REFIID aIID, void ** aInterface) in QueryInterface() argument
183 if (!aInterface) { in QueryInterface()
188 *aInterface = static_cast<IPin*>(this); in QueryInterface()
190 *aInterface = static_cast<IQualityControl*>(this); in QueryInterface()
192 *aInterface = NULL; in QueryInterface()
/dports/lang/spidermonkey78/firefox-78.9.0/xpcom/ds/
H A DnsInterfaceHashtable.h102 KeyType aKey, UserDataType* aInterface) const { in Get() argument
106 if (aInterface) { in Get()
107 *aInterface = ent->GetData(); in Get()
109 NS_IF_ADDREF(*aInterface); in Get()
117 if (aInterface) { in Get()
118 *aInterface = nullptr; in Get()
/dports/www/firefox-esr/firefox-91.8.0/netwerk/base/
H A DNetworkInfoServiceLinux.cpp22 static nsresult ListInterfaceAddresses(int aFd, const char* aInterface,
62 static nsresult ListInterfaceAddresses(int aFd, const char* aInterface, in ListInterfaceAddresses() argument
66 strncpy(ifreq.ifr_name, aInterface, IFNAMSIZ - 1); in ListInterfaceAddresses()
86 ifaceStr.AssignASCII(aInterface); in ListInterfaceAddresses()
/dports/www/firefox/firefox-99.0/netwerk/base/
H A DNetworkInfoServiceLinux.cpp22 static nsresult ListInterfaceAddresses(int aFd, const char* aInterface,
62 static nsresult ListInterfaceAddresses(int aFd, const char* aInterface, in ListInterfaceAddresses() argument
66 strncpy(ifreq.ifr_name, aInterface, IFNAMSIZ - 1); in ListInterfaceAddresses()
86 ifaceStr.AssignASCII(aInterface); in ListInterfaceAddresses()
/dports/mail/thunderbird/thunderbird-91.8.0/netwerk/base/
H A DNetworkInfoServiceLinux.cpp22 static nsresult ListInterfaceAddresses(int aFd, const char* aInterface,
62 static nsresult ListInterfaceAddresses(int aFd, const char* aInterface, in ListInterfaceAddresses() argument
66 strncpy(ifreq.ifr_name, aInterface, IFNAMSIZ - 1); in ListInterfaceAddresses()
86 ifaceStr.AssignASCII(aInterface); in ListInterfaceAddresses()
/dports/www/firefox-legacy/firefox-52.8.0esr/ipc/mscom/
H A DMainThreadHandoff.cpp303 MainThreadHandoff::OnWalkInterface(REFIID aIid, PVOID* aInterface, in OnWalkInterface() argument
306 MOZ_ASSERT(aInterface && aIsOutParam); in OnWalkInterface()
307 if (!aInterface || !aIsOutParam) { in OnWalkInterface()
314 STAUniquePtr<IUnknown> origInterface(static_cast<IUnknown*>(*aInterface)); in OnWalkInterface()
315 *aInterface = nullptr; in OnWalkInterface()
325 *aInterface = origInterface.release(); in OnWalkInterface()
370 *aInterface = intercepted; in OnWalkInterface()
392 wrapped.forget(reinterpret_cast<IUnknown**>(aInterface)); in OnWalkInterface()
/dports/editors/libreoffice/libreoffice-7.2.6.2/odk/examples/OLE/activex/
H A DSOComWindowPeer.h141 CComBSTR aInterface( OLESTR( "com.sun.star.awt.XSystemDependentWindowPeer" ) ); in get_Bridge_implementedInterfaces()
142 SafeArrayPutElement( *pVal, &ix, aInterface ); in get_Bridge_implementedInterfaces()
145 aInterface = CComBSTR( OLESTR( "com.sun.star.awt.XWindowPeer" ) ); in get_Bridge_implementedInterfaces()
146 SafeArrayPutElement( *pVal, &ix, aInterface ); in get_Bridge_implementedInterfaces()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/odk/examples/OLE/activex/
H A DSOComWindowPeer.h141 CComBSTR aInterface( OLESTR( "com.sun.star.awt.XSystemDependentWindowPeer" ) ); in get_Bridge_implementedInterfaces()
142 SafeArrayPutElement( *pVal, &ix, aInterface ); in get_Bridge_implementedInterfaces()
145 aInterface = CComBSTR( OLESTR( "com.sun.star.awt.XWindowPeer" ) ); in get_Bridge_implementedInterfaces()
146 SafeArrayPutElement( *pVal, &ix, aInterface ); in get_Bridge_implementedInterfaces()
/dports/www/firefox-esr/firefox-91.8.0/dom/bindings/
H A DSpiderMonkeyInterface.h66 SpiderMonkeyInterfaceRooter(const CX& cx, InterfaceType* aInterface) in SpiderMonkeyInterfaceRooter() argument
67 : JS::CustomAutoRooter(cx), mInterface(aInterface) {} in SpiderMonkeyInterfaceRooter()
83 SpiderMonkeyInterfaceRooter(const CX& cx, Nullable<InterfaceType>* aInterface) in SpiderMonkeyInterfaceRooter() argument
84 : JS::CustomAutoRooter(cx), mInterface(aInterface) {} in SpiderMonkeyInterfaceRooter()
/dports/www/firefox/firefox-99.0/dom/bindings/
H A DSpiderMonkeyInterface.h66 SpiderMonkeyInterfaceRooter(const CX& cx, InterfaceType* aInterface) in SpiderMonkeyInterfaceRooter() argument
67 : JS::CustomAutoRooter(cx), mInterface(aInterface) {} in SpiderMonkeyInterfaceRooter()
83 SpiderMonkeyInterfaceRooter(const CX& cx, Nullable<InterfaceType>* aInterface) in SpiderMonkeyInterfaceRooter() argument
84 : JS::CustomAutoRooter(cx), mInterface(aInterface) {} in SpiderMonkeyInterfaceRooter()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/bindings/
H A DSpiderMonkeyInterface.h66 SpiderMonkeyInterfaceRooter(const CX& cx, InterfaceType* aInterface) in SpiderMonkeyInterfaceRooter() argument
67 : JS::CustomAutoRooter(cx), mInterface(aInterface) {} in SpiderMonkeyInterfaceRooter()
83 SpiderMonkeyInterfaceRooter(const CX& cx, Nullable<InterfaceType>* aInterface) in SpiderMonkeyInterfaceRooter() argument
84 : JS::CustomAutoRooter(cx), mInterface(aInterface) {} in SpiderMonkeyInterfaceRooter()

1234567