HomeSort by relevance Sort by last modified time
    Searched defs:WebProcessConnection (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebKit2/PluginProcess/
WebProcessConnection.h 42 class WebProcessConnection : public RefCounted<WebProcessConnection>, CoreIPC::Connection::Client {
44 static PassRefPtr<WebProcessConnection> create(CoreIPC::Connection::Identifier);
45 virtual ~WebProcessConnection();
53 WebProcessConnection(CoreIPC::Connection::Identifier);
WebProcessConnection.cpp 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
    [all...]

Completed in 43 milliseconds