Searched refs:NS_IMETHOD_ (Results 1 - 23 of 23) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsByteBuffer.h53 NS_IMETHOD_(PRUint32) GetLength(void) const;
54 NS_IMETHOD_(PRUint32) GetBufferSize(void) const;
55 NS_IMETHOD_(char*) GetBuffer() const;
56 NS_IMETHOD_(PRBool) Grow(PRUint32 aNewSize);
57 NS_IMETHOD_(PRInt32) Fill(nsresult* aErrorCode, nsIInputStream* aStream,
H A DnsUnicharBuffer.h52 NS_IMETHOD_(PRInt32) GetLength() const;
53 NS_IMETHOD_(PRInt32) GetBufferSize() const;
54 NS_IMETHOD_(PRUnichar*) GetBuffer() const;
55 NS_IMETHOD_(PRBool) Grow(PRInt32 aNewSize);
H A DnsSupportsArray.h86 NS_IMETHOD_(PRBool) MoveElement(PRInt32 aFrom, PRInt32 aTo);
91 NS_IMETHOD_(PRBool) Equals(const nsISupportsArray* aOther);
93 NS_IMETHOD_(nsISupports*) ElementAt(PRUint32 aIndex);
95 NS_IMETHOD_(PRInt32) IndexOf(const nsISupports* aPossibleElement);
96 NS_IMETHOD_(PRInt32) IndexOfStartingAt(const nsISupports* aPossibleElement,
98 NS_IMETHOD_(PRInt32) LastIndexOf(const nsISupports* aPossibleElement);
116 NS_IMETHOD_(PRBool) InsertElementAt(nsISupports* aElement, PRUint32 aIndex);
118 NS_IMETHOD_(PRBool) ReplaceElementAt(nsISupports* aElement, PRUint32 aIndex);
120 NS_IMETHOD_(PRBool) RemoveElementAt(PRUint32 aIndex) {
123 NS_IMETHOD_(PRBoo
[all...]
H A DnsIUnicharBuffer.h53 NS_IMETHOD_(PRInt32) GetLength() const = 0;
54 NS_IMETHOD_(PRInt32) GetBufferSize() const = 0;
55 NS_IMETHOD_(PRUnichar*) GetBuffer() const = 0;
56 NS_IMETHOD_(PRBool) Grow(PRInt32 aNewSize) = 0;
H A DnsIByteBuffer.h63 NS_IMETHOD_(PRUint32) GetLength(void) const = 0;
66 NS_IMETHOD_(PRUint32) GetBufferSize(void) const = 0;
69 NS_IMETHOD_(char*) GetBuffer(void) const = 0;
72 NS_IMETHOD_(PRBool) Grow(PRUint32 aNewSize) = 0;
76 NS_IMETHOD_(PRInt32) Fill(nsresult* aErrorCode, nsIInputStream* aStream,
H A DnsAtomTable.h87 NS_IMETHOD_(nsrefcnt) AddRef();
88 NS_IMETHOD_(nsrefcnt) Release();
H A DnsAtomTable.cpp85 NS_IMETHOD_(nsrefcnt) AddRef(void);
86 NS_IMETHOD_(nsrefcnt) Release(void);
/vbox/src/libs/xpcom18a4/xpcom/base/
H A DnsISupportsBase.h105 NS_IMETHOD_(nsrefcnt) AddRef(void) = 0;
114 NS_IMETHOD_(nsrefcnt) Release(void) = 0;
H A DnsAgg.h66 NS_IMETHOD_(nsrefcnt) AddRef(void); \
67 NS_IMETHOD_(nsrefcnt) Release(void); \
H A Dnscore.h159 #define NS_IMETHOD_(type) virtual type __stdcall macro
171 #define NS_IMETHOD_(type) virtual type macro
183 #define NS_IMETHOD_(type) virtual IMETHOD_VISIBILITY type macro
196 # define NS_IMETHOD_(type) virtual IMETHOD_VISIBILITY type macro
206 # define NS_IMETHOD_(type) virtual IMETHOD_VISIBILITY type macro
244 #define NS_IMETHOD NS_IMETHOD_(nsresult)
/vbox/src/libs/xpcom18a4/
H A Dvboxdeps.cpp26 NS_IMETHOD_(nsrefcnt) AddRef(void)
31 NS_IMETHOD_(nsrefcnt) Release(void)
/vbox/src/libs/xpcom18a4/xpcom/glue/
H A DnsWeakReference.h91 NS_IMETHOD_(nsrefcnt) AddRef();
92 NS_IMETHOD_(nsrefcnt) Release();
H A DnsISupportsImpl.h110 NS_IMETHOD_(nsrefcnt) AddRef(void); \
111 NS_IMETHOD_(nsrefcnt) Release(void); \
495 NS_IMETHOD_(nsrefcnt) AddRef(void); \
496 NS_IMETHOD_(nsrefcnt) Release(void); \
/vbox/src/libs/xpcom18a4/java/src/
H A DnsJavaXPTCStub.h98 NS_IMETHOD_(nsrefcnt) AddRefInternal();
99 NS_IMETHOD_(nsrefcnt) ReleaseInternal();
/vbox/include/VBox/com/
H A Dlisteners.h128 NS_IMETHOD_(nsrefcnt) AddRef(void)
137 NS_IMETHOD_(nsrefcnt) Release(void)
H A Ddefs.h383 #define STDMETHOD_(ret, meth) NS_IMETHOD_(ret) meth
/vbox/src/libs/xpcom18a4/xpcom/tests/
H A DTestArray.cpp55 NS_IMETHOD_(nsrefcnt) RefCnt() = 0;
56 NS_IMETHOD_(PRInt32) ID() = 0;
68 NS_IMETHOD_(nsrefcnt) RefCnt() { return mRefCnt; }
69 NS_IMETHOD_(PRInt32) ID() { return mID; }
H A DTestCOMPtr.cpp67 NS_IMETHOD_(nsrefcnt) AddRef();
68 NS_IMETHOD_(nsrefcnt) Release();
H A DTestHashtables.cpp232 NS_IMETHOD_(nsrefcnt) AddRef();
233 NS_IMETHOD_(nsrefcnt) Release();
/vbox/src/libs/xpcom18a4/python/src/
H A DPyXPCOM.h561 NS_IMETHOD_(nsrefcnt) AddRef(void) {return PyG_Base::AddRef();} \
562 NS_IMETHOD_(nsrefcnt) Release(void) {return PyG_Base::Release();} \
580 NS_IMETHOD_(nsrefcnt) AddRef(void) {return PyG_Base::AddRef();} \
581 NS_IMETHOD_(nsrefcnt) Release(void) {return PyG_Base::Release();} \
/vbox/src/libs/xpcom18a4/ipc/ipcd/extensions/dconnect/src/
H A DipcDConnectService.cpp1311 NS_IMETHOD_(nsrefcnt) AddRef() { return 1; }
1312 NS_IMETHOD_(nsrefcnt) Release() { return 1; }
1426 NS_IMETHOD_(nsrefcnt) AddRef() { return 1; }
1427 NS_IMETHOD_(nsrefcnt) Release() { return 1; }
1549 NS_IMETHOD_(nsrefcnt) AddRefIPC();
2903 NS_IMETHOD_(nsrefcnt) AddRef() { return 1; }
2904 NS_IMETHOD_(nsrefcnt) Release() { return 1; }
/vbox/src/VBox/Main/src-server/xpcom/
H A Dserver.cpp221 NS_IMETHOD_(nsrefcnt) Release()
/vbox/src/VBox/HostDrivers/VBoxNetFlt/win/cfg/
H A DVBoxNetCfg.cpp804 NS_IMETHOD_(nsrefcnt) AddRef(void) = 0;
805 NS_IMETHOD_(nsrefcnt) Release(void) = 0;

Completed in 916 milliseconds