• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.9.5/WebKit2-7537.78.2/UIProcess/Network/

Lines Matching defs:NetworkProcessProxy

27 #include "NetworkProcessProxy.h"
50 PassRefPtr<NetworkProcessProxy> NetworkProcessProxy::create(WebContext* webContext)
52 return adoptRef(new NetworkProcessProxy(webContext));
55 NetworkProcessProxy::NetworkProcessProxy(WebContext* webContext)
65 NetworkProcessProxy::~NetworkProcessProxy()
69 void NetworkProcessProxy::getLaunchOptions(ProcessLauncher::LaunchOptions& launchOptions)
75 void NetworkProcessProxy::connectionWillOpen(CoreIPC::Connection* connection)
82 void NetworkProcessProxy::connectionWillClose(CoreIPC::Connection*)
86 void NetworkProcessProxy::getNetworkProcessConnection(PassRefPtr<Messages::WebProcessProxy::GetNetworkProcessConnection::DelayedReply> reply)
98 DownloadProxy* NetworkProcessProxy::createDownloadProxy()
106 void NetworkProcessProxy::networkProcessCrashedOrFailedToLaunch()
123 void NetworkProcessProxy::didReceiveMessage(CoreIPC::Connection* connection, CoreIPC::MessageDecoder& decoder)
134 void NetworkProcessProxy::didReceiveSyncMessage(CoreIPC::Connection* connection, CoreIPC::MessageDecoder& decoder, OwnPtr<CoreIPC::MessageEncoder>& replyEncoder)
142 void NetworkProcessProxy::didClose(CoreIPC::Connection*)
151 void NetworkProcessProxy::didReceiveInvalidMessage(CoreIPC::Connection*, CoreIPC::StringReference, CoreIPC::StringReference)
155 void NetworkProcessProxy::didCreateNetworkConnectionToWebProcess(const CoreIPC::Attachment& connectionIdentifier)
169 void NetworkProcessProxy::didReceiveAuthenticationChallenge(uint64_t pageID, uint64_t frameID, const WebCore::AuthenticationChallenge& coreChallenge, uint64_t challengeID)
178 void NetworkProcessProxy::didFinishLaunching(ProcessLauncher* launcher, CoreIPC::Connection::Identifier connectionIdentifier)