Lines Matching refs:npErr
990 NPError npErr;
997 npErr = [_pluginPackage.get() pluginFuncs]->setwindow(plugin, &window);
1007 …npErr, (int)nPort.qdPort.port, (int)window.x, (int)window.y, (int)window.width, (int)window.height…
1013 …npErr, nPort.cgPort.window, nPort.cgPort.context, (int)window.x, (int)window.y, (int)window.width,…
1019 …npErr, window.window, nPort.cgPort.context, (int)window.x, (int)window.y, (int)window.width, (int)…
1054 NPError npErr = [self _createPlugin];
1055 if (npErr != NPERR_NO_ERROR) {
1056 LOG_ERROR("NPP_New failed with error: %d", npErr);
2393 …NPError npErr = [_pluginPackage.get() pluginFuncs]->newp((char *)[_MIMEType.get() cString], plugin…
2397 LOG(Plugins, "NPP_New: %d", npErr);
2398 return npErr;
2408 NPError npErr;
2409 npErr = ![_pluginPackage.get() pluginFuncs]->destroy(plugin, NULL);
2410 LOG(Plugins, "NPP_Destroy: %d", npErr);