Home
last modified time | relevance | path

Searched refs:ObjectPropertiesSection (Results 1 – 10 of 10) sorted by relevance

/external/webkit/WebCore/inspector/front-end/
DObjectPropertiesSection.js27 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);
DEventListenersSidebarPane.js180 …WebInspector.ObjectPropertiesSection.call(this, null, this._getFunctionDisplayName(), this._getNod…
222 WebInspector.EventListenerBar.prototype.__proto__ = WebInspector.ObjectPropertiesSection.prototype;
DWatchExpressionsSidebarPane.js78 WebInspector.ObjectPropertiesSection.call(this);
203 WebInspector.WatchExpressionsSection.prototype.__proto__ = WebInspector.ObjectPropertiesSection.pro…
DPropertiesSidebarPane.js54 …var section = new WebInspector.ObjectPropertiesSection(prototype, prototypes[i], WebInspector.UISt…
DScopeChainSidebarPane.js80 …var section = new WebInspector.ObjectPropertiesSection(scopeObjectProxy, title, subtitle, emptyPla…
DConsoleView.js523 …elem.appendChild(new WebInspector.ObjectPropertiesSection(obj, obj.description, null, true).elemen…
/external/webkit/WebCore/
DChangeLog-2010-01-294216 * 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 …]
DWebCore.gypi3752 'inspector/front-end/ObjectPropertiesSection.js',
DChangeLog-2008-08-1010941 * 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 …]
DChangeLog-2009-06-16120 * 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 …]