Searched refs:m_childProcessProxy (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/Network/CustomProtocols/soup/
H A DCustomProtocolManagerProxySoup.cpp35 : m_childProcessProxy(childProcessProxy)
38 ASSERT(m_childProcessProxy);
39 m_childProcessProxy->addMessageReceiver(Messages::CustomProtocolManagerProxy::messageReceiverName(), *this);
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/Network/CustomProtocols/
H A DCustomProtocolManagerProxy.h59 ChildProcessProxy* m_childProcessProxy; member in class:WebKit::CustomProtocolManagerProxy
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/Network/CustomProtocols/mac/
H A DCustomProtocolManagerProxyMac.mm126 : m_childProcessProxy(childProcessProxy)
129 ASSERT(m_childProcessProxy);
130 m_childProcessProxy->addMessageReceiver(Messages::CustomProtocolManagerProxy::messageReceiverName(), *this);
139 WKCustomProtocolLoader *loader = [[WKCustomProtocolLoader alloc] initWithCustomProtocolManagerProxy:this customProtocolID:customProtocolID request:request connection:m_childProcessProxy->connection()];

Completed in 119 milliseconds