Searched defs:fromPayload (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A DRemoteObject.js96 callback(WebInspector.RemoteObject.fromPayload(object));
105 WebInspector.RemoteObject.fromPayload = function(payload)
215 internalPropertiesResult.push(new WebInspector.RemoteObjectProperty(property.name, WebInspector.RemoteObject.fromPayload(property.value)));
329 callback((error || wasThrown) ? null : WebInspector.RemoteObject.fromPayload(result));
469 WebInspector.ScopeRemoteObject.fromPayload = function(payload, scopeRef)
548 this._savedScopeProperties[i].value = WebInspector.RemoteObject.fromPayload(result);
586 this.value = WebInspector.RemoteObject.fromPayload(descriptor.value)
588 this.getter = WebInspector.RemoteObject.fromPayload(descriptor.get);
590 this.setter = WebInspector.RemoteObject.fromPayload(descriptor.set);

Completed in 70 milliseconds