Home
last modified time | relevance | path

Searched refs:m_inspectorConsoleAgent (Results 1 – 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/inspector/
DInstrumentingAgents.h62 , m_inspectorConsoleAgent(0) in InstrumentingAgents()
93 InspectorConsoleAgent* inspectorConsoleAgent() const { return m_inspectorConsoleAgent; } in inspectorConsoleAgent()
94 void setInspectorConsoleAgent(InspectorConsoleAgent* agent) { m_inspectorConsoleAgent = agent; } in setInspectorConsoleAgent()
135 InspectorConsoleAgent* m_inspectorConsoleAgent; variable