Home
last modified time | relevance | path

Searched refs:compareByStart (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/rendering/
DInlineTextBox.h78 …static inline bool compareByStart(const InlineTextBox* first, const InlineTextBox* second) { retur… in compareByStart() function
/external/webkit/Source/WebCore/editing/
DCompositeEditCommand.cpp538 std::sort(sortedTextBoxes.begin(), sortedTextBoxes.end(), InlineTextBox::compareByStart); in deleteInsignificantText()
DTextIterator.cpp544 … std::sort(m_sortedTextBoxes.begin(), m_sortedTextBoxes.end(), InlineTextBox::compareByStart); in handleTextNode()
/external/webkit/Source/WebCore/
DChangeLog-2010-12-0680852 (WebCore::TextIterator::handleTextNode): Use new compareByStart
80855 (WebCore::InlineTextBox::compareByStart): Moved compareBoxStart