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

/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInjectedScriptSource.js306 * @param {string=} objectGroupName
314 _wrapObject: function(object, objectGroupName, forceValueType, generatePreview, columnNames, isTable)
317 return new InjectedScript.RemoteObject(object, objectGroupName, forceValueType, generatePreview, columnNames, isTable);
330 * @param {string=} objectGroupName
333 _bind: function(object, objectGroupName)
338 if (objectGroupName) {
339 var group = this._objectGroups[objectGroupName];
342 this._objectGroups[objectGroupName] = group;
345 this._idToObjectGroupName[id] = objectGroupName;
360 * @param {string} objectGroupName
[all...]
H A DInspectorDOMAgent.cpp1509 String objectGroupName = objectGroup ? *objectGroup : ""; local
1515 RefPtr<TypeBuilder::Runtime::RemoteObject> object = resolveNode(node, objectGroupName);
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/profiler/
H A DCanvasProfileView.js543 _resolveObjectForPopover: function(argumentElement, showCallback, objectGroupName)
584 CanvasAgent.evaluateTraceLogCallArgument(this._traceLogId, callIndex, argumentIndex, objectGroupName, showObjectPopover.bind(this));
H A DHeapSnapshotGridNodes.js631 * @param {string} objectGroupName
633 queryObjectContent: function(target, callback, objectGroupName)
650 target.heapProfilerAgent().getObjectByHeapObjectId(String(this.snapshotNodeId), objectGroupName, formatResult);
H A DHeapSnapshotView.js952 _resolveObjectForPopover: function(element, showCallback, objectGroupName)
956 element.node.queryObjectContent(this._profile.target(), showCallback, objectGroupName);
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sources/
H A DJavaScriptSourceFrame.js543 _resolveObjectForPopover: function(anchorBox, showCallback, objectGroupName)
566 selectedCallFrame.evaluate(evaluationText, objectGroupName, false, true, false, false, showObjectPopover.bind(this));

Completed in 2172 milliseconds