Searched refs:m_webConnection (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/
H A DWebProcessProxy.cpp108 if (m_webConnection)
109 m_webConnection->invalidate();
149 if (m_webConnection) {
150 m_webConnection->invalidate();
151 m_webConnection = nullptr;
515 m_webConnection = WebConnectionToWebProcess::create(this);
H A DWebProcessProxy.h81 WebConnection* webConnection() const { return m_webConnection.get(); }
212 RefPtr<WebConnectionToWebProcess> m_webConnection; member in class:WebKit::WebProcessProxy
/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/
H A DWebProcess.h106 WebConnectionToUIProcess* webConnectionToUIProcess() const { return m_webConnection.get(); }
286 RefPtr<WebConnectionToUIProcess> m_webConnection; member in class:WebKit::WebProcess
H A DWebProcess.cpp241 m_webConnection = WebConnectionToUIProcess::create(this);
581 m_webConnection->invalidate();
582 m_webConnection = nullptr;

Completed in 178 milliseconds