Home | History | Annotate | Download | only in UIProcess

Lines Matching refs:WebProcessProxy

55 class WebProcessProxy : public RefCounted<WebProcessProxy>, CoreIPC::Connection::Client, ResponsivenessTimer::Client, ProcessLauncher::Client, ThreadLauncher::Client {
60 static PassRefPtr<WebProcessProxy> create(PassRefPtr<WebContext>);
61 ~WebProcessProxy();
106 explicit WebProcessProxy(PassRefPtr<WebContext>);
112 // Will potentially cause the WebProcessProxy object to be freed.
124 void getPluginProcessConnection(const String& pluginPath, PassRefPtr<Messages::WebProcessProxy::GetPluginProcessConnection::DelayedReply>);
170 bool WebProcessProxy::deprecatedSend(E messageID, uint64_t destinationID, const T& arguments)
179 bool WebProcessProxy::send(const T& message, uint64_t destinationID, unsigned messageSendFlags)
188 bool WebProcessProxy::sendSync(const U& message, const typename U::Reply& reply, uint64_t destinationID, double timeout)