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

/macosx-10.10.1/JavaScriptCore-7600.1.17/inspector/remote/
H A DRemoteInspector.mm152 if (!m_xpcConnection)
165 m_xpcConnection->sendMessage(WIRRawDataMessage, userInfo);
217 if (m_xpcConnection) {
220 m_xpcConnection->close();
223 m_xpcConnection->closeFromMessage();
227 m_xpcConnection = nullptr;
237 if (m_xpcConnection)
244 m_xpcConnection = adoptRef(new RemoteInspectorXPCConnection(connection, m_xpcQueue, this));
245 m_xpcConnection->sendMessage(@"syn", nil); // Send a simple message to initialize the XPC connection.
300 ASSERT(connection == m_xpcConnection);
[all...]
H A DRemoteInspector.h108 RefPtr<RemoteInspectorXPCConnection> m_xpcConnection; member in class:Inspector::final
/macosx-10.10.1/WebKit2-7600.1.25/Platform/IPC/mac/
H A DConnectionMac.mm85 : m_xpcConnection(xpcConnection)
88 , m_assertion(std::make_unique<WebKit::ProcessAndUIAssertion>(xpc_connection_get_pid(m_xpcConnection.get()), WebKit::AssertionState::Background))
97 xpc_connection_kill(m_xpcConnection.get(), SIGKILL);
102 XPCPtr<xpc_connection_t> m_xpcConnection;
139 m_xpcConnection = nullptr;
144 if (m_xpcConnection)
145 ConnectionTerminationWatchdog::createConnectionTerminationWatchdog(m_xpcConnection, intervalInSeconds);
166 m_xpcConnection = identifier.xpcConnection;
578 return Identifier(m_isServer ? m_receivePort : m_sendPort, m_xpcConnection);
583 if (!m_xpcConnection)
[all...]
/macosx-10.10.1/WebKit2-7600.1.25/Platform/IPC/
H A DConnection.h123 xpc_connection_t xpcConnection() { return m_xpcConnection.get(); }
322 XPCPtr<xpc_connection_t> m_xpcConnection; member in class:IPC::Connection

Completed in 118 milliseconds