HomeSort by relevance Sort by last modified time
    Searched refs:inspectorConsoleAgent (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/inspector/
InstrumentingAgents.h 44 class InspectorConsoleAgent;
93 InspectorConsoleAgent* inspectorConsoleAgent() const { return m_inspectorConsoleAgent; }
94 void setInspectorConsoleAgent(InspectorConsoleAgent* agent) { m_inspectorConsoleAgent = agent; }
135 InspectorConsoleAgent* m_inspectorConsoleAgent;
InspectorInstrumentation.cpp 45 #include "InspectorConsoleAgent.h"
580 if (InspectorConsoleAgent* consoleAgent = instrumentingAgents->inspectorConsoleAgent())
    [all...]

Completed in 130 milliseconds