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

  /external/webkit/WebKit/mac/Plugins/Hosted/
NetscapePluginHostManager.h 64 mach_port_t m_pluginVendorPort;
NetscapePluginHostManager.mm 64 : m_pluginVendorPort(MACH_PORT_NULL)
108 if (m_pluginVendorPort == MACH_PORT_NULL) {
134 kern_return_t kr = _WKPASpawnPluginHost(m_pluginVendorPort, reinterpret_cast<uint8_t*>(const_cast<void*>([data bytes])), [data length], &pluginHostPort);
138 m_pluginVendorPort = MACH_PORT_NULL;
143 kr = _WKPASpawnPluginHost(m_pluginVendorPort, reinterpret_cast<uint8_t*>(const_cast<void*>([data bytes])), [data length], &pluginHostPort);
185 ASSERT(m_pluginVendorPort == MACH_PORT_NULL);
197 if (_WKPACheckInApplication(pluginAgentPort, (uint8_t*)[appNameData bytes], [appNameData length], &m_pluginVendorPort) != KERN_SUCCESS)

Completed in 452 milliseconds