Searched refs:updateProperties (Results 1 – 5 of 5) sorted by relevance
51 self.updateProperties(properties);56 updateProperties: function(properties, rootTreeElementConstructor, rootPropertyComparer) method in WebInspector.ObjectPropertiesSection
58 this.panel.updateProperties();84 this.sidebarPanes.properties.onexpand = this.updateProperties.bind(this);1032 updateProperties: function() method in WebInspector.ElementsPanel
199 this.updateProperties(properties);
122 …this.updateProperties(properties, WebInspector.WatchExpressionTreeElement, WebInspector.WatchExpre…
58312 (WebInspector.ObjectPropertiesSection.prototype.updateProperties):