OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PageConsoleAgent
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/inspector/
PageConsoleAgent.h
41
class
PageConsoleAgent
: public InspectorConsoleAgent {
42
WTF_MAKE_NONCOPYABLE(
PageConsoleAgent
);
44
static PassOwnPtr<
PageConsoleAgent
> create(InstrumentingAgents* instrumentingAgents, InspectorCompositeState* state, InjectedScriptManager* injectedScriptManager, InspectorDOMAgent* domAgent, InspectorTimelineAgent* timelineAgent)
46
return adoptPtr(new
PageConsoleAgent
(instrumentingAgents, state, injectedScriptManager, domAgent, timelineAgent));
48
virtual ~
PageConsoleAgent
();
53
PageConsoleAgent
(InstrumentingAgents*, InspectorCompositeState*, InjectedScriptManager*, InspectorDOMAgent*, InspectorTimelineAgent*);
PageConsoleAgent.cpp
32
#include "core/inspector/
PageConsoleAgent
.h"
42
PageConsoleAgent
::
PageConsoleAgent
(InstrumentingAgents* instrumentingAgents, InspectorCompositeState* state, InjectedScriptManager* injectedScriptManager, InspectorDOMAgent* domAgent, InspectorTimelineAgent* timelineAgent)
48
PageConsoleAgent
::~
PageConsoleAgent
()
53
void
PageConsoleAgent
::clearMessages(ErrorString* errorString)
70
void
PageConsoleAgent
::addInspectedNode(ErrorString* errorString, int nodeId)
Completed in 34 milliseconds