Searched refs:m_inspectorFrontendChannel (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10/JavaScriptCore-7600.1.17/inspector/
H A DInspectorBackendDispatcher.h71 void clearFrontend() { m_inspectorFrontendChannel = nullptr; }
72 bool isActive() const { return !!m_inspectorFrontendChannel; }
97 InspectorBackendDispatcher(InspectorFrontendChannel* inspectorFrontendChannel) : m_inspectorFrontendChannel(inspectorFrontendChannel) { }
99 InspectorFrontendChannel* m_inspectorFrontendChannel; member in class:Inspector::InspectorBackendDispatcher
H A DJSGlobalObjectInspectorController.cpp58 , m_inspectorFrontendChannel(nullptr)
92 ASSERT(!m_inspectorFrontendChannel);
95 m_inspectorFrontendChannel = frontendChannel;
103 if (!m_inspectorFrontendChannel)
110 m_inspectorFrontendChannel = nullptr;
H A DJSGlobalObjectInspectorController.h89 InspectorFrontendChannel* m_inspectorFrontendChannel; member in class:Inspector::final
H A DInspectorBackendDispatcher.cpp136 if (!m_inspectorFrontendChannel)
147 m_inspectorFrontendChannel->sendMessageToFrontend(responseMessage->toJSONString());
170 if (!m_inspectorFrontendChannel)
186 m_inspectorFrontendChannel->sendMessageToFrontend(message->toJSONString());
/macosx-10.10/WebCore-7600.1.25/inspector/
H A DInspectorController.cpp87 , m_inspectorFrontendChannel(nullptr)
243 ASSERT(!m_inspectorFrontendChannel);
246 m_inspectorFrontendChannel = frontendChannel;
262 if (!m_inspectorFrontendChannel)
269 m_inspectorFrontendChannel = nullptr;
289 if (m_inspectorFrontendChannel)
300 if (!m_inspectorFrontendChannel)
H A DInspectorController.h93 bool hasFrontend() const { return !!m_inspectorFrontendChannel; }
152 Inspector::InspectorFrontendChannel* m_inspectorFrontendChannel; member in class:WebCore::final

Completed in 175 milliseconds