Searched refs:CompareProperties (Results 1 - 5 of 5) 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);
H A DSemaDeclObjC.cpp2326 CompareProperties(I, I);
2333 CompareProperties(C, C);
/external/clang/include/clang/Sema/
H A DSema.h6078 void CompareProperties(Decl *CDecl, Decl *MergeProtocols);

Completed in 664 milliseconds