Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
DEventListenersSidebarPane.js178 … WebInspector.ObjectPropertiesSection.call(this, WebInspector.RemoteObject.fromPrimitiveValue(""));
202 …properties.push(WebInspector.RemoteObjectProperty.fromPrimitiveValue("type", this.eventListener.ty…
204 …properties.push(WebInspector.RemoteObjectProperty.fromPrimitiveValue("useCapture", this.eventListe…
206 …properties.push(WebInspector.RemoteObjectProperty.fromPrimitiveValue("isAttribute", this.eventList…
214 …properties.push(WebInspector.RemoteObjectProperty.fromPrimitiveValue("listenerBody", this.eventLis…
216 …properties.push(WebInspector.RemoteObjectProperty.fromPrimitiveValue("sourceName", this.eventListe…
218 …properties.push(WebInspector.RemoteObjectProperty.fromPrimitiveValue("lineNumber", this.eventListe…
DRemoteObject.js63 WebInspector.RemoteObject.fromPrimitiveValue = function(value) function in WebInspector.RemoteObject
643 WebInspector.RemoteObjectProperty.fromPrimitiveValue = function(name, value) function in WebInspector.RemoteObjectProperty
645 …return new WebInspector.RemoteObjectProperty(name, WebInspector.RemoteObject.fromPrimitiveValue(va…
DWatchExpressionsSidebarPane.js113 … WebInspector.ObjectPropertiesSection.call(this, WebInspector.RemoteObject.fromPrimitiveValue(""));
DHeapSnapshotGridNodes.js507 …callback(WebInspector.RemoteObject.fromPrimitiveValue(WebInspector.UIString("Preview is not availa…
511 callback(WebInspector.RemoteObject.fromPrimitiveValue(this._name));
DCanvasProfileView.js1130 element.__evalResult = WebInspector.RemoteObject.fromPrimitiveValue(description);
1159 element.__evalResult = WebInspector.RemoteObject.fromPrimitiveValue(enumValue);
DConsoleMessage.js286 parameters[i] = WebInspector.RemoteObject.fromPrimitiveValue(parameters[i]);