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

/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorConsoleAgent.h62 class InspectorConsoleAgent : public InspectorBaseAgent<InspectorConsoleAgent>, public InspectorBackendDispatcher::ConsoleCommandHandler { class in namespace:WebCore
63 WTF_MAKE_NONCOPYABLE(InspectorConsoleAgent);
65 InspectorConsoleAgent(InspectorTimelineAgent*, InjectedScriptManager*);
66 virtual ~InspectorConsoleAgent();
H A DInspectorConsoleAgent.cpp27 #include "core/inspector/InspectorConsoleAgent.h"
62 int InspectorConsoleAgent::s_enabledAgentCount = 0;
64 InspectorConsoleAgent::InspectorConsoleAgent(InspectorTimelineAgent* timelineAgent, InjectedScriptManager* injectedScriptManager) function in class:WebCore::InspectorConsoleAgent
65 : InspectorBaseAgent<InspectorConsoleAgent>("Console")
74 InspectorConsoleAgent::~InspectorConsoleAgent()
82 void InspectorConsoleAgent::init()
87 void InspectorConsoleAgent::enable(ErrorString*)
109 void InspectorConsoleAgent
[all...]

Completed in 109 milliseconds