sort                3 LayoutTests/http/tests/loading/resources/307-post-output-target.php sort($sortedKeys);
sort              284 Source/bindings/v8/V8GCController.cpp         std::sort(m_groupsWhichNeedRetainerInfo.begin(), m_groupsWhichNeedRetainerInfo.end());
sort              168 Source/bindings/v8/custom/V8CSSStyleDeclarationCustom.cpp         sort(propertyNames.begin(), propertyNames.end(), codePointCompareLessThan);
sort               94 Source/core/animation/AnimationStack.cpp         std::sort(animations.begin(), animations.end(), compareAnimations);
sort              106 Source/core/animation/DocumentTimeline.cpp     std::sort(players.begin(), players.end(), AnimationPlayer::hasLowerPriority);
sort              196 Source/core/css/CSSFontFace.cpp     std::sort(m_ranges.begin(), m_ranges.end());
sort               76 Source/core/css/CSSImageSetValue.cpp     std::sort(m_imagesInSet.begin(), m_imagesInSet.end(), CSSImageSetValue::compareByScaleFactor);
sort              327 Source/core/css/ElementRuleCollector.cpp     std::sort(m_matchedRules->begin(), m_matchedRules->end(), compareRules);
sort               53 Source/core/dom/DOMStringList.cpp     std::sort(m_strings.begin(), m_strings.end(), WTF::codePointCompareLessThan);
sort               49 Source/core/dom/DOMStringList.h     void sort();
sort              415 Source/core/dom/DocumentMarkerController.cpp     std::sort(result.begin(), result.end(), compareByStart);
sort              430 Source/core/dom/DocumentMarkerController.cpp     std::sort(result.begin(), result.end(), compareByStart);
sort              268 Source/core/dom/MutationObserver.cpp     std::sort(observers.begin(), observers.end(), ObserverLessThan());
sort              141 Source/core/dom/PresentationAttributeStyle.cpp     std::sort(result.attributesAndValues.begin(), result.attributesAndValues.end(), attributeNameSort);
sort              724 Source/core/editing/CompositeEditCommand.cpp         std::sort(sortedTextBoxes.begin(), sortedTextBoxes.end(), InlineTextBox::compareByStart);
sort              644 Source/core/editing/TextIterator.cpp         std::sort(m_sortedTextBoxes.begin(), m_sortedTextBoxes.end(), InlineTextBox::compareByStart);
sort               90 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp                         sort(m_sortedOrdinalValues.begin(), m_sortedOrdinalValues.end());
sort              515 Source/core/rendering/RenderGrid.cpp     std::sort(tracksForNormalization.begin(), tracksForNormalization.end(), sortByGridNormalizedFlexValue);
sort              682 Source/core/rendering/RenderGrid.cpp     std::sort(tracks.begin(), tracks.end(), sortByGridTrackGrowthPotential);
sort              511 Source/core/rendering/RenderTableSection.cpp     std::sort(rowSpanCells.begin(), rowSpanCells.end(), compareRowSpanCellsInHeightDistributionOrder);
sort             1474 Source/core/rendering/RenderTableSection.cpp                 std::sort(cells.begin(), cells.end(), compareCellPositionsWithOverflowingCells);
sort              838 Source/core/rendering/TextAutosizer.cpp     std::sort(clusterInfos.begin(), clusterInfos.end(), &clusterWiderThanComparisonFn);
sort              218 Source/core/rendering/shapes/PolygonShape.cpp     std::sort(intersections.begin(), intersections.end(), WebCore::compareEdgeIntersectionX);
sort              272 Source/core/rendering/shapes/PolygonShape.cpp     std::sort(intervals.begin(), intervals.end(), compareX1);
sort              123 Source/core/svg/SVGGlyphMap.h         std::sort(glyphs.begin(), glyphs.end(), compareGlyphPriority);
sort              382 Source/core/svg/animation/SMILTimeContainer.cpp         std::sort(scheduled->begin(), scheduled->end(), PriorityCompare(elapsed));
sort              413 Source/core/svg/animation/SMILTimeContainer.cpp     std::sort(animationsToApply.begin(), animationsToApply.end(), PriorityCompare(elapsed));
sort              412 Source/core/svg/animation/SVGSMILElement.cpp     std::sort(timeList.begin(), timeList.end());
sort              105 Source/core/timing/Performance.cpp     std::sort(entries.begin(), entries.end(), PerformanceEntry::startTimeCompareLessThan);
sort              124 Source/core/timing/Performance.cpp     std::sort(entries.begin(), entries.end(), PerformanceEntry::startTimeCompareLessThan);
sort              144 Source/core/timing/Performance.cpp     std::sort(entries.begin(), entries.end(), PerformanceEntry::startTimeCompareLessThan);
sort              251 Source/core/xml/XPathNodeSet.cpp     sort(); // FIXME: fully sorting the node-set just to find its first node is wasteful.
sort               65 Source/core/xml/XPathNodeSet.h             void sort() const;
sort               57 Source/core/xml/XPathPath.cpp     nodes.sort();
sort              102 Source/core/xml/XPathResult.cpp             m_nodeSet.sort();
sort              110 Source/core/xml/XPathResult.cpp             m_value.toNodeSet().sort();
sort               57 Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/JsDocValidator.java         Collections.sort(entries);
sort              161 Source/modules/indexeddb/IDBDatabase.cpp     objectStoreNames->sort();
sort               76 Source/modules/indexeddb/IDBObjectStore.cpp     indexNames->sort();
sort              117 Source/platform/SharedBuffer.cpp     std::sort(buffers.begin(), buffers.end(), sizeComparator);
sort               70 Source/platform/geometry/FloatPolygonTest.cpp     std::sort(result.begin(), result.end(), compareEdgeIndex);
sort              286 Source/platform/image-decoders/ico/ICOImageDecoder.cpp     std::sort(m_dirEntries.begin(), m_dirEntries.end(), compareEntries);
sort              205 Source/wtf/text/StringImpl.cpp     std::sort(all.begin(), all.end());