HomeSort by relevance Sort by last modified time
    Searched refs:m_pluginVendorPort (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebKit/mac/Plugins/Hosted/
NetscapePluginHostManager.mm 62 : m_pluginVendorPort(MACH_PORT_NULL)
105 if (m_pluginVendorPort == MACH_PORT_NULL) {
130 kern_return_t kr = _WKPASpawnPluginHost(m_pluginVendorPort, reinterpret_cast<uint8_t*>(const_cast<void*>([data bytes])), [data length], &pluginHostPort);
134 m_pluginVendorPort = MACH_PORT_NULL;
139 kr = _WKPASpawnPluginHost(m_pluginVendorPort, reinterpret_cast<uint8_t*>(const_cast<void*>([data bytes])), [data length], &pluginHostPort);
181 ASSERT(m_pluginVendorPort == MACH_PORT_NULL);
193 if (_WKPACheckInApplication(pluginAgentPort, (uint8_t*)[appNameData bytes], [appNameData length], &m_pluginVendorPort) != KERN_SUCCESS)
NetscapePluginHostManager.h 65 mach_port_t m_pluginVendorPort;

Completed in 128 milliseconds