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

  /external/webkit/Source/WebCore/inspector/
InspectorRuntimeAgent.h 49 class InspectorRuntimeAgent {
50 WTF_MAKE_NONCOPYABLE(InspectorRuntimeAgent);
52 virtual ~InspectorRuntimeAgent();
63 explicit InspectorRuntimeAgent(InjectedScriptManager*);
InspectorRuntimeAgent.cpp 32 #include "InspectorRuntimeAgent.h"
43 InspectorRuntimeAgent::InspectorRuntimeAgent(InjectedScriptManager* injectedScriptManager)
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::releaseObject(ErrorString*, const String& objectId
    [all...]

Completed in 115 milliseconds