OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 164 milliseconds