Searched defs:consoleAgent (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/inspector/
H A DInspectorAgent.h122 InspectorConsoleAgent* consoleAgent() { return m_consoleAgent.get(); } function in class:WebCore::InspectorAgent
H A DInspectorProfilerAgent.cpp66 PassOwnPtr<InspectorProfilerAgent> InspectorProfilerAgent::create(InstrumentingAgents* instrumentingAgents, InspectorConsoleAgent* consoleAgent, Page* inspectedPage, InspectorState* inspectorState) argument
68 return adoptPtr(new InspectorProfilerAgent(instrumentingAgents, consoleAgent, inspectedPage, inspectorState));
71 InspectorProfilerAgent::InspectorProfilerAgent(InstrumentingAgents* instrumentingAgents, InspectorConsoleAgent* consoleAgent, Page* inspectedPage, InspectorState* inspectorState) argument
73 , m_consoleAgent(consoleAgent)

Completed in 86 milliseconds