Lines Matching defs:methodName

86 	const char *methodName = "getClassObject";
88 nsresult nr = InvokeNativeViaPolicy(methodName, &ret, "OOO", cm, clsid, iid);
95 nr = HandleNativeGatewayError(methodName);
115 const char *methodName = "registerSelf";
116 nsresult nr = InvokeNativeViaPolicy(methodName, NULL, "OOzz", cm, path, registryLocation, componentType);
132 const char *methodName = "unregisterSelf";
133 nsresult nr = InvokeNativeViaPolicy(methodName, NULL, "OOz", cm, path, registryLocation);
147 const char *methodName = "canUnload";
149 nsresult nr = InvokeNativeViaPolicy(methodName, &ret, "O", cm);
154 nr = HandleNativeGatewayError(methodName);
180 const char *methodName = "getFactory";
183 nsresult nr = InvokeNativeViaPolicy(methodName, &ret, "Ozz",
191 nr = HandleNativeGatewayError(methodName);
201 const char *methodName = "init";
204 nsresult nr = InvokeNativeViaPolicy(methodName, NULL, "OO", c, r);
214 const char *methodName = "onRegister";
216 nsresult nr = InvokeNativeViaPolicy(methodName, NULL, "Ossssii",
232 const char *methodName = "autoRegisterComponents";
234 nsresult nr = InvokeNativeViaPolicy(methodName, NULL, "iO", aWhen, c);
243 const char *methodName = "autoRegisterComponent";
246 nsresult nr = InvokeNativeViaPolicy(methodName, &ret, "iO", aWhen, c);
251 nr = HandleNativeGatewayError(methodName);
261 const char *methodName = "autoUnregisterComponent";
264 nsresult nr = InvokeNativeViaPolicy(methodName, &ret, "iO", aWhen, c);
269 nr = HandleNativeGatewayError(methodName);
279 const char *methodName = "registerDeferredComponents";
281 nsresult nr = InvokeNativeViaPolicy(methodName, &ret, "i", aWhen);
285 nr = HandleNativeGatewayError(methodName);
295 const char *methodName = "unloadAll";
296 return InvokeNativeViaPolicy(methodName, NULL, "i", aWhen);