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

/external/chromium_org/win8/metro_driver/
H A Dwinrt_utils.cc89 HRESULT CompareProperties(winfoundtn::IPropertyValue* lhs, function in namespace:winrt_utils
93 PLOG(DFATAL) << "Invalid argument to CompareProperties.";
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/components/
H A DObjectPropertiesSection.js100 rootPropertyComparer = WebInspector.ObjectPropertiesSection.CompareProperties;
125 WebInspector.ObjectPropertiesSection.CompareProperties = function(propertyA, propertyB)
502 treeElement.treeOutline.section.treeElementConstructor, WebInspector.ObjectPropertiesSection.CompareProperties,
973 properties.sort(WebInspector.ObjectPropertiesSection.CompareProperties);
1033 properties.sort(WebInspector.ObjectPropertiesSection.CompareProperties);

Completed in 85 milliseconds