Searched refs:m_paramValues (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/plugins/
H A DPluginView.cpp253 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);
784 m_paramValues = reinterpret_cast<char**>(fastMalloc(sizeof(char*) * size));
794 m_paramValues[paramCount] = createUTF8String(paramValues[i]);
815 , m_paramValues(0)
H A DPluginView.h333 char** m_paramValues; member in class:WebCore::PluginView

Completed in 165 milliseconds