/external/chromium_org/third_party/WebKit/Source/core/inspector/ |
D | InspectorRuntimeAgent.cpp | 69 …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()
|
D | InjectedScriptSource.js | 490 … 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 …]
|
D | InjectedScript.cpp | 60 …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()
|
D | InspectorRuntimeAgent.h | 59 const String* objectGroup, 78 virtual void releaseObjectGroup(ErrorString*, const String& objectGroup);
|
D | InjectedScript.h | 55 const String& objectGroup, 73 const String& objectGroup,
|
D | InspectorHeapProfilerAgent.cpp | 288 …(ErrorString* error, const String& heapSnapshotObjectId, const String* objectGroup, RefPtr<TypeBui… in getObjectByHeapObjectId() argument 306 result = injectedScript.wrapObject(heapObject, objectGroup ? *objectGroup : ""); in getObjectByHeapObjectId()
|
D | InjectedScriptManager.cpp | 150 void InjectedScriptManager::releaseObjectGroup(const String& objectGroup) in releaseObjectGroup() argument 157 s->value.releaseObjectGroup(objectGroup); // m_idToInjectedScript may change here. in releaseObjectGroup()
|
D | InspectorCanvasAgent.cpp | 184 …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()
|
D | InspectorDOMAgent.h | 128 …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);
|
D | InjectedScriptCanvasModule.cpp | 191 …raceLogId& traceLogId, int callIndex, int argumentIndex, const String& objectGroup, RefPtr<RemoteO… in evaluateTraceLogCallArgument() argument 197 function.appendArgument(objectGroup); in evaluateTraceLogCallArgument()
|
D | InjectedScriptManager.h | 62 void releaseObjectGroup(const String& objectGroup);
|
D | InspectorHeapProfilerAgent.h | 73 …jectId(ErrorString*, const String& heapSnapshotObjectId, const String* objectGroup, RefPtr<TypeBui…
|
D | InjectedScriptCanvasModuleSource.js | 3441 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 …]
|
D | InspectorDebuggerAgent.h | 118 const String* objectGroup, 126 …der::Debugger::ScriptId&, const int* executionContextId, const String* objectGroup, const bool* do…
|
D | InspectorDebuggerAgent.cpp | 806 …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()
|
D | InspectorDOMAgent.cpp | 850 …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/ |
D | RuntimeModel.js | 134 …evaluate: function(expression, objectGroup, includeCommandLineAPI, doNotPauseOnExceptionsAndMuteCo… argument 137 …WebInspector.debuggerModel.evaluateOnSelectedCallFrame(expression, objectGroup, includeCommandLine… 163 …RuntimeAgent.evaluate(expression, objectGroup, includeCommandLineAPI, doNotPauseOnExceptionsAndMut…
|
D | DebuggerModel.js | 606 …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…
|
D | RemoteObject.js | 82 WebInspector.RemoteObject.resolveNode = function(node, objectGroup, callback) argument 98 DOMAgent.resolveNode(node.id, objectGroup, mycallback);
|