Searched defs:CompareProperties (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/inspector/front-end/
H A DObjectPropertiesSection.js66 rootPropertyComparer = WebInspector.ObjectPropertiesSection.CompareProperties;
93 WebInspector.ObjectPropertiesSection.CompareProperties = function(propertyA, propertyB)
157 properties.sort(WebInspector.ObjectPropertiesSection.CompareProperties);
H A DWatchExpressionsSidebarPane.js108 this.updateProperties(properties, WebInspector.WatchExpressionTreeElement, WebInspector.WatchExpressionsSection.CompareProperties);
191 WebInspector.WatchExpressionsSection.CompareProperties = function(propertyA, propertyB)
/external/clang/lib/Sema/
H A DSemaObjCProperty.cpp1328 /// CompareProperties - This routine compares properties
1332 void Sema::CompareProperties(Decl *CDecl, Decl *ClassOrProtocol) { function in class:Sema
1339 assert (CatDecl && "CompareProperties");
1350 CompareProperties(CatDecl, *P);
1372 CompareProperties(IDecl, *P);

Completed in 116 milliseconds