Home
last modified time | relevance | path

Searched refs:objectGroup (Results 1 – 19 of 19) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorRuntimeAgent.cpp69 …rrorString* errorString, const String& expression, const String* const objectGroup, const bool* co… in evaluate() argument
80 …injectedScript.evaluate(errorString, expression, objectGroup ? *objectGroup : "", asBool(includeCo… in evaluate()
141 void InspectorRuntimeAgent::releaseObjectGroup(ErrorString*, const String& objectGroup) in releaseObjectGroup() argument
143 m_injectedScriptManager->releaseObjectGroup(objectGroup); in releaseObjectGroup()
DInjectedScriptSource.js490 … evaluate: function(expression, objectGroup, injectCommandLineAPI, returnByValue, generatePreview) argument
492 …teAndWrap(InjectedScriptHost.evaluate, InjectedScriptHost, expression, objectGroup, false, injectC…
523 var objectGroup = this._idToObjectGroupName[parsedObjectId.id];
529 … result: this._wrapObject(func.apply(object, resolvedArgs), objectGroup, returnByValue) };
531 return this._createThrownValue(e, objectGroup);
569 …_evaluateAndWrap: function(evalFunction, object, expression, objectGroup, isEvalOnCallFrame, injec… argument
573 …is._evaluateOn(evalFunction, object, objectGroup, expression, isEvalOnCallFrame, injectCommandLine…
575 return this._createThrownValue(e, objectGroup);
584 _createThrownValue: function(value, objectGroup) argument
586 var remoteObject = this._wrapObject(value, objectGroup);
[all …]
DInjectedScript.cpp60 …uate(ErrorString* errorString, const String& expression, const String& objectGroup, bool includeCo… in evaluate() argument
64 function.appendArgument(objectGroup); in evaluate()
82 …es, const String& callFrameId, const String& expression, const String& objectGroup, bool includeCo… in evaluateOnCallFrame() argument
88 function.appendArgument(objectGroup); in evaluateOnCallFrame()
323 void InjectedScript::releaseObjectGroup(const String& objectGroup) in releaseObjectGroup() argument
327 releaseFunction.appendArgument(objectGroup); in releaseObjectGroup()
DInspectorRuntimeAgent.h59 const String* objectGroup,
78 virtual void releaseObjectGroup(ErrorString*, const String& objectGroup);
DInjectedScript.h55 const String& objectGroup,
73 const String& objectGroup,
DInspectorHeapProfilerAgent.cpp288 …(ErrorString* error, const String& heapSnapshotObjectId, const String* objectGroup, RefPtr<TypeBui… in getObjectByHeapObjectId() argument
306 result = injectedScript.wrapObject(heapObject, objectGroup ? *objectGroup : ""); in getObjectByHeapObjectId()
DInjectedScriptManager.cpp150 void InjectedScriptManager::releaseObjectGroup(const String& objectGroup) in releaseObjectGroup() argument
157 s->value.releaseObjectGroup(objectGroup); // m_idToInjectedScript may change here. in releaseObjectGroup()
DInspectorCanvasAgent.cpp184 …raceLogId& traceLogId, int callIndex, int argumentIndex, const String* objectGroup, RefPtr<RemoteO… in evaluateTraceLogCallArgument() argument
188 …allArgument(errorString, traceLogId, callIndex, argumentIndex, objectGroup ? *objectGroup : String… in evaluateTraceLogCallArgument()
DInspectorDOMAgent.h128 …virtual void getEventListenersForNode(ErrorString*, int nodeId, const WTF::String* objectGroup, Re…
132 …virtual void resolveNode(ErrorString*, int nodeId, const String* objectGroup, RefPtr<TypeBuilder::…
186 PassRefPtr<TypeBuilder::Runtime::RemoteObject> resolveNode(Node*, const String& objectGroup);
DInjectedScriptCanvasModule.cpp191 …raceLogId& traceLogId, int callIndex, int argumentIndex, const String& objectGroup, RefPtr<RemoteO… in evaluateTraceLogCallArgument() argument
197 function.appendArgument(objectGroup); in evaluateTraceLogCallArgument()
DInjectedScriptManager.h62 void releaseObjectGroup(const String& objectGroup);
DInspectorHeapProfilerAgent.h73 …jectId(ErrorString*, const String& heapSnapshotObjectId, const String* objectGroup, RefPtr<TypeBui…
DInjectedScriptCanvasModuleSource.js3441 formatCall: function(replayableCall, objectGroup) argument
3450 result.arguments.push(this.formatValue(args[i], objectGroup));
3452 result.result = this.formatValue(replayableCall.result(), objectGroup);
3457 result.value = this.formatValue(replayableCall.propertyValue(), objectGroup);
3467 formatValue: function(value, objectGroup) argument
3476 var remoteObject = injectedScript.wrapObject(value, objectGroup || "", true, false);
3486 if (objectGroup)
3518 formatResourceStateDescriptors: function(descriptors, objectGroup) argument
3525 … item = { name: d.name, values: this.formatResourceStateDescriptors(d.values, objectGroup) };
3527 item = { name: d.name, value: this.formatValue(d.value, objectGroup) };
[all …]
DInspectorDebuggerAgent.h118 const String* objectGroup,
126 …der::Debugger::ScriptId&, const int* executionContextId, const String* objectGroup, const bool* do…
DInspectorDebuggerAgent.cpp806 …nst String& callFrameId, const String& expression, const String* const objectGroup, const bool* co… in evaluateOnCallFrame() argument
825 …rame(errorString, m_currentCallStack, callFrameId, expression, objectGroup ? *objectGroup : "", in… in evaluateOnCallFrame()
853 …ScriptId& scriptId, const int* executionContextId, const String* const objectGroup, const bool* co… in runScript() argument
877 result = injectedScript.wrapObject(value, objectGroup ? *objectGroup : ""); in runScript()
DInspectorDOMAgent.cpp850 …ntListenersForNode(ErrorString* errorString, int nodeId, const String* objectGroup, RefPtr<TypeBui… in getEventListenersForNode() argument
867 …enersArray->addItem(buildObjectForEventListener(listener, info.eventType, info.node, objectGroup)); in getEventListenersForNode()
878 …enersArray->addItem(buildObjectForEventListener(listener, info.eventType, info.node, objectGroup)); in getEventListenersForNode()
1387 …:resolveNode(ErrorString* errorString, int nodeId, const String* const objectGroup, RefPtr<TypeBui… in resolveNode() argument
1389 String objectGroupName = objectGroup ? *objectGroup : ""; in resolveNode()
2013 …ilder::Runtime::RemoteObject> InspectorDOMAgent::resolveNode(Node* node, const String& objectGroup) in resolveNode() argument
2024 return injectedScript.wrapNode(node, objectGroup); in resolveNode()
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
DRuntimeModel.js134 …evaluate: function(expression, objectGroup, includeCommandLineAPI, doNotPauseOnExceptionsAndMuteCo… argument
137 …WebInspector.debuggerModel.evaluateOnSelectedCallFrame(expression, objectGroup, includeCommandLine…
163 …RuntimeAgent.evaluate(expression, objectGroup, includeCommandLineAPI, doNotPauseOnExceptionsAndMut…
DDebuggerModel.js606 …evaluateOnSelectedCallFrame: function(code, objectGroup, includeCommandLineAPI, doNotPauseOnExcept… argument
622 if (objectGroup === "console")
626 …this.selectedCallFrame().evaluate(code, objectGroup, includeCommandLineAPI, doNotPauseOnExceptions…
926 …evaluate: function(code, objectGroup, includeCommandLineAPI, doNotPauseOnExceptionsAndMuteConsole,…
943 …DebuggerAgent.evaluateOnCallFrame(this._payload.callFrameId, code, objectGroup, includeCommandLine…
DRemoteObject.js82 WebInspector.RemoteObject.resolveNode = function(node, objectGroup, callback) argument
98 DOMAgent.resolveNode(node.id, objectGroup, mycallback);