Searched refs:ObjectPropertiesSection (Results 1 – 10 of 10) sorted by relevance
/external/webkit/WebCore/inspector/front-end/ |
D | ObjectPropertiesSection.js | 27 WebInspector.ObjectPropertiesSection = function(object, title, subtitle, emptyPlaceholder, ignoreHa… class in WebInspector 39 WebInspector.ObjectPropertiesSection.prototype = { 62 rootPropertyComparer = WebInspector.ObjectPropertiesSection.CompareProperties; 83 WebInspector.ObjectPropertiesSection.prototype.__proto__ = WebInspector.PropertiesSection.prototype; 85 WebInspector.ObjectPropertiesSection.CompareProperties = function(propertyA, propertyB) 145 properties.sort(WebInspector.ObjectPropertiesSection.CompareProperties);
|
D | EventListenersSidebarPane.js | 180 …WebInspector.ObjectPropertiesSection.call(this, null, this._getFunctionDisplayName(), this._getNod… 222 WebInspector.EventListenerBar.prototype.__proto__ = WebInspector.ObjectPropertiesSection.prototype;
|
D | WatchExpressionsSidebarPane.js | 78 WebInspector.ObjectPropertiesSection.call(this); 203 WebInspector.WatchExpressionsSection.prototype.__proto__ = WebInspector.ObjectPropertiesSection.pro…
|
D | PropertiesSidebarPane.js | 54 …var section = new WebInspector.ObjectPropertiesSection(prototype, prototypes[i], WebInspector.UISt…
|
D | ScopeChainSidebarPane.js | 80 …var section = new WebInspector.ObjectPropertiesSection(scopeObjectProxy, title, subtitle, emptyPla…
|
D | ConsoleView.js | 523 …elem.appendChild(new WebInspector.ObjectPropertiesSection(obj, obj.description, null, true).elemen…
|
/external/webkit/WebCore/ |
D | ChangeLog-2010-01-29 | 4216 * inspector/front-end/ObjectPropertiesSection.js: 6838 * inspector/front-end/ObjectPropertiesSection.js: 6839 (WebInspector.ObjectPropertiesSection.prototype.update): 7035 * inspector/front-end/ObjectPropertiesSection.js: 8260 * inspector/front-end/ObjectPropertiesSection.js: 8261 (WebInspector.ObjectPropertiesSection.prototype.update): 8380 * inspector/front-end/ObjectPropertiesSection.js: 9660 * inspector/front-end/ObjectPropertiesSection.js: 23320 * inspector/front-end/ObjectPropertiesSection.js: 58309 * inspector/front-end/ObjectPropertiesSection.js: [all …]
|
D | WebCore.gypi | 3752 'inspector/front-end/ObjectPropertiesSection.js',
|
D | ChangeLog-2008-08-10 | 10941 * page/inspector/ObjectPropertiesSection.js: 10942 (WebInspector.ObjectPropertiesSection): Add an optional argument 10944 (WebInspector.ObjectPropertiesSection.prototype.onpopulate): Use 10951 Pass WebInspector.ScopeVariableTreeElement to the ObjectPropertiesSection 19575 * page/inspector/ObjectPropertiesSection.js: 19576 (WebInspector.ObjectPropertiesSection): Adds two new arguments. 19580 (WebInspector.ObjectPropertiesSection.prototype): Honor the 19584 property to an extra object that is passed to the ObjectPropertiesSection. 20552 * page/inspector/ObjectPropertiesSection.js: 20553 (WebInspector.ObjectPropertiesSection): Add a new argument that is used [all …]
|
D | ChangeLog-2009-06-16 | 120 * inspector/front-end/ObjectPropertiesSection.js: 61514 * inspector/front-end/ObjectPropertiesSection.js: 81179 …* inspector/front-end/ObjectPropertiesSection.js: Renamed from WebCore/page/inspector/ObjectProper… 95131 * page/inspector/ObjectPropertiesSection.js: Added an 95809 * page/inspector/ObjectPropertiesSection.js: 95810 (WebInspector.ObjectPropertiesSection): Set editable to true by default. 95811 (WebInspector.ObjectPropertiesSection.prototype.onpopulate): 95813 (WebInspector.ObjectPropertiesSection.prototype.update): Moved from onpopulate. 95840 property on each ObjectPropertiesSection. 96248 ObjectPropertiesSection if the MessageLevel is Object. [all …]
|