Searched refs:createClientConnection (Results 1 – 5 of 5) sorted by relevance
/external/webkit/Source/WebKit2/WebProcess/Plugins/ |
D | PluginProcessConnection.cpp | 59 …m_connection = CoreIPC::Connection::createClientConnection(connectionIdentifier, this, WebProcess:… in PluginProcessConnection()
|
/external/webkit/Source/WebKit2/PluginProcess/ |
D | PluginProcess.cpp | 67 m_connection = CoreIPC::Connection::createClientConnection(serverIdentifier, this, runLoop); in initialize()
|
/external/webkit/Source/WebKit2/Platform/CoreIPC/ |
D | Connection.h | 113 … static PassRefPtr<Connection> createClientConnection(Identifier, Client*, RunLoop* clientRunLoop);
|
D | Connection.cpp | 190 PassRefPtr<Connection> Connection::createClientConnection(Identifier identifier, Client* client, Ru… in createClientConnection() function in CoreIPC::Connection
|
/external/webkit/Source/WebKit2/WebProcess/ |
D | WebProcess.cpp | 149 m_connection = CoreIPC::Connection::createClientConnection(serverIdentifier, this, runLoop); in initialize()
|