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

/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/InspectorServer/
H A DWebInspectorServer.cpp69 HashMap<unsigned, WebSocketServerConnection*>::iterator end = m_connectionMap.end();
70 for (HashMap<unsigned, WebSocketServerConnection*>::iterator it = m_connectionMap.begin(); it != end; ++it) {
93 WebSocketServerConnection* connection = m_connectionMap.get(pageId);
105 WebSocketServerConnection* connection = m_connectionMap.get(pageIdForConnection);
170 if (m_connectionMap.contains(pageId)) {
178 m_connectionMap.set(pageId, connection);
212 m_connectionMap.remove(connection->identifier());
H A DWebInspectorServer.h72 HashMap<unsigned, WebSocketServerConnection*> m_connectionMap; member in class:WebKit::WebInspectorServer
/macosx-10.10.1/JavaScriptCore-7600.1.17/inspector/remote/
H A DRemoteInspector.mm127 if (RefPtr<RemoteInspectorDebuggableConnection> connection = m_connectionMap.take(identifier))
155 RefPtr<RemoteInspectorDebuggableConnection> connection = m_connectionMap.get(identifier);
172 m_connectionMap.remove(identifier);
211 for (auto it = m_connectionMap.begin(), end = m_connectionMap.end(); it != end; ++it)
213 m_connectionMap.clear();
306 for (auto it = m_connectionMap.begin(), end = m_connectionMap.end(); it != end; ++it)
308 m_connectionMap.clear();
349 if (RefPtr<RemoteInspectorDebuggableConnection> connection = m_connectionMap
[all...]
H A DRemoteInspector.h107 HashMap<unsigned, RefPtr<RemoteInspectorDebuggableConnection>> m_connectionMap; member in class:Inspector::final

Completed in 77 milliseconds