Searched refs:willDestroyFrontendAndBackend (Results 1 - 14 of 14) sorted by relevance

/macosx-10.10.1/JavaScriptCore-7600.1.17/inspector/
H A DInspectorAgentRegistry.cpp51 void InspectorAgentRegistry::willDestroyFrontendAndBackend(InspectorDisconnectReason reason) function in class:Inspector::InspectorAgentRegistry
54 m_agents[i]->willDestroyFrontendAndBackend(reason);
H A DInspectorAgentBase.h47 virtual void willDestroyFrontendAndBackend(InspectorDisconnectReason reason) = 0;
H A DInspectorAgentRegistry.h46 void willDestroyFrontendAndBackend(InspectorDisconnectReason reason);
H A DJSGlobalObjectInspectorController.cpp106 m_agents.willDestroyFrontendAndBackend(reason);
/macosx-10.10.1/JavaScriptCore-7600.1.17/inspector/agents/
H A DJSGlobalObjectRuntimeAgent.cpp51 void JSGlobalObjectRuntimeAgent::willDestroyFrontendAndBackend(InspectorDisconnectReason) function in class:Inspector::JSGlobalObjectRuntimeAgent
H A DJSGlobalObjectRuntimeAgent.h45 virtual void willDestroyFrontendAndBackend(InspectorDisconnectReason) override;
H A DInspectorAgent.cpp57 void InspectorAgent::willDestroyFrontendAndBackend(InspectorDisconnectReason) function in class:Inspector::InspectorAgent
H A DInspectorAgent.h58 virtual void willDestroyFrontendAndBackend(InspectorDisconnectReason reason) override;
H A DInspectorConsoleAgent.h61 virtual void willDestroyFrontendAndBackend(InspectorDisconnectReason) override;
H A DInspectorProfilerAgent.h61 virtual void willDestroyFrontendAndBackend(InspectorDisconnectReason) override final;
H A DInspectorConsoleAgent.cpp66 void InspectorConsoleAgent::willDestroyFrontendAndBackend(InspectorDisconnectReason) function in class:Inspector::InspectorConsoleAgent
H A DInspectorDebuggerAgent.h69 virtual void willDestroyFrontendAndBackend(InspectorDisconnectReason) override;
H A DInspectorProfilerAgent.cpp68 void InspectorProfilerAgent::willDestroyFrontendAndBackend(InspectorDisconnectReason reason) function in class:Inspector::InspectorProfilerAgent
H A DInspectorDebuggerAgent.cpp83 void InspectorDebuggerAgent::willDestroyFrontendAndBackend(InspectorDisconnectReason reason) function in class:Inspector::InspectorDebuggerAgent

Completed in 221 milliseconds