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

  /external/webkit/WebCore/inspector/front-end/
ObjectPropertiesSection.js 62 rootPropertyComparer = WebInspector.ObjectPropertiesSection.CompareProperties;
85 WebInspector.ObjectPropertiesSection.CompareProperties = function(propertyA, propertyB)
145 properties.sort(WebInspector.ObjectPropertiesSection.CompareProperties);
WatchExpressionsSidebarPane.js 122 this.updateProperties(properties, WebInspector.WatchExpressionTreeElement, WebInspector.WatchExpressionsSection.CompareProperties);
205 WebInspector.WatchExpressionsSection.CompareProperties = function(propertyA, propertyB)

Completed in 53 milliseconds