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

  /external/webkit/Source/WebCore/inspector/front-end/
ObjectPropertiesSection.js 66 rootPropertyComparer = WebInspector.ObjectPropertiesSection.CompareProperties;
93 WebInspector.ObjectPropertiesSection.CompareProperties = function(propertyA, propertyB)
157 properties.sort(WebInspector.ObjectPropertiesSection.CompareProperties);
WatchExpressionsSidebarPane.js 108 this.updateProperties(properties, WebInspector.WatchExpressionTreeElement, WebInspector.WatchExpressionsSection.CompareProperties);
191 WebInspector.WatchExpressionsSection.CompareProperties = function(propertyA, propertyB)

Completed in 293 milliseconds