Searched refs:m_remoteInspectionPageId (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/
H A DWebInspectorProxy.cpp141 , m_remoteInspectionPageId(0)
160 if (m_remoteInspectionPageId)
161 WebInspectorServer::shared().unregisterPage(m_remoteInspectionPageId);
413 if (!m_remoteInspectionPageId)
414 m_remoteInspectionPageId = WebInspectorServer::shared().registerPage(this);
620 ASSERT(m_remoteInspectionPageId);
621 WebInspectorServer::shared().sendMessageOverConnection(m_remoteInspectionPageId, message);
H A DWebInspectorProxy.h147 int remoteInspectionPageID() const { return m_remoteInspectionPageId; }
246 int m_remoteInspectionPageId; member in class:WebKit::WebInspectorProxy

Completed in 99 milliseconds