Lines Matching refs:PRUint32
60 void getInterfaces(out PRUint32 count,
75 nsISupports getHelperForLanguage(in PRUint32 language);
98 readonly attribute PRUint32 implementationLanguage;
103 const PRUint32 SINGLETON = 1 << 0;
104 const PRUint32 THREADSAFE = 1 << 1;
105 const PRUint32 MAIN_THREAD_ONLY = 1 << 2;
106 const PRUint32 DOM_OBJECT = 1 << 3;
107 const PRUint32 PLUGIN_OBJECT = 1 << 4;
108 const PRUint32 EAGER_CLASSINFO = 1 << 5;
113 const PRUint32 CONTENT_NODE = 1 << 6;
118 const PRUint32 RESERVED = 1 << 31;
121 readonly attribute PRUint32 flags;