Home
last modified time | relevance | path

Searched refs:functionDetails (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
DRemoteObject.js136 functionDetails: function(callback) method in WebInspector.RemoteObject
603 functionDetails: function(callback) method in WebInspector.RemoteObjectImpl
605 this._target.debuggerModel.functionDetails(this, callback)
DDebuggerModel.js677 functionDetails: function(remoteObject, callback) method in WebInspector.DebuggerModel
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/components/
DObjectPopoverHelper.js123 …result.functionDetails(didGetDetails.bind(this, result.target(), anchorElement, popoverContentElem…
DObjectPropertiesSection.js698 this._remoteObject.functionDetails(didGetDetails.bind(this));
/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInjectedScriptHost.idl44 [NotEnumerable, Unforgeable, Custom] any functionDetails(Function obj);
DInjectedScriptSource.js464 …ectProto(/** @type {!DebuggerAgent.FunctionDetails} */ (InjectedScriptHost.functionDetails(func)));
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/main/
DMain.js584 object.functionDetails(didGetDetails);
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/console/
DConsoleView.js820 result.functionDetails(didGetDetails);
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sources/
DSourcesPanel.js1134 debuggerModel.functionDetails(remoteObject, didGetFunctionDetails.bind(this));