HomeSort by relevance Sort by last modified time
    Searched defs:ObjectPropertiesSection (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
ObjectPropertiesSection.js 38 WebInspector.ObjectPropertiesSection = function(object, title, subtitle, emptyPlaceholder, ignoreHasOwnProperty, extraProperties, treeElementConstructor)
51 WebInspector.ObjectPropertiesSection._arrayLoadThreshold = 100;
53 WebInspector.ObjectPropertiesSection.prototype = {
73 if (this.object.arrayLength() > WebInspector.ObjectPropertiesSection._arrayLoadThreshold) {
99 rootPropertyComparer = WebInspector.ObjectPropertiesSection.CompareProperties;
132 WebInspector.ObjectPropertiesSection.CompareProperties = function(propertyA, propertyB)
452 if (value.arrayLength() > WebInspector.ObjectPropertiesSection._arrayLoadThreshold) {
471 treeElement.treeOutline.section.treeElementConstructor, WebInspector.ObjectPropertiesSection.CompareProperties,
828 properties.sort(WebInspector.ObjectPropertiesSection.CompareProperties);
874 properties.sort(WebInspector.ObjectPropertiesSection.CompareProperties)
    [all...]
WatchExpressionsSidebarPane.js 107 * @extends {WebInspector.ObjectPropertiesSection}
113 WebInspector.ObjectPropertiesSection.call(this, WebInspector.RemoteObject.fromPrimitiveValue(""));
324 __proto__: WebInspector.ObjectPropertiesSection.prototype

Completed in 46 milliseconds