Searched defs:RemoteObjectImpl (Results 1 - 1 of 1) sorted by last modified time

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
H A DRemoteObject.js235 WebInspector.RemoteObjectImpl = function(target, objectId, type, subtype, value, description, preview)
264 WebInspector.RemoteObjectImpl.prototype = {
358 * @this {WebInspector.RemoteObjectImpl}
528 * @this {WebInspector.RemoteObjectImpl}
709 * @extends {WebInspector.RemoteObjectImpl}
721 WebInspector.RemoteObjectImpl.call(this, target, objectId, type, subtype, value, description, preview);
760 WebInspector.RemoteObjectImpl.prototype.doGetProperties.call(this, ownProperties, accessorPropertiesOnly, wrappedCallback.bind(this));
793 __proto__: WebInspector.RemoteObjectImpl.prototype

Completed in 78 milliseconds