Home | History | Annotate | Download | only in PluginProcess

Lines Matching refs:WebProcessConnection

27 #include "WebProcessConnection.h"
38 PassRefPtr<WebProcessConnection> WebProcessConnection::create(CoreIPC::Connection::Identifier connectionIdentifier)
40 return adoptRef(new WebProcessConnection(connectionIdentifier));
43 WebProcessConnection::~WebProcessConnection()
50 WebProcessConnection::WebProcessConnection(CoreIPC::Connection::Identifier connectionIdentifier)
59 void WebProcessConnection::addPluginControllerProxy(PassOwnPtr<PluginControllerProxy> pluginController)
67 void WebProcessConnection::destroyPluginControllerProxy(PluginControllerProxy* pluginController)
70 // the WebProcessConnection object if this was the last object.
74 void WebProcessConnection::removePluginControllerProxy(PluginControllerProxy* pluginController, Plugin* plugin)
100 void WebProcessConnection::didReceiveMessage(CoreIPC::Connection* connection, CoreIPC::MessageID messageID, CoreIPC::ArgumentDecoder* arguments)
116 CoreIPC::SyncReplyMode WebProcessConnection::didReceiveSyncMessage(CoreIPC::Connection* connection, CoreIPC::MessageID messageID, CoreIPC::ArgumentDecoder* arguments, CoreIPC::ArgumentEncoder* reply)
136 void WebProcessConnection::didClose(CoreIPC::Connection*)
147 void WebProcessConnection::destroyPlugin(uint64_t pluginInstanceID)
155 void WebProcessConnection::didReceiveInvalidMessage(CoreIPC::Connection*, CoreIPC::MessageID)
160 void WebProcessConnection::syncMessageSendTimedOut(CoreIPC::Connection*)
164 void WebProcessConnection::createPlugin(uint64_t pluginInstanceID, const Plugin::Parameters& parameters, const String& userAgent, bool isPrivateBrowsingEnabled, bool isAcceleratedCompositingEnabled, bool& result, uint32_t& remoteLayerClientID)