Searched refs:compareByStart (Results 1 – 4 of 4) sorted by relevance
78 …static inline bool compareByStart(const InlineTextBox* first, const InlineTextBox* second) { retur… in compareByStart() function
538 std::sort(sortedTextBoxes.begin(), sortedTextBoxes.end(), InlineTextBox::compareByStart); in deleteInsignificantText()
544 … std::sort(m_sortedTextBoxes.begin(), m_sortedTextBoxes.end(), InlineTextBox::compareByStart); in handleTextNode()
80852 (WebCore::TextIterator::handleTextNode): Use new compareByStart80855 (WebCore::InlineTextBox::compareByStart): Moved compareBoxStart