Searched defs:IsNotXPCOM (Results 1 - 2 of 2) sorted by relevance

/vbox/src/libs/xpcom18a4/python/
H A Dxpt.py107 methods = filter(lambda m: not m.IsNotXPCOM(), self.methods)
132 methods = filter(lambda m: not m.IsNotXPCOM(), self.methods)
191 def IsNotXPCOM(self): member in class:Method
244 if self.IsNotXPCOM():
/vbox/src/libs/xpcom18a4/xpcom/reflect/xptinfo/public/
H A Dxptinfo.h235 PRBool IsNotXPCOM() const {return 0 != (XPT_MD_IS_NOTXPCOM(flags));} function in class:nsXPTMethodInfo

Completed in 3222 milliseconds