Searched refs:NS_IMETHOD (Results 1 - 25 of 71) sorted by relevance

123

/vbox/src/libs/xpcom18a4/xpcom/threads/
H A DnsPIEventQueueChain.h60 NS_IMETHOD AppendQueue(nsIEventQueue *aQueue) = 0;
66 NS_IMETHOD Unlink() = 0;
73 NS_IMETHOD GetYoungest(nsIEventQueue **aQueue) = 0;
83 NS_IMETHOD GetYoungestActive(nsIEventQueue **aQueue) = 0;
85 NS_IMETHOD SetYounger(nsPIEventQueueChain *aQueue) = 0;
86 NS_IMETHOD GetYounger(nsIEventQueue **aQueue) = 0;
88 NS_IMETHOD SetElder(nsPIEventQueueChain *aQueue) = 0;
89 NS_IMETHOD GetElder(nsIEventQueue **aQueue) = 0;
H A DnsEventQueue.h59 NS_IMETHOD AppendQueue(nsIEventQueue *aQueue);
60 NS_IMETHOD Unlink();
61 NS_IMETHOD GetYoungest(nsIEventQueue **aQueue);
62 NS_IMETHOD GetYoungestActive(nsIEventQueue **aQueue);
63 NS_IMETHOD SetYounger(nsPIEventQueueChain *aQueue);
64 NS_IMETHOD GetYounger(nsIEventQueue **aQueue);
65 NS_IMETHOD SetElder(nsPIEventQueueChain *aQueue);
66 NS_IMETHOD GetElder(nsIEventQueue **aQueue);
H A DnsEventQueueService.h67 NS_IMETHOD CreateEventQueue(PRThread *aThread, PRBool aNative);
68 NS_IMETHOD MakeNewQueue(PRThread* thread, PRBool aNative, nsIEventQueue **aQueue);
/vbox/src/VBox/Frontends/VBoxFB/
H A DFramebuffer.h32 NS_IMETHOD GetWidth(PRUint32 *width);
33 NS_IMETHOD GetHeight(PRUint32 *height);
34 NS_IMETHOD Lock();
35 NS_IMETHOD Unlock();
36 NS_IMETHOD GetAddress(PRUint8 **address);
37 NS_IMETHOD GetBitsPerPixel(PRUint32 *bitsPerPixel);
38 NS_IMETHOD GetBytesPerLine(PRUint32 *bytesPerLine);
39 NS_IMETHOD GetPixelFormat(PRUint32 *pixelFormat);
40 NS_IMETHOD GetUsesGuestVRAM(PRBool *usesGuestVRAM);
41 NS_IMETHOD GetHeightReductio
[all...]
/vbox/src/libs/xpcom18a4/python/test/test_component/_xpidlgen/
H A Dpy_test_component.h47 NS_IMETHOD GetBoolean_value(PRBool *aBoolean_value) = 0;
48 NS_IMETHOD SetBoolean_value(PRBool aBoolean_value) = 0;
51 NS_IMETHOD GetOctet_value(PRUint8 *aOctet_value) = 0;
52 NS_IMETHOD SetOctet_value(PRUint8 aOctet_value) = 0;
55 NS_IMETHOD GetShort_value(PRInt16 *aShort_value) = 0;
56 NS_IMETHOD SetShort_value(PRInt16 aShort_value) = 0;
59 NS_IMETHOD GetUshort_value(PRUint16 *aUshort_value) = 0;
60 NS_IMETHOD SetUshort_value(PRUint16 aUshort_value) = 0;
63 NS_IMETHOD GetLong_value(PRInt32 *aLong_value) = 0;
64 NS_IMETHOD SetLong_valu
[all...]
/vbox/src/libs/xpcom18a4/xpcom/components/
H A DnsIServiceManagerObsolete.h88 NS_IMETHOD
101 NS_IMETHOD
104 NS_IMETHOD
110 NS_IMETHOD
117 NS_IMETHOD
120 NS_IMETHOD
123 NS_IMETHOD
129 NS_IMETHOD
184 NS_IMETHOD RegisterService(const nsCID& aClass, nsISupports* aService); \
185 NS_IMETHOD UnregisterServic
[all...]
H A DnsComponentManager.h108 NS_IMETHOD GetClassObjectByContractID(const char *aContractID,
118 NS_IMETHOD AutoRegister(nsIFile *aSpec);
119 NS_IMETHOD AutoUnregister(nsIFile *aSpec);
120 NS_IMETHOD RegisterFactory(const nsCID & aClass, const char *aClassName, const char *aContractID, nsIFactory *aFactory);
121 // NS_IMETHOD UnregisterFactory(const nsCID & aClass, nsIFactory *aFactory);
122 NS_IMETHOD RegisterFactoryLocation(const nsCID & aClass, const char *aClassName, const char *aContractID, nsIFile *aFile, const char *loaderStr, const char *aType);
123 NS_IMETHOD UnregisterFactoryLocation(const nsCID & aClass, nsIFile *aFile);
124 NS_IMETHOD IsCIDRegistered(const nsCID & aClass, PRBool *_retval);
125 NS_IMETHOD IsContractIDRegistered(const char *aClass, PRBool *_retval);
126 NS_IMETHOD EnumerateCID
[all...]
/vbox/src/libs/xpcom18a4/xpcom/obsolete/component/
H A DnsFileSpecImpl.h95 NS_IMETHOD Init(nsIFileSpec *parent, PRBool resolveSymlink);
97 NS_IMETHOD Exists(PRBool *_retval);
99 NS_IMETHOD Next();
101 NS_IMETHOD GetCurrentSpec(nsIFileSpec * *aCurrentSpec);
H A DnsRegistry.h74 NS_IMETHOD Close();
/vbox/src/libs/xpcom18a4/xpcom/obsolete/
H A DnsFileSpecImpl.h95 NS_IMETHOD Init(nsIFileSpec *parent, PRBool resolveSymlink);
97 NS_IMETHOD Exists(PRBool *_retval);
99 NS_IMETHOD Next();
101 NS_IMETHOD GetCurrentSpec(nsIFileSpec * *aCurrentSpec);
H A DnsIFileStream.h62 NS_IMETHOD Open(
69 NS_IMETHOD GetIsOpen(PRBool* outOpen) = 0;
88 NS_IMETHOD GetAtEOF(PRBool* outAtEOF) = 0;
89 NS_IMETHOD SetAtEOF(PRBool inAtEOF) = 0;
/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsEnumeratorUtils.h56 NS_IMETHOD HasMoreElements(PRBool* aResult);
57 NS_IMETHOD GetNext(nsISupports** aResult);
82 NS_IMETHOD HasMoreElements(PRBool* aResult);
83 NS_IMETHOD GetNext(nsISupports** aResult);
107 NS_IMETHOD HasMoreElements(PRBool* aResult);
108 NS_IMETHOD GetNext(nsISupports** aResult);
H A DnsSupportsArray.h63 NS_IMETHOD Count(PRUint32 *result) { *result = mCount; return NS_OK; }
64 NS_IMETHOD GetElementAt(PRUint32 aIndex, nsISupports* *result) {
68 NS_IMETHOD QueryElementAt(PRUint32 aIndex, const nsIID & aIID, void * *aResult) {
76 NS_IMETHOD SetElementAt(PRUint32 aIndex, nsISupports* value) {
79 NS_IMETHOD AppendElement(nsISupports *aElement) {
83 NS_IMETHOD RemoveElement(nsISupports *aElement) {
87 NS_IMETHOD Enumerate(nsIEnumerator* *result);
88 NS_IMETHOD Clear(void);
100 NS_IMETHOD GetIndexOf(nsISupports *aPossibleElement, PRInt32 *_retval) {
105 NS_IMETHOD GetIndexOfStartingA
[all...]
/vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/test/
H A Dstub_test.cpp10 #define NS_IMETHOD virtual nsresult __stdcall macro
13 #define NS_IMETHOD virtual nsresult macro
20 NS_IMETHOD ignored() = 0;
25 NS_IMETHOD callme1(int i, int j) = 0;
26 NS_IMETHOD callme2(int i, int j) = 0;
27 NS_IMETHOD callme3(int i, int j) = 0;
32 NS_IMETHOD ignored();
33 NS_IMETHOD callme1(int i, int j);
34 NS_IMETHOD callme2(int i, int j);
35 NS_IMETHOD callme
[all...]
H A Dinvoke_test.cpp46 #define NS_IMETHOD virtual nsresult __stdcall macro
49 #define NS_IMETHOD virtual nsresult macro
56 NS_IMETHOD ignored() = 0;
61 NS_IMETHOD callme1(int i, int j) = 0;
62 NS_IMETHOD callme2(int i, int j) = 0;
63 NS_IMETHOD callme3(int i, int j) = 0;
68 NS_IMETHOD ignored();
69 NS_IMETHOD callme1(int i, int j);
70 NS_IMETHOD callme2(int i, int j);
71 NS_IMETHOD callme
[all...]
/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsIUnicharInputStream.h64 NS_IMETHOD Read(PRUnichar* aBuf,
67 NS_IMETHOD Close() = 0;
68 NS_IMETHOD ReadSegments(nsWriteUnicharSegmentFun aWriter,
H A DnsStringStream.h59 NS_IMETHOD GetAtEOF(PRBool* outAtEOF) = 0;
60 NS_IMETHOD SetAtEOF(PRBool inAtEOF) = 0;
/vbox/src/libs/xpcom18a4/xpcom/proxy/src/
H A DnsIProxyCreateInstance.h28 NS_IMETHOD CreateInstanceByIID(const nsIID & cid, nsISupports *aOuter, const nsIID & iid, void * *result) = 0;
31 NS_IMETHOD CreateInstanceByContractID(const char *aContractID, nsISupports *aOuter, const nsIID & iid, void * *result) = 0;
/vbox/src/libs/xpcom18a4/xpcom/glue/
H A DnsGenericFactory.h59 NS_IMETHOD SetComponentInfo(const nsModuleComponentInfo *info);
60 NS_IMETHOD GetComponentInfo(const nsModuleComponentInfo **infop);
62 NS_IMETHOD CreateInstance(nsISupports *aOuter, REFNSIID aIID, void **aResult);
64 NS_IMETHOD LockFactory(PRBool aLock);
/vbox/src/libs/xpcom18a4/java/src/
H A DnsIFileStreams.h47 NS_IMETHOD Init(nsIFile *file, PRInt32 ioFlags, PRInt32 perm, PRInt32 behaviorFlags) = 0;
76 NS_IMETHOD Init(nsIFile *file, PRInt32 ioFlags, PRInt32 perm, PRInt32 behaviorFlags); \
80 NS_IMETHOD Init(nsIFile *file, PRInt32 ioFlags, PRInt32 perm, PRInt32 behaviorFlags) { return _to Init(file, ioFlags, perm, behaviorFlags); } \
84 NS_IMETHOD Init(nsIFile *file, PRInt32 ioFlags, PRInt32 perm, PRInt32 behaviorFlags) { return !_to ? NS_ERROR_NULL_POINTER : _to->Init(file, ioFlags, perm, behaviorFlags); } \
151 NS_IMETHOD Init(nsIFile *file, PRInt32 ioFlags, PRInt32 perm, PRInt32 behaviorFlags) = 0;
157 NS_IMETHOD Init(nsIFile *file, PRInt32 ioFlags, PRInt32 perm, PRInt32 behaviorFlags);
161 NS_IMETHOD Init(nsIFile *file, PRInt32 ioFlags, PRInt32 perm, PRInt32 behaviorFlags) { return _to Init(file, ioFlags, perm, behaviorFlags); }
165 NS_IMETHOD Init(nsIFile *file, PRInt32 ioFlags, PRInt32 perm, PRInt32 behaviorFlags) { return !_to ? NS_ERROR_NULL_POINTER : _to->Init(file, ioFlags, perm, behaviorFlags); }
/vbox/src/libs/xpcom18a4/
H A Dvboxdeps.cpp36 NS_IMETHOD GetInterfaceInfo(nsIInterfaceInfo** info)
43 NS_IMETHOD CallMethod(PRUint16 methodIndex, const nsXPTMethodInfo* info, nsXPTCMiniVariant* params)
/vbox/src/libs/xpcom18a4/xpcom/base/
H A DnsISupportsBase.h97 NS_IMETHOD QueryInterface(REFNSIID aIID, void** aInstancePtr) = 0;
/vbox/src/libs/xpcom18a4/xpcom/tests/services/
H A DMyService.cpp49 NS_IMETHOD
H A DMyService.h56 NS_IMETHOD
/vbox/src/libs/xpcom18a4/xpcom/tests/windows/
H A DTestCOM.cpp57 NS_IMETHOD Test() = 0;
71 NS_IMETHOD Test() {
109 NS_IMETHOD CreateInstance(nsISupports *aOuter,
113 NS_IMETHOD LockFactory(PRBool aLock) {

Completed in 74 milliseconds

123