Lines Matching full:pluginprocessconnection
27 #include "PluginProcessConnection.h"
55 PluginProcessConnection::PluginProcessConnection(PluginProcessConnectionManager* pluginProcessConnectionManager, const String& pluginPath, CoreIPC::Connection::Identifier connectionIdentifier)
67 PluginProcessConnection::~PluginProcessConnection()
73 void PluginProcessConnection::addPluginProxy(PluginProxy* plugin)
79 void PluginProcessConnection::removePluginProxy(PluginProxy* plugin)
101 void PluginProcessConnection::didReceiveMessage(CoreIPC::Connection* connection, CoreIPC::MessageID messageID, CoreIPC::ArgumentDecoder* arguments)
112 CoreIPC::SyncReplyMode PluginProcessConnection::didReceiveSyncMessage(CoreIPC::Connection* connection, CoreIPC::MessageID messageID, CoreIPC::ArgumentDecoder* arguments, CoreIPC::ArgumentEncoder* reply)
124 void PluginProcessConnection::didClose(CoreIPC::Connection*)
134 void PluginProcessConnection::didReceiveInvalidMessage(CoreIPC::Connection*, CoreIPC::MessageID)
138 void PluginProcessConnection::syncMessageSendTimedOut(CoreIPC::Connection*)