Home
last modified time | relevance | path

Searched refs:createClientConnection (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Source/WebKit2/WebProcess/Plugins/
DPluginProcessConnection.cpp59 …m_connection = CoreIPC::Connection::createClientConnection(connectionIdentifier, this, WebProcess:… in PluginProcessConnection()
/external/webkit/Source/WebKit2/PluginProcess/
DPluginProcess.cpp67 m_connection = CoreIPC::Connection::createClientConnection(serverIdentifier, this, runLoop); in initialize()
/external/webkit/Source/WebKit2/Platform/CoreIPC/
DConnection.h113 … static PassRefPtr<Connection> createClientConnection(Identifier, Client*, RunLoop* clientRunLoop);
DConnection.cpp190 PassRefPtr<Connection> Connection::createClientConnection(Identifier identifier, Client* client, Ru… in createClientConnection() function in CoreIPC::Connection
/external/webkit/Source/WebKit2/WebProcess/
DWebProcess.cpp149 m_connection = CoreIPC::Connection::createClientConnection(serverIdentifier, this, runLoop); in initialize()