Home | History | Annotate | Download | only in inspector

Lines Matching defs:InjectedScript

32 #include "InjectedScript.h"
46 InjectedScript::InjectedScript()
51 InjectedScript::InjectedScript(ScriptObject injectedScriptObject, InspectedStateAccessCheck accessCheck)
57 void InjectedScript::evaluate(ErrorString* errorString, const String& expression, const String& objectGroup, bool includeCommandLineAPI, RefPtr<InspectorObject>* result)
66 void InjectedScript::evaluateOn(ErrorString* errorString, const String& objectId, const String& expression, RefPtr<InspectorObject>* result)
74 void InjectedScript::evaluateOnCallFrame(ErrorString* errorString, const String& callFrameId, const String& expression, const String& objectGroup, bool includeCommandLineAPI, RefPtr<InspectorObject>* result)
84 void InjectedScript::getProperties(ErrorString* errorString, const String& objectId, bool ignoreHasOwnProperty, RefPtr<InspectorArray>* properties)
99 Node* InjectedScript::nodeForObjectId(const String& objectId)
114 void InjectedScript::setPropertyValue(ErrorString* errorString, const String& objectId, const String& propertyName, const String& expression)
125 void InjectedScript::releaseObject(const String& objectId)
134 PassRefPtr<InspectorArray> InjectedScript::callFrames()
146 PassRefPtr<InspectorObject> InjectedScript::wrapObject(ScriptValue value, const String& groupName)
163 PassRefPtr<InspectorObject> InjectedScript::wrapNode(Node* node)
168 void InjectedScript::inspectNode(Node* node)
177 void InjectedScript::releaseObjectGroup(const String& objectGroup)
185 bool InjectedScript::canAccessInspectedWindow()
190 void InjectedScript::makeCall(ScriptFunctionCall& function, RefPtr<InspectorValue>* result)
207 void InjectedScript::makeObjectCall(ErrorString* errorString, ScriptFunctionCall& function, RefPtr<InspectorObject>* objectResult)
223 ScriptValue InjectedScript::nodeAsScriptValue(Node* node)