Home
last modified time | relevance | path

Searched refs:updateProperties (Results 1 – 5 of 5) sorted by relevance

/external/webkit/WebCore/inspector/front-end/
DObjectPropertiesSection.js51 self.updateProperties(properties);
56 updateProperties: function(properties, rootTreeElementConstructor, rootPropertyComparer) method in WebInspector.ObjectPropertiesSection
DElementsPanel.js58 this.panel.updateProperties();
84 this.sidebarPanes.properties.onexpand = this.updateProperties.bind(this);
1032 updateProperties: function() method in WebInspector.ElementsPanel
DEventListenersSidebarPane.js199 this.updateProperties(properties);
DWatchExpressionsSidebarPane.js122 …this.updateProperties(properties, WebInspector.WatchExpressionTreeElement, WebInspector.WatchExpre…
/external/webkit/WebCore/
DChangeLog-2010-01-2958312 (WebInspector.ObjectPropertiesSection.prototype.updateProperties):