HomeSort by relevance Sort by last modified time
    Searched refs:createServerConnection (Results 1 - 5 of 5) sorted by null

  /external/webkit/Source/WebKit2/PluginProcess/
WebProcessConnection.cpp 52 m_connection = CoreIPC::Connection::createServerConnection(connectionIdentifier, this, RunLoop::main());
  /external/webkit/Source/WebKit2/UIProcess/Plugins/
PluginProcessProxy.cpp 188 m_connection = CoreIPC::Connection::createServerConnection(connectionIdentifier, this, RunLoop::main());
  /external/webkit/Source/WebKit2/Platform/CoreIPC/
Connection.h 112 static PassRefPtr<Connection> createServerConnection(Identifier, Client*, RunLoop* clientRunLoop);
Connection.cpp 185 PassRefPtr<Connection> Connection::createServerConnection(Identifier identifier, Client* client, RunLoop* clientRunLoop)
  /external/webkit/Source/WebKit2/UIProcess/
WebProcessProxy.cpp 341 m_connection = CoreIPC::Connection::createServerConnection(connectionIdentifier, this, RunLoop::main());

Completed in 110 milliseconds