Home
last modified time | relevance | path

Searched refs:callFunctionJSON (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
DRemoteObject.js368 callFunctionJSON: function(functionDeclaration, args, callback) method in WebInspector.RemoteObject
868 callFunctionJSON: function(functionDeclaration, args, callback) method in WebInspector.LocalJSONObject
DRuntimeModel.js252 … result.callFunctionJSON(getCompletions, undefined, receivedPropertyNames.bind(this));
DObjectPropertiesSection.js723 …object.callFunctionJSON(packRanges, [{value: fromIndex}, {value: toIndex}, {value: WebInspector.Ar…
DElementsPanel.js489 object.callFunctionJSON(dimensions, undefined, callback);