Searched refs:callFunctionJSON (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
D | RemoteObject.js | 368 callFunctionJSON: function(functionDeclaration, args, callback) method in WebInspector.RemoteObject 868 callFunctionJSON: function(functionDeclaration, args, callback) method in WebInspector.LocalJSONObject
|
D | RuntimeModel.js | 252 … result.callFunctionJSON(getCompletions, undefined, receivedPropertyNames.bind(this));
|
D | ObjectPropertiesSection.js | 723 …object.callFunctionJSON(packRanges, [{value: fromIndex}, {value: toIndex}, {value: WebInspector.Ar…
|
D | ElementsPanel.js | 489 object.callFunctionJSON(dimensions, undefined, callback);
|