OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:createClientConnection
(Results
1 - 5
of
5
) sorted by null
/external/webkit/Source/WebKit2/WebProcess/Plugins/
PluginProcessConnection.cpp
59
m_connection = CoreIPC::Connection::
createClientConnection
(connectionIdentifier, this, WebProcess::shared().runLoop());
/external/webkit/Source/WebKit2/PluginProcess/
PluginProcess.cpp
67
m_connection = CoreIPC::Connection::
createClientConnection
(serverIdentifier, this, runLoop);
/external/webkit/Source/WebKit2/Platform/CoreIPC/
Connection.h
113
static PassRefPtr<Connection>
createClientConnection
(Identifier, Client*, RunLoop* clientRunLoop);
Connection.cpp
190
PassRefPtr<Connection> Connection::
createClientConnection
(Identifier identifier, Client* client, RunLoop* clientRunLoop)
/external/webkit/Source/WebKit2/WebProcess/
WebProcess.cpp
149
m_connection = CoreIPC::Connection::
createClientConnection
(serverIdentifier, this, runLoop);
Completed in 67 milliseconds