Lines Matching refs:m_pluginFuncs
137 , m_pluginFuncs(0) function
157 , m_pluginFuncs(0) function
202 m_pluginFuncs = [pluginPackage pluginFuncs];
206 m_pluginFuncs = 0;
247 …npErr = m_pluginFuncs->newstream(m_plugin, m_mimeType.mutableData(), &m_stream, NO, &m_transferMod…
360 if (!m_pluginFuncs->getvalue)
368 error = m_pluginFuncs->getvalue(m_plugin, NPPVpluginWantsAllNetworkStreams, &value);
396 m_pluginFuncs->asfile(m_plugin, &m_stream, [carbonPath fileSystemRepresentation]);
423 m_pluginFuncs->destroystream(m_plugin, &m_stream, m_reason);
440 … m_pluginFuncs->urlnotify(m_plugin, m_requestURL.string().utf8().data(), m_reason, m_notifyData);
512 int32_t deliveryBytes = m_pluginFuncs->writeready(m_plugin, &m_stream);
527 …deliveryBytes = m_pluginFuncs->write(m_plugin, &m_stream, m_offset, [subdata length], (void *)[sub…