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

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
H A DRemoteObject.js306 this.doGetProperties(true, false, callback);
315 this.doGetProperties(false, accessorPropertiesOnly, callback);
347 doGetProperties: function(ownProperties, accessorPropertiesOnly, callback)
734 doGetProperties: function(ownProperties, accessorPropertiesOnly, callback)
760 WebInspector.RemoteObjectImpl.prototype.doGetProperties.call(this, ownProperties, accessorPropertiesOnly, wrappedCallback.bind(this));

Completed in 77 milliseconds