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

/macosx-10.10.1/JavaScriptCore-7600.1.17/inspector/
H A DInspectorAgentRegistry.cpp45 void InspectorAgentRegistry::didCreateFrontendAndBackend(InspectorFrontendChannel* frontendChannel, InspectorBackendDispatcher* backendDispatcher) function in class:Inspector::InspectorAgentRegistry
48 m_agents[i]->didCreateFrontendAndBackend(frontendChannel, backendDispatcher);
H A DInspectorAgentBase.h46 virtual void didCreateFrontendAndBackend(InspectorFrontendChannel*, InspectorBackendDispatcher*) = 0;
H A DInspectorAgentRegistry.h45 void didCreateFrontendAndBackend(InspectorFrontendChannel*, InspectorBackendDispatcher*);
H A DJSGlobalObjectInspectorController.cpp98 m_agents.didCreateFrontendAndBackend(frontendChannel, m_inspectorBackendDispatcher.get());
/macosx-10.10.1/JavaScriptCore-7600.1.17/inspector/agents/
H A DJSGlobalObjectRuntimeAgent.cpp45 void JSGlobalObjectRuntimeAgent::didCreateFrontendAndBackend(InspectorFrontendChannel* frontendChannel, InspectorBackendDispatcher* backendDispatcher) function in class:Inspector::JSGlobalObjectRuntimeAgent
H A DJSGlobalObjectRuntimeAgent.h44 virtual void didCreateFrontendAndBackend(InspectorFrontendChannel*, InspectorBackendDispatcher*) override;
H A DInspectorAgent.cpp51 void InspectorAgent::didCreateFrontendAndBackend(InspectorFrontendChannel* frontendChannel, InspectorBackendDispatcher* backendDispatcher) function in class:Inspector::InspectorAgent
H A DInspectorAgent.h57 virtual void didCreateFrontendAndBackend(InspectorFrontendChannel*, InspectorBackendDispatcher*) override;
H A DInspectorConsoleAgent.h60 virtual void didCreateFrontendAndBackend(InspectorFrontendChannel*, InspectorBackendDispatcher*) override;
H A DInspectorProfilerAgent.h60 virtual void didCreateFrontendAndBackend(InspectorFrontendChannel*, InspectorBackendDispatcher*) override final;
H A DInspectorConsoleAgent.cpp60 void InspectorConsoleAgent::didCreateFrontendAndBackend(Inspector::InspectorFrontendChannel* frontendChannel, InspectorBackendDispatcher* backendDispatcher) function in class:Inspector::InspectorConsoleAgent
H A DInspectorDebuggerAgent.h68 virtual void didCreateFrontendAndBackend(InspectorFrontendChannel*, InspectorBackendDispatcher*) override;
H A DInspectorProfilerAgent.cpp62 void InspectorProfilerAgent::didCreateFrontendAndBackend(InspectorFrontendChannel* frontendChannel, InspectorBackendDispatcher* backendDispatcher) function in class:Inspector::InspectorProfilerAgent
H A DInspectorDebuggerAgent.cpp77 void InspectorDebuggerAgent::didCreateFrontendAndBackend(InspectorFrontendChannel* frontendChannel, InspectorBackendDispatcher* backendDispatcher) function in class:Inspector::InspectorDebuggerAgent

Completed in 94 milliseconds