Home
last modified time | relevance | path

Searched refs:objectGroupName (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInjectedScriptSource.js236 …_wrapObject: function(object, objectGroupName, forceValueType, generatePreview, columnNames, isTab… argument
239 …return new InjectedScript.RemoteObject(object, objectGroupName, forceValueType, generatePreview, c…
255 _bind: function(object, objectGroupName) argument
260 if (objectGroupName) {
261 var group = this._objectGroups[objectGroupName];
264 this._objectGroups[objectGroupName] = group;
267 this._idToObjectGroupName[id] = objectGroupName;
284 releaseObjectGroup: function(objectGroupName) argument
286 var group = this._objectGroups[objectGroupName];
291 delete this._objectGroups[objectGroupName];
[all …]
DInspectorDOMAgent.cpp1389 String objectGroupName = objectGroup ? *objectGroup : ""; in resolveNode() local
1395 RefPtr<TypeBuilder::Runtime::RemoteObject> object = resolveNode(node, objectGroupName); in resolveNode()
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
DJavaScriptSourceFrame.js315 _resolveObjectForPopover: function(anchorBox, showCallback, objectGroupName) argument
357 …selectedCallFrame.evaluate(evaluationText, objectGroupName, false, true, false, false, showObjectP…
DHeapSnapshotGridNodes.js496 queryObjectContent: function(callback, objectGroupName) argument
513 …HeapProfilerAgent.getObjectByHeapObjectId(String(this.snapshotNodeId), objectGroupName, formatResu…
DCanvasProfileView.js540 _resolveObjectForPopover: function(argumentElement, showCallback, objectGroupName) argument
581 …uateTraceLogCallArgument(this._traceLogId, callIndex, argumentIndex, objectGroupName, showObjectPo…
DHeapSnapshotView.js629 _resolveObjectForPopover: function(element, showCallback, objectGroupName) argument
633 element.node.queryObjectContent(showCallback, objectGroupName);