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

  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorConsoleAgent.h 65 class InspectorConsoleAgent : public InspectorBaseAgent<InspectorConsoleAgent>, public InspectorBackendDispatcher::ConsoleCommandHandler {
66 WTF_MAKE_NONCOPYABLE(InspectorConsoleAgent);
68 InspectorConsoleAgent(InspectorTimelineAgent*, InjectedScriptManager*);
69 virtual ~InspectorConsoleAgent();
InspectorConsoleAgent.cpp 27 #include "core/inspector/InspectorConsoleAgent.h"
66 int InspectorConsoleAgent::s_enabledAgentCount = 0;
68 InspectorConsoleAgent::InspectorConsoleAgent(InspectorTimelineAgent* timelineAgent, InjectedScriptManager* injectedScriptManager)
69 : InspectorBaseAgent<InspectorConsoleAgent>("Console")
77 InspectorConsoleAgent::~InspectorConsoleAgent()
84 void InspectorConsoleAgent::trace(Visitor* visitor)
91 void InspectorConsoleAgent::init()
96 void InspectorConsoleAgent::enable(ErrorString*
    [all...]

Completed in 39 milliseconds