compareByStart 415 Source/core/dom/DocumentMarkerController.cpp std::sort(result.begin(), result.end(), compareByStart); compareByStart 430 Source/core/dom/DocumentMarkerController.cpp std::sort(result.begin(), result.end(), compareByStart); compareByStart 724 Source/core/editing/CompositeEditCommand.cpp std::sort(sortedTextBoxes.begin(), sortedTextBoxes.end(), InlineTextBox::compareByStart); compareByStart 644 Source/core/editing/TextIterator.cpp std::sort(m_sortedTextBoxes.begin(), m_sortedTextBoxes.end(), InlineTextBox::compareByStart); compareByStart 82 Source/core/rendering/InlineTextBox.h static inline bool compareByStart(const InlineTextBox* first, const InlineTextBox* second) { return first->start() < second->start(); }