Searched refs:frontendChannel (Results 1 - 9 of 9) sorted by relevance

/macosx-10.10.1/JavaScriptCore-7600.1.17/runtime/
H A DJSGlobalObjectDebuggable.cpp51 void JSGlobalObjectDebuggable::connect(InspectorFrontendChannel* frontendChannel) argument
55 m_globalObject.inspectorController().connectFrontend(frontendChannel);
/macosx-10.10.1/JavaScriptCore-7600.1.17/inspector/
H A DInspectorAgentRegistry.cpp45 void InspectorAgentRegistry::didCreateFrontendAndBackend(InspectorFrontendChannel* frontendChannel, InspectorBackendDispatcher* backendDispatcher) argument
48 m_agents[i]->didCreateFrontendAndBackend(frontendChannel, backendDispatcher);
H A DJSGlobalObjectInspectorController.cpp90 void JSGlobalObjectInspectorController::connectFrontend(InspectorFrontendChannel* frontendChannel) argument
95 m_inspectorFrontendChannel = frontendChannel;
96 m_inspectorBackendDispatcher = InspectorBackendDispatcher::create(frontendChannel);
98 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) argument
47 m_frontendDispatcher = std::make_unique<InspectorRuntimeFrontendDispatcher>(frontendChannel);
H A DInspectorAgent.cpp51 void InspectorAgent::didCreateFrontendAndBackend(InspectorFrontendChannel* frontendChannel, InspectorBackendDispatcher* backendDispatcher) argument
53 m_frontendDispatcher = std::make_unique<InspectorInspectorFrontendDispatcher>(frontendChannel);
H A DInspectorConsoleAgent.cpp60 void InspectorConsoleAgent::didCreateFrontendAndBackend(Inspector::InspectorFrontendChannel* frontendChannel, InspectorBackendDispatcher* backendDispatcher) argument
62 m_frontendDispatcher = std::make_unique<InspectorConsoleFrontendDispatcher>(frontendChannel);
H A DInspectorProfilerAgent.cpp62 void InspectorProfilerAgent::didCreateFrontendAndBackend(InspectorFrontendChannel* frontendChannel, InspectorBackendDispatcher* backendDispatcher) argument
64 m_frontendDispatcher = std::make_unique<InspectorProfilerFrontendDispatcher>(frontendChannel);
H A DInspectorDebuggerAgent.cpp77 void InspectorDebuggerAgent::didCreateFrontendAndBackend(InspectorFrontendChannel* frontendChannel, InspectorBackendDispatcher* backendDispatcher) argument
79 m_frontendDispatcher = std::make_unique<InspectorDebuggerFrontendDispatcher>(frontendChannel);
/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/WebPage/
H A DWebInspector.cpp49 PassRefPtr<WebInspector> WebInspector::create(WebPage* page, InspectorFrontendChannel* frontendChannel) argument
51 return adoptRef(new WebInspector(page, frontendChannel));
54 WebInspector::WebInspector(WebPage* page, InspectorFrontendChannel* frontendChannel) argument
58 , m_frontendChannel(frontendChannel)

Completed in 204 milliseconds