OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:InspectorRuntimeAgent
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorRuntimeAgent.h
49
class
InspectorRuntimeAgent
: public InspectorBaseAgent<
InspectorRuntimeAgent
>, public InspectorBackendDispatcher::RuntimeCommandHandler {
50
WTF_MAKE_NONCOPYABLE(
InspectorRuntimeAgent
);
52
virtual ~
InspectorRuntimeAgent
();
82
InspectorRuntimeAgent
(InstrumentingAgents*, InspectorCompositeState*, InjectedScriptManager*, ScriptDebugServer*);
InspectorRuntimeAgent.cpp
32
#include "core/inspector/
InspectorRuntimeAgent
.h"
48
InspectorRuntimeAgent
::
InspectorRuntimeAgent
(InstrumentingAgents* instrumentingAgents, InspectorCompositeState* state, InjectedScriptManager* injectedScriptManager, ScriptDebugServer* scriptDebugServer)
49
: InspectorBaseAgent<
InspectorRuntimeAgent
>("Runtime", instrumentingAgents, state)
56
InspectorRuntimeAgent
::~
InspectorRuntimeAgent
()
69
void
InspectorRuntimeAgent
::evaluate(ErrorString* errorString, const String& expression, const String* const objectGroup, const bool* const includeCommandLineAPI, const bool* const doNotPauseOnExceptionsAndMuteConsole, const int* executionContextId, const bool* const returnByValue, const bool* generatePreview, RefPtr<TypeBuilder::Runtime::RemoteObject>& result, TypeBuilder::OptOutput<bool>* wasThrown)
88
void
InspectorRuntimeAgent
::callFunctionOn(ErrorString* errorString, const String& objectId, const String& expression, const RefPtr<JSONArray>* const optionalArguments, const bool* const doNotPauseOnExceptionsAndMuteConsole, const bool* const returnByValue, const bool* generatePreview, RefPtr<TypeBuilder::Runtime::RemoteObject>& result, TypeBuilder::OptOutput<bool>* wasThrown)
113
void
InspectorRuntimeAgent
::getProperties(ErrorString* errorString, const String& objectId, const bool* ownProperties, const bool* accessorPropertiesOnly, RefPtr<TypeBuilder::Array<TypeBuilder::Runtime::PropertyDescriptor> >& result, RefPtr<TypeBuilder::Array<TypeBuilder::Runtime::InternalPropertyDescriptor> >& internalProperties)
134
void
InspectorRuntimeAgent
::releaseObject(ErrorString*, const String& objectId
[
all
...]
Completed in 127 milliseconds