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

/macosx-10.10/WebCore-7600.1.25/ForwardingHeaders/inspector/
H A DInspectorAgentRegistry.h3 #include <JavaScriptCore/InspectorAgentRegistry.h>
/macosx-10.10/JavaScriptCore-7600.1.17/inspector/
H A DInspectorAgentRegistry.h39 class JS_EXPORT_PRIVATE InspectorAgentRegistry { class in namespace:Inspector
41 InspectorAgentRegistry();
52 InspectorAgentRegistry(const InspectorAgentRegistry&) = delete;
53 InspectorAgentRegistry& operator=(const InspectorAgentRegistry&) = delete;
H A DInspectorAgentRegistry.cpp28 #include "InspectorAgentRegistry.h"
36 InspectorAgentRegistry::InspectorAgentRegistry() function in class:Inspector::InspectorAgentRegistry
40 void InspectorAgentRegistry::append(std::unique_ptr<InspectorAgentBase> agent)
45 void InspectorAgentRegistry::didCreateFrontendAndBackend(InspectorFrontendChannel* frontendChannel, InspectorBackendDispatcher* backendDispatcher)
51 void InspectorAgentRegistry::willDestroyFrontendAndBackend(InspectorDisconnectReason reason)
57 void InspectorAgentRegistry::discardAgents()
H A DJSGlobalObjectInspectorController.h31 #include "InspectorAgentRegistry.h"
88 InspectorAgentRegistry m_agents;
/macosx-10.10/WebCore-7600.1.25/inspector/
H A DWorkerInspectorController.h38 #include <inspector/InspectorAgentRegistry.h>
84 Inspector::InspectorAgentRegistry m_agents;
H A DInspectorController.h38 #include <inspector/InspectorAgentRegistry.h>
155 Inspector::InspectorAgentRegistry m_agents;

Completed in 182 milliseconds