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

/external/webkit/Source/WebCore/inspector/
H A DInspectorRuntimeAgent.h49 class InspectorRuntimeAgent { class in namespace:WebCore
50 WTF_MAKE_NONCOPYABLE(InspectorRuntimeAgent);
52 virtual ~InspectorRuntimeAgent();
63 explicit InspectorRuntimeAgent(InjectedScriptManager*);
H A DInspectorRuntimeAgent.cpp32 #include "InspectorRuntimeAgent.h"
43 InspectorRuntimeAgent::InspectorRuntimeAgent(InjectedScriptManager* injectedScriptManager) function in class:WebCore::InspectorRuntimeAgent
48 InspectorRuntimeAgent::~InspectorRuntimeAgent()
52 void InspectorRuntimeAgent::evaluate(ErrorString* errorString, const String& expression, const String* const objectGroup, const bool* const includeCommandLineAPI, RefPtr<InspectorObject>* result)
59 void InspectorRuntimeAgent::evaluateOn(ErrorString* errorString, const String& objectId, const String& expression, RefPtr<InspectorObject>* result)
66 void InspectorRuntimeAgent::getProperties(ErrorString* errorString, const String& objectId, bool ignoreHasOwnProperty, RefPtr<InspectorArray>* result)
73 void InspectorRuntimeAgent::setPropertyValue(ErrorString* errorString, const String& objectId, const String& propertyName, const String& expression)
82 void InspectorRuntimeAgent
[all...]

Completed in 63 milliseconds