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

  /external/webkit/Source/WebCore/inspector/
InspectorConsoleAgent.h 55 class InspectorConsoleAgent {
56 WTF_MAKE_NONCOPYABLE(InspectorConsoleAgent);
58 InspectorConsoleAgent(InstrumentingAgents*, InspectorAgent*, InspectorState*, InjectedScriptManager*, InspectorDOMAgent*);
59 ~InspectorConsoleAgent();
InspectorConsoleAgent.cpp 27 #include "InspectorConsoleAgent.h"
59 InspectorConsoleAgent::InspectorConsoleAgent(InstrumentingAgents* instrumentingAgents, InspectorAgent* inspectorAgent, InspectorState* state, InjectedScriptManager* injectedScriptManager, InspectorDOMAgent* domAgent)
72 InspectorConsoleAgent::~InspectorConsoleAgent()
82 void InspectorConsoleAgent::enable(ErrorString*, int* consoleMessageExpireCount)
93 void InspectorConsoleAgent::disable(ErrorString*)
98 void InspectorConsoleAgent::clearConsoleMessages(ErrorString*)
109 void InspectorConsoleAgent::reset()
117 void InspectorConsoleAgent::setFrontend(InspectorFrontend* frontend
    [all...]

Completed in 77 milliseconds