Home | History | Annotate | Download | only in plugins

Lines Matching refs:m_paramValues

253         npErr = m_plugin->pluginFuncs()->newp((NPMIMEType)m_mimeType.utf8().data(), m_instance, m_mode, m_paramCount, m_paramNames, m_paramValues, NULL);
309 freeStringArray(m_paramValues, m_paramCount);
875 m_paramValues = reinterpret_cast<char**>(fastMalloc(sizeof(char*) * size));
885 m_paramValues[paramCount] = createUTF8String(paramValues[i]);
907 , m_paramValues(0)