Searched refs:connectionIdentifier (Results 1 – 9 of 9) sorted by relevance
/external/webkit/Source/WebKit2/WebProcess/Plugins/ |
D | PluginProcessConnectionManager.cpp | 66 CoreIPC::Connection::Identifier connectionIdentifier; in getPluginProcessConnection() local 73 connectionIdentifier = connectionMachPort.port(); in getPluginProcessConnection() 76 connectionIdentifier = 0; in getPluginProcessConnection() 79 if (!connectionIdentifier) in getPluginProcessConnection() 82 … pluginProcessConnection = PluginProcessConnection::create(this, pluginPath, connectionIdentifier); in getPluginProcessConnection()
|
D | PluginProcessConnection.h | 46 …sConnectionManager, const String& pluginPath, CoreIPC::Connection::Identifier connectionIdentifier) in create() argument 48 …Ref(new PluginProcessConnection(pluginProcessConnectionManager, pluginPath, connectionIdentifier)); in create() 62 …ConnectionManager, const String& pluginPath, CoreIPC::Connection::Identifier connectionIdentifier);
|
D | PluginProcessConnection.cpp | 55 …sConnectionManager, const String& pluginPath, CoreIPC::Connection::Identifier connectionIdentifier) in PluginProcessConnection() argument 59 …m_connection = CoreIPC::Connection::createClientConnection(connectionIdentifier, this, WebProcess:… in PluginProcessConnection()
|
/external/webkit/Source/WebKit2/UIProcess/Launcher/qt/ |
D | ThreadLauncherQt.cpp | 67 int connectionIdentifier = random(); in createWebThread() local 69 …if (!createThread(webThreadBody, reinterpret_cast<void*>(connectionIdentifier), "WebKit2: WebThrea… in createWebThread() 74 return connectionIdentifier; in createWebThread()
|
/external/webkit/Source/WebKit2/PluginProcess/ |
D | WebProcessConnection.cpp | 38 …ocessConnection> WebProcessConnection::create(CoreIPC::Connection::Identifier connectionIdentifier) in create() argument 40 return adoptRef(new WebProcessConnection(connectionIdentifier)); in create() 50 WebProcessConnection::WebProcessConnection(CoreIPC::Connection::Identifier connectionIdentifier) in WebProcessConnection() argument 52 …m_connection = CoreIPC::Connection::createServerConnection(connectionIdentifier, this, RunLoop::ma… in WebProcessConnection()
|
/external/webkit/Source/WebKit2/UIProcess/Launcher/ |
D | ThreadLauncher.cpp | 43 CoreIPC::Connection::Identifier connectionIdentifier = createWebThread(); in launchThread() local 46 …eduleWork(WorkItem::create(this, &ThreadLauncher::didFinishLaunchingThread, connectionIdentifier)); in launchThread()
|
/external/webkit/Source/WebKit2/UIProcess/ |
D | WebProcessProxy.cpp | 327 …ssProxy::didFinishLaunching(ProcessLauncher*, CoreIPC::Connection::Identifier connectionIdentifier) in didFinishLaunching() argument 329 didFinishLaunching(connectionIdentifier); in didFinishLaunching() 332 …essProxy::didFinishLaunching(ThreadLauncher*, CoreIPC::Connection::Identifier connectionIdentifier) in didFinishLaunching() argument 334 didFinishLaunching(connectionIdentifier); in didFinishLaunching() 337 void WebProcessProxy::didFinishLaunching(CoreIPC::Connection::Identifier connectionIdentifier) in didFinishLaunching() argument 341 …m_connection = CoreIPC::Connection::createServerConnection(connectionIdentifier, this, RunLoop::ma… in didFinishLaunching()
|
/external/webkit/Source/WebKit2/UIProcess/Plugins/ |
D | PluginProcessProxy.cpp | 179 …ssProxy::didFinishLaunching(ProcessLauncher*, CoreIPC::Connection::Identifier connectionIdentifier) in didFinishLaunching() argument 183 if (!connectionIdentifier) { in didFinishLaunching() 188 …m_connection = CoreIPC::Connection::createServerConnection(connectionIdentifier, this, RunLoop::ma… in didFinishLaunching()
|
D | PluginProcessProxy.messages.in | 27 DidCreateWebProcessConnection(CoreIPC::MachPort connectionIdentifier)
|