Home
last modified time | relevance | path

Searched refs:compareBoxStart (Results 1 – 2 of 2) sorted by relevance

/external/webkit/WebCore/editing/
DTextIterator.cpp425 static inline bool compareBoxStart(const InlineTextBox* first, const InlineTextBox* second) in compareBoxStart() function
471 std::sort(m_sortedTextBoxes.begin(), m_sortedTextBoxes.end(), compareBoxStart); in handleTextNode()
/external/webkit/WebCore/
DChangeLog-2006-05-1026406 (khtml::compareBoxStart): Comparison function for sorting.